Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-10-08 | fix unused variables compiler warning | RincewindsHat | 1 | -0/+2 | |
2023-10-08 | fix sign compare compiler warnings | RincewindsHat | 1 | -2/+2 | |
2023-10-08 | Initialise threshold variables properly | RincewindsHat | 1 | -1/+16 | |
2023-10-08 | Merge branch 'master' into datamuc-merge-jitter | RincewindsHat | 1 | -0/+2 | |
2023-10-08 | Merge pull request #1933 from RincewindsHat/compiler-warnings-werror | Lorenz Kästle | 1 | -0/+2 | |
Fix missing include in plugins/runcmd.c | |||||
2023-10-07 | Fix missing include in plugins/runcmd.crefs/pull/1933/head | RincewindsHat | 1 | -0/+2 | |
2023-10-07 | Fix typo | RincewindsHat | 1 | -1/+1 | |
2023-10-07 | Refactor new threshold parser | RincewindsHat | 1 | -37/+45 | |
2023-10-07 | Do some actual error checking on the threshold parser | RincewindsHat | 1 | -6/+32 | |
2023-10-06 | Remove useless return after crash | RincewindsHat | 1 | -1/+0 | |
2023-10-06 | Change function type of get_thresholds to better reflect the options and ↵ | RincewindsHat | 1 | -7/+14 | |
describe it in general | |||||
2023-10-06 | Update comment | RincewindsHat | 1 | -2/+2 | |
2023-10-06 | Refactor get_threshold2 to be barely understandable | RincewindsHat | 1 | -35/+65 | |
2023-10-06 | Merge branch 'master' into merge-jitter | Lorenz Kästle | 1 | -3/+1 | |
2023-10-06 | Merge pull request #1932 from RincewindsHat/check-ircd-pack-sockaddr | Lorenz Kästle | 1 | -3/+1 | |
use pack_sockaddr_in rather than hand-rolled | |||||
2023-10-06 | use pack_sockaddr_in rather than hand-rolledrefs/pull/1932/head | Stuart Henderson | 1 | -3/+1 | |
On some OS, sockaddr structs include a length field. Perl's pack_sockaddr_in takes this into account; the hand-rolled "pack('S n a4 x8'..." doesn't do so, resulting in connection failures. | |||||
2023-10-06 | Merge branch 'master' into merge-jitter | datamuc | 6 | -30/+123 | |
2023-10-06 | check malloc | Danijel Tasov | 1 | -0/+4 | |
2023-10-06 | do not introduce new ints as bools | Danijel Tasov | 1 | -14/+16 | |
2023-10-05 | Merge pull request #1904 from Al2Klimov/1857 | Lorenz Kästle | 6 | -30/+123 | |
check_disk: interpret -X' arg as pattern, not literal | |||||
2023-10-04 | Merge branch 'master' into merge-jitter | datamuc | 8 | -347/+339 | |
2023-10-04 | unnecessary space | Danijel Tasov | 1 | -1/+1 | |
Signed-off-by: Danijel Tasov <m@rbfh.de> | |||||
2023-10-04 | readability improvements | Danijel Tasov | 1 | -3/+21 | |
Signed-off-by: Danijel Tasov <m@rbfh.de> | |||||
2023-10-04 | remove sun ifdef | Danijel Tasov | 1 | -5/+0 | |
my be readded later with proper comments Signed-off-by: Danijel Tasov <m@rbfh.de> | |||||
2023-10-04 | add some basic tests for the new modes | Danijel Tasov | 1 | -1/+47 | |
Signed-off-by: Danijel Tasov <m@rbfh.de> | |||||
2023-10-04 | update failure regex | Danijel Tasov | 1 | -1/+1 | |
2023-10-04 | fix host count on when checking multiple hosts | Danijel Tasov | 1 | -21/+24 | |
2023-10-04 | adjust check_icmp tests | Danijel Tasov | 2 | -6/+6 | |
2023-10-03 | Merge pull request #1411 from ↵ | Lorenz Kästle | 1 | -1/+2 | |
glensc/pld/nagios-plugins-check_disk_smb-zero-cap.patch check_disk_smb: allow checking 0-sized resource (ex. IPC$) | |||||
2023-10-03 | Merge branch 'master' into check_dhcp_rogue_detection | Lorenz Kästle | 6 | -6/+6 | |
2023-10-03 | Merge pull request #1931 from RincewindsHat/fix/typos | Lorenz Kästle | 6 | -6/+6 | |
Fix some more typos | |||||
2023-10-03 | Fix some more typosrefs/pull/1931/head | RincewindsHat | 6 | -6/+6 | |
2023-10-03 | Make some booleans nicer | Lorenz Kästle | 1 | -3/+3 | |
2023-10-03 | Update translations | Lorenz Kästle | 1 | -1/+20 | |
2023-10-03 | Some code formatting | Lorenz Kästle | 1 | -7/+7 | |
2023-10-03 | New variable is actually a boolean | Lorenz Kästle | 1 | -7/+8 | |
2023-10-03 | Update translations | Lorenz Kästle | 3 | -13/+14 | |
2023-10-03 | check_dhcp.c merged patch from #752 | Patrick Cervicek | 1 | -10/+34 | |
- added dhcp rogue detection contributed by Patrick Cervicek (patrick AT cervicek.de) - closes #752 | |||||
2023-10-01 | Merge pull request #1930 from RincewindsHat/cleanup/check_dhcp | Lorenz Kästle | 1 | -340/+331 | |
Cleanup/check dhcp | |||||
2023-10-01 | Update copyrightrefs/pull/1930/head | RincewindsHat | 1 | -1/+1 | |
2023-10-01 | Remove trailing lines | RincewindsHat | 1 | -3/+0 | |
2023-10-01 | Comment some endifs to make comprehension easier | RincewindsHat | 1 | -2/+3 | |
2023-10-01 | Use real booleans | RincewindsHat | 1 | -17/+14 | |
2023-10-01 | Homogenize whitespace usage | RincewindsHat | 1 | -305/+305 | |
2023-10-01 | Remove unnecessary type defines | RincewindsHat | 1 | -20/+16 | |
2023-09-30 | Update translationsrefs/pull/1904/head | Lorenz Kästle | 3 | -6/+18 | |
2023-09-30 | check_disk: Change usage for --include-type to indicated regexes are now ↵ | Lorenz Kästle | 1 | -2/+2 | |
possible | |||||
2023-09-30 | Merge branch 'master' into autoconf_fix | Lorenz Kästle | 6 | -10/+9 | |
2023-09-30 | Fix typo | Lorenz Kästle | 1 | -1/+1 | |
2023-09-30 | Document new np_add_regex more and add error handling | Lorenz Kästle | 1 | -4/+29 | |