Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-09-15 | Run clang-format again | Lorenz Kästle | 1 | -32/+63 | |
2025-05-09 | changed filename in cmd_file_read to const char * (check_apt warning) | Andreas Baumann | 1 | -1/+1 | |
2024-11-09 | Fix argument order of calloc on several occasions | Lorenz Kästle | 1 | -1/+1 | |
2024-10-17 | lib: Update copyright | Lorenz Kästle | 1 | -1/+1 | |
2024-10-17 | lib: clang-format | Lorenz Kästle | 1 | -152/+128 | |
2023-10-19 | Fixes for -Wsign-compare | RincewindsHat | 1 | -2/+1 | |
2023-10-15 | Whitespace fixes in lib | RincewindsHat | 1 | -6/+6 | |
2023-09-23 | Merge pull request #1924 from RincewindsHat/compiler_warnings_4_1 | Lorenz Kästle | 1 | -8/+7 | |
Centralise and refactor maxfd related functionality | |||||
2023-09-23 | open_max is a library function now, it should be mp_open_max | RincewindsHat | 1 | -4/+4 | |
2023-09-22 | Place _cmd_pids in object not header to avoid unsused variables | RincewindsHat | 1 | -0/+10 | |
2023-09-22 | Rework maxfd/open_max to avoid unused variables | RincewindsHat | 1 | -8/+7 | |
2023-04-18 | Fixes for -Wnonnull-compare | RincewindsHat | 1 | -4/+0 | |
2023-04-14 | Fix a lot of typos reported by codespell | Jan Wagner | 1 | -1/+1 | |
2019-02-15 | check_by_ssh: fix child process leak on timeouts | Sven Nierlein | 1 | -25/+17 | |
When check_by_ssh runs into a timeout it simply exits keeping all child processes running. Simply adopting the kill loop from runcmd_timeout_alarm_handler() fixes this. Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
2014-11-28 | make constants from maxfd values (#1300) | Sven Nierlein | 1 | -4/+6 | |
its good practice to use constants instead of (random) values. Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
2014-11-28 | avoid a segfault, if ulimit is set to unlimited | nafets | 1 | -0/+8 | |
2014-06-28 | lib/utils_cmd.c - Free file descriptor | Spenser Reinhardt | 1 | -0/+3 | |
Coverity 66502 - File descriptor fd in cmd_file_read is never closed, and thus file is left open after usage throughout runtime. - SR | |||||
2014-01-19 | Project rename initial commit. | Monitoring Plugins Development Team | 1 | -2/+2 | |
This is an initial take at renaming the project to Monitoring Plugins. It's not expected to be fully complete, and it is expected to break things (The perl module for instance). More testing will be required before this goes mainline. | |||||
2010-07-02 | Fix cmd_run overwriting the environment | Thomas Guyot-Sionnest | 1 | -4/+5 | |
Some commands need the environment to function properly. One such example is check_ssh and check_by_ssh when a SOCKS proxy is required. This patch use setenv and extern char **environ to alter and pass the new environment to the child process Those modules have been added to Gnulib for portability. | |||||
2008-11-23 | Removing CVS/SVN tags and replacing with git-based versioning | Thomas Guyot-Sionnest | 1 | -3/+0 | |
For contrib/, full tags have been imported from subversion git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2091 f882894a-f735-0410-b71e-b25c423dba1c | |||||
2008-07-08 | check_procs captures stderr and adds to plugin output. This is | Ton Voon | 1 | -0/+18 | |
from a merge of branch nagiosplug/branches/new_threshold_syntax 1979:1982 git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2019 f882894a-f735-0410-b71e-b25c423dba1c | |||||
2008-01-30 | Bump /lib to GPLv3 | Thomas Guyot-Sionnest | 1 | -39/+40 | |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1913 f882894a-f735-0410-b71e-b25c423dba1c | |||||
2007-09-21 | Stop double expansion of parameters for negate - works like | Ton Voon | 1 | -0/+378 | |
time command now git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1784 f882894a-f735-0410-b71e-b25c423dba1c |