aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_procs.c
AgeCommit message (Expand)Author
2022-01-30Fix double percentage sign in usage (#1743)Gravatar Lorenz
2021-11-17Merge pull request #1654 from wolfgangkarall/masterGravatar RincewindsHat
2021-11-01check_procs: remove trailing whitespaceGravatar Sven Nierlein
2021-01-03check_procs -- exchange needle and haystack in strstr() for proper state matchGravatar Wolfgang Karall-Ahlborn
2019-03-21improve command examples for 'at least' processesGravatar ChrisWi
2015-10-04use unknown exit code for help/version in pluginsGravatar Sven Nierlein
2014-01-21Merge branch 'rename'Gravatar Thomas Guyot-Sionnest
2014-01-21plugins/*.c: Non-network timeout changesGravatar Spenser Reinhardt
2014-01-21plugins/*.c: Alterations for timeout messages.Gravatar Spenser Reinhardt
2014-01-20Capitalize "Monitoring" when it's the first wordGravatar Holger Weiss
2014-01-19Project rename initial commit.Gravatar Monitoring Plugins Development Team
2013-11-19check_procs: ignore plugin parent processGravatar Anton Lofgren
2013-09-10Fix GCC's -Wuninitialized warningsGravatar Holger Weiss
2013-08-18check_procs: clarify debug messageGravatar Sebastian Schmidt
2013-08-18check_procs: Assume we have stat()Gravatar Sebastian Schmidt
2013-08-18check_procs: Get rid of HAVE_PROC_PID_EXEGravatar Sebastian Schmidt
2013-08-18check_procs: Ignore ENOENT when checking for myselfGravatar Sebastian Schmidt
2013-08-18check_procs: fix typoGravatar Sebastian Schmidt
2013-08-18check_procs: filter out self by /proc/pid/exeGravatar Sebastian Schmidt
2013-08-18Fixed SF.net bug #3552839, check_procs: added -k option to ignore kernel threadsGravatar Richard Leitner
2013-02-27Update plugins/check_procs.cGravatar Joerg Linge
2012-11-14check_procs: Remove superfluous newline characterGravatar Holger Weiss
2012-11-14check_procs: Added performance data to plugin output.Gravatar Sebastian Harl
2012-11-14check_procs: Use the range/threshold support functions from libnagiosplug.Gravatar Sebastian Harl
2012-06-29Die when asprintf failsGravatar Anders Kaseorg
2011-01-21Fix for regex input of '|', being output causing problems with Nagios' parsin...Gravatar Ton Voon
2010-04-22Add newline after "Usage:" in --helpGravatar Thomas Guyot-Sionnest
2010-04-21Standardize the extra-opts notesGravatar Thomas Guyot-Sionnest
2010-04-14Fix translations when extra-opts aren't enabledGravatar Thomas Guyot-Sionnest
2009-02-20Typo fixes (Jan Wagner - SF 1878971)Gravatar Ton Voon
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningGravatar Thomas Guyot-Sionnest
2008-07-08check_procs captures stderr and adds to plugin output. This isGravatar Ton Voon
2008-05-07Added support for --extra-opts in all C plugins (disabled by default, see con...Gravatar Thomas Guyot-Sionnest
2008-04-27--help output cleanup (plus removal of spaces on blank lines)Gravatar Thomas Guyot-Sionnest
2008-03-18Updated check_procs with a hidden --input-file option.Gravatar Ton Voon
2008-02-28Reverted check_procs for solaris back to using pst3 due to truncationGravatar Ton Voon
2008-01-31Bump plugin/ to GPLv3 (check_overcr to check_users)Gravatar Thomas Guyot-Sionnest
2008-01-04Cleaned check_procs usage output (Ferenc Wagner #1862218)Gravatar Matthias Eble
2007-07-15Make ps column count in zombie detection less restrictive. Thanks to Andrew E...Gravatar Matthias Eble
2007-03-06Use /usr/ucb/ps on Solaris in preference to pst3 (problems in 64bit mode)Gravatar Ton Voon
2007-01-28Don't try to print `optarg' (which will be a NULL pointer) if an unknownGravatar Holger Weiss
2007-01-24Various cleanups in the syncing with gnulibGravatar Ton Voon
2007-01-17Fix bug #1630970 Fix for buffer overflow of check_procs procprog stringGravatar Thomas Guyot-Sionnest
2006-10-22more localization fixesGravatar Benoit Mortier
2006-10-19first pass at cleaning localization for new releaseGravatar Benoit Mortier
2006-07-13Using coreutils' base_name function because of portability issues withGravatar Ton Voon
2006-06-20cleaning help and usage + licenseGravatar Benoit Mortier
2006-06-17cleaning up help and usageGravatar Benoit Mortier
2006-04-27Internal version of basename if one not found in systemGravatar Ton Voon
2006-04-05Use pid_t for pids (1463853)Gravatar Ton Voon