Age | Commit message (Expand) | Author | Files | Lines |
2023-05-10 | avoid mounting when searching for matching mount points | Stefan Taferner | 1 | -8/+9 |
2023-04-18 | Fixes for -Wunused | RincewindsHat | 1 | -4/+4 |
2023-04-14 | Fix a lot of typos reported by codespell | Jan Wagner | 7 | -15/+15 |
2023-02-19 | Merge remote-tracking branch 'origin/master' into feature_check_disk_add_igno... | Kristian Schuster | 5 | -9/+15 |
2023-02-19 | utils_disk: add name_prev pointer to struct parameter_list | Kristian Schuster | 2 | -2/+18 |
2023-02-01 | Fix hashes in tests since we are using sha256 now | Lorenz Kästle | 1 | -3/+3 |
2023-02-01 | Also link LIB_CRYPTO against tests | Lorenz Kästle | 1 | -1/+1 |
2023-01-31 | Replace sha1 with sha256 in utils_base | RincewindsHat | 2 | -5/+5 |
2022-12-13 | check_disk: Find accessible mount path if multiple are available (#1820) | christian-2 | 1 | -0/+6 |
2021-11-17 | check_snmp: fix performance thresholds when using multiple oids | Sven Nierlein | 2 | -1/+2 |
2021-10-26 | Switch to uint64_t | RincewindsHat | 1 | -1/+1 |
2019-02-19 | Merge pull request #1567 from vdanjean/master | Sven Nierlein | 2 | -1/+4 |
2019-02-15 | check_by_ssh: fix child process leak on timeouts | Sven Nierlein | 4 | -25/+54 |
2018-12-08 | [check_disk] add support to display inodes usage in perfdata | Vincent Danjean | 2 | -1/+4 |
2018-09-29 | Avoid passing NULL to vprintf(). | Guido Falsi | 1 | -4/+7 |
2014-11-28 | make constants from maxfd values (#1300) | Sven Nierlein | 1 | -4/+6 |
2014-11-28 | avoid a segfault, if ulimit is set to unlimited | nafets | 1 | -0/+8 |
2014-10-06 | Revert "Make use of xasprintf instead of asprintf" | Holger Weiss | 1 | -3/+3 |
2014-07-30 | Make use of xasprintf instead of asprintf | Jan Wagner | 1 | -3/+3 |
2014-07-30 | lib/utils_base.c: if asprintf fails, string is undefined | Ricardo Maraschini | 1 | -5/+10 |
2014-07-06 | check_icmp/check_dhcp: disable check, if we are root | Jan Wagner | 2 | -16/+0 |
2014-06-28 | lib/utils_cmd.c - Free file descriptor | Spenser Reinhardt | 1 | -0/+3 |
2014-06-21 | Add UID to state retention file path | Holger Weiss | 2 | -3/+9 |
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 | 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-03-09 | build - avoid deprecated INCLUDES | Davide Madrisan | 2 | -6/+4 |
2014-01-31 | Handle negative values properly with check_snmp | Stephane Lapie | 1 | -1/+1 |
2014-01-31 | Add tests for negative thresholds in test_utils | Thomas Guyot-Sionnest | 1 | -2/+17 |
2014-01-29 | Add tests for mp_translate_state() | Thomas Guyot-Sionnest | 1 | -5/+50 |
2014-01-29 | Move negate' translate_state() to utils_base.h mp_translate_state() | Thomas Guyot-Sionnest | 2 | -4/+26 |
2014-01-27 | Rename MP_STATE_DIRECTORY to MP_STATE_PATH | Thomas Guyot-Sionnest | 2 | -5/+5 |
2014-01-27 | And release notes for previous change (MP_STATE_DIRECTORY) | Thomas Guyot-Sionnest | 1 | -1/+0 |
2014-01-25 | Ignore MP_STATE_DIRECTORY in suid plugins | Thomas Guyot-Sionnest | 3 | -9/+21 |
2014-01-25 | Clean up parse_ini error messages, add missing newlines | Thomas Guyot-Sionnest | 1 | -5/+5 |
2014-01-25 | Rename ENV variable, keep backward compatibility | Thomas Guyot-Sionnest | 2 | -3/+9 |
2014-01-24 | Use access() instead of stat() in parse_ini.c | Thomas Guyot-Sionnest | 1 | -3/+2 |
2014-01-24 | Update comments | Thomas Guyot-Sionnest | 10 | -10/+10 |
2014-01-21 | Capitalize "Monitoring Plugins" | Holger Weiss | 2 | -2/+2 |