Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
31 hours | typo: mrtgraf -> mrtgtraf | Lorenz Kästle | 1 | -1/+1 | |
33 hours | Refactor check_mysql_query | Lorenz Kästle | 1 | -0/+1 | |
34 hours | Merge pull request #2090 from RincewindsHat/refactor/check_mysql | Lorenz Kästle | 1 | -0/+1 | |
Refactor check_mysql | |||||
34 hours | Refactor check_mysql | Lorenz Kästle | 1 | -0/+1 | |
34 hours | Merge branch 'master' into refactor/check_mrtgraf | Lorenz Kästle | 1 | -0/+2 | |
34 hours | Merge pull request #2087 from RincewindsHat/refactor/check_ldap | Lorenz Kästle | 1 | -0/+1 | |
Refactor/check ldap | |||||
34 hours | Refactor check_mrtgraf | Lorenz Kästle | 1 | -0/+1 | |
35 hours | Refactor check_mrtg | Lorenz Kästle | 1 | -0/+1 | |
35 hours | Merge branch 'master' into refactor/check_ldap | Lorenz Kästle | 1 | -1/+3 | |
35 hours | Refactor check_ldap | Lorenz Kästle | 1 | -0/+1 | |
35 hours | Merge branch 'master' into refactor/check_fping | Lorenz Kästle | 1 | -0/+1 | |
36 hours | Refactor check_hpjd | Lorenz Kästle | 1 | -0/+1 | |
37 hours | Merge branch 'master' into refactor/check_fping | Lorenz Kästle | 1 | -0/+1 | |
45 hours | Refactor check_fping | Lorenz Kästle | 1 | -1/+2 | |
2 days | refactor check_cluster | Lorenz Kästle | 1 | -1/+2 | |
2 days | Merge branch 'master' into refactor/check_dig | Lorenz Kästle | 1 | -0/+1 | |
2 days | Merge branch 'master' into refactor/check_smtp | Lorenz Kästle | 1 | -1/+3 | |
2 days | Refactor check_dig | Lorenz Kästle | 1 | -1/+2 | |
2 days | Refactor check_by_ssh | Lorenz Kästle | 1 | -1/+2 | |
3 days | Refactor check_apt | Lorenz Kästle | 1 | -1/+2 | |
3 days | Merge branch 'master' into refactor/check_smtp | Lorenz Kästle | 1 | -6/+7 | |
3 days | Refactor check_smtp | Lorenz Kästle | 1 | -1/+2 | |
3 days | Merge branch 'master' into refactor/check_game | Lorenz Kästle | 1 | -1/+2 | |
3 days | Add check_dns to distribution files | Lorenz Kästle | 1 | -1/+2 | |
3 days | Merge branch 'master' into refactor/check_game | Lorenz Kästle | 1 | -1/+3 | |
4 days | Add check_ssh config to distributable files | Lorenz Kästle | 1 | -1/+6 | |
5 days | Refactor check_dbi | Lorenz Kästle | 1 | -1/+1 | |
5 days | Pack new check_game files into tarball | Lorenz Kästle | 1 | -1/+5 | |
2024-01-04 | Fix Makefile.am to fix tests | RincewindsHat | 1 | -1/+1 | |
2023-12-20 | Include new directory and contents into distribution | Lorenz Kästle | 1 | -1/+1 | |
2023-12-20 | Hopefully fix build | Lorenz Kästle | 1 | -2/+4 | |
2023-12-20 | Implement first unit test for check_swap | RincewindsHat | 1 | -3/+16 | |
2023-12-20 | check_swap: refactor to improve readability | RincewindsHat | 1 | -1/+1 | |
2023-08-28 | check_users: prefer systemd-logind over utmp | Thorsten Kukuk | 1 | -1/+1 | |
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-02-01 | Link plugins against libcrypto to make hashes available | Lorenz Kästle | 1 | -2/+2 | |
2018-10-24 | builds: alway put picohttpparser into the dist tarball | Sven Nierlein | 1 | -1/+1 | |
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-22 | removed embedded uriparser library, added --with-uriparser configure option | Andreas Baumann | 1 | -4/+4 | |
to use uriparser library from the system | |||||
2018-10-22 | some rework: | Andreas Baumann | 1 | -6/+6 | |
- 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 -M<m> age option for document age, using picohttpparser from h2o ↵ | Andreas Baumann | 1 | -2/+4 | |
(maybe handy later to make a more robust header condition checker?) | |||||
2018-10-22 | check_curl: implement certificate checks | Sven Nierlein | 1 | -2/+2 | |
Signed-off-by: Sven Nierlein <sven@nierlein.de> | |||||
2018-10-22 | added autoconf stuff for curl plugin, created empty plugin | Andreas Baumann | 1 | -1/+4 | |
2015-10-12 | Revert "Don't let check_disk hang on hanging file systems" | Holger Weiss | 1 | -1/+1 | |
This reverts commit 6986aa1d0a352d8d02eed4896034631fffd25a27. That commit leads to issues on non-Linux systems, and it seems to not (always) work as expected on Linux, either. Conflicts: plugins/Makefile.am plugins/check_disk.c Closes #1377 and closes #1329. | |||||
2014-12-02 | Cosmetic change: s/THRLIBS/THREADLIBS/ | Holger Weiss | 1 | -1/+1 | |
Use a more intuitive variable name. | |||||
2014-11-28 | Don't let check_disk hang on hanging file systems | Gerhard Lausser | 1 | -1/+1 | |
2014-04-27 | Make check_users work on Windows. | Gunnar Beutner | 1 | -1/+1 | |
2014-03-09 | build - avoid deprecated INCLUDES | Davide Madrisan | 1 | -5/+6 | |
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com> | |||||
2014-02-07 | Merge pull request #1234 from skottler/plugin_makefile_whitespace | Thomas Guyot-Sionnest | 1 | -3/+2 | |
Remove unnecessary whitespace in Makefile.am | |||||
2014-02-07 | Remove unnecessary whitespace in Makefile.am | Sam Kottler | 1 | -3/+2 | |
2014-01-19 | Project rename initial commit. | Monitoring Plugins Development Team | 1 | -1/+1 | |
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. | |||||
2013-08-20 | check_users: Use utmpx(5) only if available | Holger Weiss | 1 | -0/+4 | |
For systems that don't provide an utmpx(5) interface, restore the code that was replaced in commit 3e622f3a47bc7d31f22513a79892c3c52febd2d3. |