Age | Commit message (Expand) | Author | Files | Lines |
2014-06-28 | tests: added check_dns performance data test | Sven Nierlein | 1 | -1/+2 |
2014-06-28 | check_dns.c Added a bit more logic to thresholds | abrist | 1 | -4/+13 |
2014-06-28 | check_dns: add warning and critical thresholds to perfdata | Jean-Claude Computing | 1 | -1/+8 |
2014-06-28 | Cleaned up status output of check_tcp changes | abrist | 1 | -1/+1 |
2014-06-28 | check_tcp: also display the server addr when host_specified is set. This will... | Davide Madrisan | 1 | -2/+7 |
2014-06-28 | check_nt.c - Changed 'Mb' to 'MB' in MEMUSE. | abrist | 1 | -2/+2 |
2014-06-28 | lib/utils_cmd.c - Free file descriptor | Spenser Reinhardt | 1 | -0/+3 |
2014-06-28 | plugins/negate.c - Function should not return. | Spenser Reinhardt | 1 | -2/+2 |
2014-06-28 | plugins/negate.c - Reorder if statement, aiob | Spenser Reinhardt | 1 | -2/+1 |
2014-06-28 | plugins-root/check_dhcp.c - array out of bounds | Spenser Reinhardt | 1 | -1/+1 |
2014-06-28 | plugins/check_http.c - leakage fix | Spenser Reinhardt | 1 | -4/+6 |
2014-06-28 | plugins/check_ntp.c - Verify struct from response | Spenser Reinhardt | 1 | -2/+11 |
2014-06-28 | plugins/check_real.c - recv string null terminate | Spenser Reinhardt | 1 | -0/+1 |
2014-06-28 | plugins/check_apt.c - Print uninitialized ereg | Spenser Reinhardt | 1 | -0/+3 |
2014-06-28 | Include common.h before any system headers. | Eric J. Mislivec | 2 | -4/+3 |
2014-06-24 | Merge pull request #1261 from sni/master | Sven Nierlein | 5 | -8/+72 |
2014-06-24 | tests: always build and test on travis | Sven Nierlein | 5 | -8/+72 |
2014-06-23 | check_ide_smart: Fixing spelling bug | Jan Wagner | 4 | -4/+4 |
2014-06-23 | check_mrtg: Fixing spelling bug | Jan Wagner | 4 | -4/+4 |
2014-06-23 | check_ups/check_dbi: Fixing spelling bug | Jan Wagner | 2 | -6/+6 |
2014-06-23 | NEWS: Add missing entries for the upcoming release | Holger Weiss | 1 | -2/+16 |
2014-06-22 | THANKS.in: Add new authors | Holger Weiss | 1 | -0/+11 |
2014-06-22 | NEWS: Add missing tab characters | Holger Weiss | 1 | -2/+2 |
2014-06-22 | check_radius.c: Add newline to die() calls | Holger Weiss | 1 | -14/+14 |
2014-06-22 | configure.ac: Change RADIUS library preferences | Holger Weiss | 1 | -7/+7 |
2014-06-22 | check_radius: Support FreeRADIUS Client library | Holger Weiss | 4 | -13/+30 |
2014-06-22 | REQUIREMENTS: Update radiusclient-ng URL | Holger Weiss | 1 | -1/+1 |
2014-06-21 | Add UID to state retention file path | Holger Weiss | 3 | -3/+11 |
2014-06-20 | NEWS: s/MP_STATE_DIRECTORY/MP_STATE_PATH/ | Holger Weiss | 1 | -1/+1 |
2014-06-18 | lib/parse_ini.c: Print proper read error message | Holger Weiss | 1 | -1/+2 |
2014-06-18 | lib/parse_ini.c: Drop privileges for reading file | Holger Weiss | 1 | -0/+10 |
2014-06-18 | lib/parse_ini.c: Add newline to die() calls | Holger Weiss | 1 | -2/+2 |
2014-06-18 | lib/parse_ini.c: Cosmetic change | Holger Weiss | 1 | -4/+1 |
2014-06-18 | Add Gnulib module "idpriv-droptemp" | Holger Weiss | 6 | -4/+352 |
2014-06-18 | Use FindBin consistently across Perl plugins | Holger Weiss | 2 | -2/+4 |
2014-06-18 | plugins/runcmd.c: Remove superfluous newline | Holger Weiss | 1 | -1/+1 |
2014-06-18 | lib/parse_ini.c: Search for INI file in subdirs | Holger Weiss | 1 | -0/+2 |
2014-06-18 | lib/parse_ini.c: Add comment on NAGIOS_CONFIG_PATH | Holger Weiss | 1 | -15/+17 |
2014-06-18 | lib/parse_ini.c: Cosmetic changes to comments | Holger Weiss | 1 | -16/+20 |
2014-06-18 | lib/parse_ini.c: Fix Clang warnings | Holger Weiss | 1 | -8/+7 |
2014-06-18 | lib/parse_ini.[ch]: Change code formatting | Holger Weiss | 2 | -156/+192 |
2014-06-18 | lib/parse_ini.c: Don't cast malloc(3) result | Holger Weiss | 1 | -2/+2 |
2014-06-18 | lib/parse_ini.c: Remove outdated comment and code | Holger Weiss | 1 | -15/+10 |
2014-06-18 | lib/parse_ini.c: Read $MP_CONFIG_FILE | Holger Weiss | 1 | -1/+2 |
2014-06-18 | lib/parse_ini.c: Read "monitoring-plugins.ini" | Holger Weiss | 1 | -0/+4 |
2014-06-18 | lib/parse_ini.[ch]: Simplify code | Holger Weiss | 2 | -110/+49 |
2014-06-13 | tests: freebsds snmpd does not use quotes | Sven Nierlein | 1 | -1/+1 |
2014-06-13 | tests: check_proc tests fail if uid -2 does not map to nobody | Sven Nierlein | 1 | -0/+1 |
2014-06-13 | tests: fping checks require being root or setuid root | Sven Nierlein | 2 | -9/+34 |
2014-06-13 | require at least HTTP::Daemon 6.01 | Sven Nierlein | 1 | -1/+2 |