Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-06-11 | Implement autoconf logic for fping version detection | Lorenz Kästle | 1 | -2/+36 | |
2025-06-11 | Remove unused FPING6 variable | Lorenz Kästle | 1 | -1/+0 | |
2025-05-07 | Remove un-needed flags | William | 1 | -7/+0 | |
2025-03-18 | Migrate disk tests from lib, tool | Lorenz Kästle | 1 | -2/+2 | |
2025-02-15 | configure.ac: require snmpgetnext for check_snmp | Michael Orlitzky | 1 | -8/+17 | |
PATH_TO_SNMPGETNEXT is used unconditionally in plugins/check_snmp.c, and the build will fail if it is left undefined (that is, if we are building check_snmp but snmpgetnext was neither found on the user's PATH or supplied manually). To avoid this build failure, we now test for snmpgetnext inside the case for snmpget, and skip check_snmp unless BOTH are found. | |||||
2025-02-15 | configure.ac: use AS_IF in net-snmp tests | Michael Orlitzky | 1 | -7/+5 | |
Not strictly required here, but the AS_IF macro is generally safer because it handles (often unintentional) AC_REQUIRE calls. | |||||
2025-02-15 | configure.ac: update net-snmp homepage | Michael Orlitzky | 1 | -1/+1 | |
2024-12-31 | configure.ac: Lower required Autoconf version | Holger Weiss | 1 | -1/+1 | |
Revert the bump to requiring Autoconf 2.71, as some of our CI images don't offer that version yet. Keep the remaining changes though, as they should be compatible with Autoconf 2.64. | |||||
2024-12-31 | Don't check for TIME_WITH_SYS_TIME | Holger Weiss | 1 | -14/+1 | |
Follow the suggestion made by the autoupdate(1) tool: | All current systems provide time.h; it need not be checked for. Not | all systems provide sys/time.h, but those that do, all allow you to | include it and time.h simultaneously. Therefore, include sys/time.h if available, and include time.h unconditionally. | |||||
2024-12-31 | configure.ac: Bump Autoconf to version 2.71 | Holger Weiss | 1 | -62/+48 | |
Apply all changes suggested by the autoupdate(1) tool. | |||||
2024-11-02 | Merge branch 'master' into check_swap_again | Lorenz Kästle | 1 | -1/+1 | |
2024-07-24 | Update version to new git version | Jan Wagner | 1 | -1/+1 | |
2024-07-23 | Update version for release | Jan Wagner | 1 | -1/+1 | |
2023-12-20 | Remove gettext stuff from main configure.ac | RincewindsHat | 1 | -2/+2 | |
2023-12-20 | Implement first unit test for check_swap | RincewindsHat | 1 | -0/+3 | |
2023-12-20 | check_swap: refactor to improve readability | RincewindsHat | 1 | -1/+1 | |
2023-10-31 | Removing translation files | Jan Wagner | 1 | -1/+0 | |
Unfortunately there is very less coverage of the translations and was not very much contribution recently this area. On the other side, maintaing the po files consumes a significant effort. For now we drop the translation files, but we can revert this change anytime in the future. | |||||
2023-10-17 | Change versions back to git | Jan Wagner | 1 | -1/+1 | |
2023-10-17 | Prepare release 2.3.4 | Jan Wagner | 1 | -1/+1 | |
2023-10-13 | Update configure.ac | Lorenz Kästle | 1 | -1/+1 | |
Co-authored-by: waja <waja@users.noreply.github.com> | |||||
2023-09-30 | Merge branch 'master' into autoconf_fix | Lorenz Kästle | 1 | -1/+0 | |
2023-09-23 | Somehow this fixes detection of the availability of struct timeval for me | RincewindsHat | 1 | -6/+10 | |
2023-09-23 | Remove check for RETSIGTYPE in autoconf stuff | RincewindsHat | 1 | -1/+0 | |
autoupdate tells me, that since C89 I can safely assume RETSIGTYPE is void. Therefore to simplify things I removed the corresponding configure.ac line and replaced all mentions of RETSIGTYPE with void. | |||||
2023-08-28 | check_users: prefer systemd-logind over utmp | Thorsten Kukuk | 1 | -0/+19 | |
Prefer systemd-logind over utmp to get the number of logged in users. utmp is not reliable for this (e.g. some terminals create utmp entries, other not) and utmp is not Y2038 safe with glibc on Linux. | |||||
2023-04-26 | Changing remaining sscanf format specifier to unsigned long | Lorenz Kästle | 1 | -5/+5 | |
2023-04-14 | Fix a lot of typos reported by codespell | Jan Wagner | 1 | -5/+5 | |
2023-01-31 | Set autoconf prerequisite version to 2.64 | RincewindsHat | 1 | -1/+1 | |
2022-10-07 | Replace egrep with grep -E (#1791) | Lorenz | 1 | -63/+63 | |
Replace egrep with grep -E to avoid the deprecation warnings | |||||
2022-02-01 | Use silent automake by default (#1747) | Lorenz | 1 | -0/+1 | |
2021-11-01 | check_procs: improve ps args autodetection | Sven Nierlein | 1 | -0/+10 | |
one of the first ps commands in the configure.ac is `axwo 'stat comm vsz rss user uid pid ppid args'` which works on most modern linux systems (checked debian 10/11 and centos 7/8). But this test misses the etime argument. Therefore `check_procs --metric=ELAPSED` does not work. To fix this, we simply do the same test including etime before that one. Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
2020-12-09 | New version number for git | Jan Wagner | 1 | -1/+1 | |
2020-12-09 | Updating version number | Jan Wagner | 1 | -1/+1 | |
2020-05-15 | Merge branch 'upstream' into check_curl | Sven Nierlein | 1 | -0/+8 | |
2020-04-14 | - workaround for issue #1550 | ghciv6 | 1 | -0/+8 | |
- better use "ping -4" instead of "ping" if supported | |||||
2019-09-07 | remove obsolete AM_CONDITIONAL([WITH_CHECK_CURL]) | Andreas Baumann | 1 | -1/+0 | |
2019-04-04 | Merge branch 'master' into feature_check_curl | Andreas Baumann | 1 | -0/+4 | |
2018-10-24 | check_curl: fix builds if curl is not enabled | Sven Nierlein | 1 | -2/+1 | |
2018-10-24 | builds: alway put picohttpparser into the dist tarball | Sven Nierlein | 1 | -3/+0 | |
substituting PICOHTTPPARSER_DIR only when curl gets build, leads to different dist tarballs depending on wether libcurl was available or not. This then breaks later builds from this tarball because of the missing files. | |||||
2018-10-24 | check_curl: do not build check_curl if curllibs are missing | Sven Nierlein | 1 | -4/+3 | |
2018-10-23 | check_curl: enable by default if all requirements are met | Sven Nierlein | 1 | -25/+15 | |
2018-10-22 | removed embedded uriparser library, added --with-uriparser configure option | Andreas Baumann | 1 | -5/+30 | |
to use uriparser library from the system | |||||
2018-10-22 | fixed redirect sticky port handling in redir | Andreas Baumann | 1 | -0/+1 | |
2018-10-22 | some rework: | Andreas Baumann | 1 | -13/+25 | |
- added old style 'redir' function and options along to a new libcurl internal 'follow' parameter 'curl' - moved picohttpparser to it's own subdirectory - added uriparser to be used instead of the home-grown parser in 'redir' | |||||
2018-10-22 | added autoconf stuff for curl plugin, created empty plugin | Andreas Baumann | 1 | -0/+15 | |
2017-09-07 | Only turn on ordering procs by CPU usage if PS_USES_PROCPCPU | Marc Sánchez | 1 | -0/+4 | |
Disable sorting of procs by CPU usage on check_load if procpcpu is not present on PS_VARLIST | |||||
2016-11-29 | Prepare for the 2.2 releasev2.2 | Holger Weiss | 1 | -1/+1 | |
2016-11-18 | Merge remote-tracking branch 'monitoring-plugins/pr/1443' | Holger Weiss | 1 | -3/+3 | |
* monitoring-plugins/pr/1443: add openssl 1.1 support | |||||
2016-11-15 | This patch adds support for using the readcli lib. | Jan Wagner | 1 | -11/+18 | |
http://radcli.github.io/radcli/ (Closes #1437) | |||||
2016-11-13 | add openssl 1.1 support | vagrant | 1 | -3/+3 | |
changes: - CRYPTO_lock detection replaced in configure.ac. We don't use that function anywhere, so just replace it with the suggested one from https://wiki.openssl.org/index.php/Library_Initialization#Autoconf - OPENSSL_NO_SSL2 is no longer defined while ssl2 is not included. Set it ourself using the suggested openssl 1.1 version check from https://wiki.openssl.org/index.php/1.1_API_Changes#Backward_compatibility - openssl 1.1 sends a sigpipe if the connection is still open when calling SSL_shutdown(), so move the close before the shutdown. Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
2015-10-16 | Prepare for the 2.1.2 release | Holger Weiss | 1 | -1/+1 | |