Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
25 hours | Refactor check_radius | Lorenz Kästle | 1 | -0/+1 | |
31 hours | Remove check_overcr | Lorenz Kästle | 1 | -2/+1 | |
This commit removes the plugin check_overcr and all related files and parts of files. OverCR seems to be dead and I have never seen a mention of an active usage anywhere. The website still does exist, but the activity seems to be limited. Carrying check_overcr forward seems to be a burden without a purpose and more of an opportunity to remove some code. | |||||
31 hours | Merge pull request #2096 from RincewindsHat/refactor/check_ntp_time | Lorenz Kästle | 1 | -0/+1 | |
Refactor/check ntp time | |||||
31 hours | Merge pull request #2097 from RincewindsHat/refactor/check_pgsql | Lorenz Kästle | 1 | -0/+1 | |
Refactor/check pgsql | |||||
40 hours | Refactor check_pgsql | Lorenz Kästle | 1 | -0/+1 | |
40 hours | Refactor check_ntp_time | Lorenz Kästle | 1 | -0/+1 | |
41 hours | Refactor check_nt | Lorenz Kästle | 1 | -0/+1 | |
2 days | Merge pull request #2093 from RincewindsHat/refactor/check_nagios | Lorenz Kästle | 1 | -0/+1 | |
Refactor/check nagios | |||||
2 days | Refactor check_nagios | Lorenz Kästle | 1 | -0/+1 | |
2 days | typo: mrtgraf -> mrtgtraf | Lorenz Kästle | 1 | -1/+1 | |
2 days | Refactor check_mysql_query | Lorenz Kästle | 1 | -0/+1 | |
2 days | Merge pull request #2090 from RincewindsHat/refactor/check_mysql | Lorenz Kästle | 1 | -0/+1 | |
Refactor check_mysql | |||||
2 days | Refactor check_mysql | Lorenz Kästle | 1 | -0/+1 | |
2 days | Merge branch 'master' into refactor/check_mrtgraf | Lorenz Kästle | 1 | -0/+2 | |
2 days | Merge pull request #2087 from RincewindsHat/refactor/check_ldap | Lorenz Kästle | 1 | -0/+1 | |
Refactor/check ldap | |||||
2 days | Refactor check_mrtgraf | Lorenz Kästle | 1 | -0/+1 | |
2 days | Refactor check_mrtg | Lorenz Kästle | 1 | -0/+1 | |
2 days | Merge branch 'master' into refactor/check_ldap | Lorenz Kästle | 1 | -1/+3 | |
2 days | Refactor check_ldap | Lorenz Kästle | 1 | -0/+1 | |
2 days | Merge branch 'master' into refactor/check_fping | Lorenz Kästle | 1 | -0/+1 | |
2 days | Refactor check_hpjd | Lorenz Kästle | 1 | -0/+1 | |
2 days | Merge branch 'master' into refactor/check_fping | Lorenz Kästle | 1 | -0/+1 | |
3 days | Refactor check_fping | Lorenz Kästle | 1 | -1/+2 | |
3 days | refactor check_cluster | Lorenz Kästle | 1 | -1/+2 | |
3 days | Merge branch 'master' into refactor/check_dig | Lorenz Kästle | 1 | -0/+1 | |
3 days | Merge branch 'master' into refactor/check_smtp | Lorenz Kästle | 1 | -1/+3 | |
3 days | Refactor check_dig | Lorenz Kästle | 1 | -1/+2 | |
3 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 | |
4 days | Refactor check_smtp | Lorenz Kästle | 1 | -1/+2 | |
4 days | Merge branch 'master' into refactor/check_game | Lorenz Kästle | 1 | -1/+2 | |
4 days | Add check_dns to distribution files | Lorenz Kästle | 1 | -1/+2 | |
4 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 | |
6 days | Refactor check_dbi | Lorenz Kästle | 1 | -1/+1 | |
6 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 | |