summaryrefslogtreecommitdiffstats
path: root/plugins/check_procs.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-04check_procs: Generalise wording, remove mentioning of nrperefs/pull/1969/headSven Hartge1-5/+4
2023-12-04check_procs: Improve help text, mentioning excluded processesSven Hartge1-14/+23
2023-11-28check_procs: ignore our own childrenrefs/pull/1968/headSven Hartge1-0/+7
2023-10-19Fixes for -Wsign-compareRincewindsHat1-2/+2
2023-10-15Fixes for compiler warning -Wparenthesesrefs/pull/1939/headRincewindsHat1-2/+3
2023-04-14Fix a lot of typos reported by codespellrefs/pull/1864/headJan Wagner1-2/+2
2023-03-21check_procs: Implement --exclude-process to exclude specific processes.Christian Kujau1-2/+45
2022-01-30Fix double percentage sign in usage (#1743)Lorenz1-1/+1
2021-11-17Merge pull request #1654 from wolfgangkarall/masterRincewindsHat1-1/+1
2021-11-01check_procs: remove trailing whitespaceSven Nierlein1-25/+25
2021-01-03check_procs -- exchange needle and haystack in strstr() for proper state matchWolfgang Karall-Ahlborn1-1/+1
2019-03-21improve command examples for 'at least' processesrefs/pull/1586/headChrisWi1-0/+5
2015-10-04use unknown exit code for help/version in pluginsSven Nierlein1-2/+2
2014-01-21Merge branch 'rename'Thomas Guyot-Sionnest1-3/+3
2014-01-21plugins/*.c: Non-network timeout changesSpenser Reinhardt1-1/+1
2014-01-21plugins/*.c: Alterations for timeout messages.Spenser Reinhardt1-1/+1
2014-01-20Capitalize "Monitoring" when it's the first wordHolger Weiss1-1/+1
2014-01-19Project rename initial commit.Monitoring Plugins Development Team1-3/+3
2013-11-19check_procs: ignore plugin parent processAnton Lofgren1-0/+8
2013-09-10Fix GCC's -Wuninitialized warningsHolger Weiss1-1/+1
2013-08-18check_procs: clarify debug messageSebastian Schmidt1-1/+1
2013-08-18check_procs: Assume we have stat()Sebastian Schmidt1-10/+2
2013-08-18check_procs: Get rid of HAVE_PROC_PID_EXESebastian Schmidt1-1/+1
2013-08-18check_procs: Ignore ENOENT when checking for myselfSebastian Schmidt1-1/+4
2013-08-18check_procs: fix typoSebastian Schmidt1-1/+1
2013-08-18check_procs: filter out self by /proc/pid/exeSebastian Schmidt1-3/+49
2013-08-17Fixed SF.net bug #3552839, check_procs: added -k option to ignore kernel threadsRichard Leitner1-2/+29
2013-02-27Update plugins/check_procs.cJoerg Linge1-0/+1
2012-11-14check_procs: Remove superfluous newline characterHolger Weiss1-1/+1
2012-11-14check_procs: Added performance data to plugin output.Sebastian Harl1-0/+7
2012-11-14check_procs: Use the range/threshold support functions from libnagiosplug.Sebastian Harl1-89/+17
2012-06-29Die when asprintf failsAnders Kaseorg1-17/+17
2011-01-21Fix for regex input of '|', being output causing problems with Nagios' parsin...Ton Voon1-1/+10
2010-04-22Add newline after "Usage:" in --helpThomas Guyot-Sionnest1-1/+1
2010-04-22Standardize the extra-opts notesThomas Guyot-Sionnest1-6/+0
2010-04-14Fix translations when extra-opts aren't enabledThomas Guyot-Sionnest1-5/+5
2009-02-20Typo fixes (Jan Wagner - SF 1878971)Ton Voon1-6/+6
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningThomas Guyot-Sionnest1-6/+2
2008-07-08check_procs captures stderr and adds to plugin output. This isTon Voon1-46/+15
2008-05-07Added support for --extra-opts in all C plugins (disabled by default, see con...Thomas Guyot-Sionnest1-4/+13
2008-04-27--help output cleanup (plus removal of spaces on blank lines)Thomas Guyot-Sionnest1-2/+2
2008-03-18Updated check_procs with a hidden --input-file option.Ton Voon1-24/+38
2008-02-28Reverted check_procs for solaris back to using pst3 due to truncationTon Voon1-0/+26
2008-01-31Bump plugin/ to GPLv3 (check_overcr to check_users)Thomas Guyot-Sionnest1-23/+22
2008-01-04Cleaned check_procs usage output (Ferenc Wagner #1862218)Matthias Eble1-3/+3
2007-07-15Make ps column count in zombie detection less restrictive. Thanks to Andrew E...Matthias Eble1-1/+1
2007-03-06Use /usr/ucb/ps on Solaris in preference to pst3 (problems in 64bit mode)Ton Voon1-1/+1
2007-01-28Don't try to print `optarg' (which will be a NULL pointer) if an unknownHolger Weiss1-1/+1
2007-01-24Various cleanups in the syncing with gnulibTon Voon1-0/+1
2007-01-17Fix bug #1630970 Fix for buffer overflow of check_procs procprog stringThomas Guyot-Sionnest1-1/+1