summaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
31 hourstypo: mrtgraf -> mrtgtrafLorenz Kästle1-1/+1
33 hoursRefactor check_mysql_queryLorenz Kästle1-0/+1
34 hoursMerge pull request #2090 from RincewindsHat/refactor/check_mysqlLorenz Kästle1-0/+1
Refactor check_mysql
34 hoursRefactor check_mysqlLorenz Kästle1-0/+1
34 hoursMerge branch 'master' into refactor/check_mrtgrafLorenz Kästle1-0/+2
34 hoursMerge pull request #2087 from RincewindsHat/refactor/check_ldapLorenz Kästle1-0/+1
Refactor/check ldap
34 hoursRefactor check_mrtgrafLorenz Kästle1-0/+1
35 hoursRefactor check_mrtgLorenz Kästle1-0/+1
35 hoursMerge branch 'master' into refactor/check_ldapLorenz Kästle1-1/+3
35 hoursRefactor check_ldapLorenz Kästle1-0/+1
35 hoursMerge branch 'master' into refactor/check_fpingLorenz Kästle1-0/+1
36 hoursRefactor check_hpjdLorenz Kästle1-0/+1
37 hoursMerge branch 'master' into refactor/check_fpingLorenz Kästle1-0/+1
45 hoursRefactor check_fpingLorenz Kästle1-1/+2
2 daysrefactor check_clusterLorenz Kästle1-1/+2
2 daysMerge branch 'master' into refactor/check_digLorenz Kästle1-0/+1
2 daysMerge branch 'master' into refactor/check_smtpLorenz Kästle1-1/+3
2 daysRefactor check_digLorenz Kästle1-1/+2
2 daysRefactor check_by_sshLorenz Kästle1-1/+2
3 daysRefactor check_aptLorenz Kästle1-1/+2
3 daysMerge branch 'master' into refactor/check_smtpLorenz Kästle1-6/+7
3 daysRefactor check_smtpLorenz Kästle1-1/+2
3 daysMerge branch 'master' into refactor/check_gameLorenz Kästle1-1/+2
3 daysAdd check_dns to distribution filesLorenz Kästle1-1/+2
3 daysMerge branch 'master' into refactor/check_gameLorenz Kästle1-1/+3
4 daysAdd check_ssh config to distributable filesLorenz Kästle1-1/+6
5 daysRefactor check_dbiLorenz Kästle1-1/+1
5 daysPack new check_game files into tarballLorenz Kästle1-1/+5
2024-01-04Fix Makefile.am to fix testsRincewindsHat1-1/+1
2023-12-20Include new directory and contents into distributionLorenz Kästle1-1/+1
2023-12-20Hopefully fix buildLorenz Kästle1-2/+4
2023-12-20Implement first unit test for check_swapRincewindsHat1-3/+16
2023-12-20check_swap: refactor to improve readabilityRincewindsHat1-1/+1
2023-08-28check_users: prefer systemd-logind over utmpThorsten Kukuk1-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-01Link plugins against libcrypto to make hashes availableLorenz Kästle1-2/+2
2018-10-24builds: alway put picohttpparser into the dist tarballSven Nierlein1-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-22removed embedded uriparser library, added --with-uriparser configure optionAndreas Baumann1-4/+4
to use uriparser library from the system
2018-10-22some rework:Andreas Baumann1-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-22added -M<m> age option for document age, using picohttpparser from h2o ↵Andreas Baumann1-2/+4
(maybe handy later to make a more robust header condition checker?)
2018-10-22check_curl: implement certificate checksSven Nierlein1-2/+2
Signed-off-by: Sven Nierlein <sven@nierlein.de>
2018-10-22added autoconf stuff for curl plugin, created empty pluginAndreas Baumann1-1/+4
2015-10-12Revert "Don't let check_disk hang on hanging file systems"Holger Weiss1-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-02Cosmetic change: s/THRLIBS/THREADLIBS/Holger Weiss1-1/+1
Use a more intuitive variable name.
2014-11-28Don't let check_disk hang on hanging file systemsGerhard Lausser1-1/+1
2014-04-27Make check_users work on Windows.Gunnar Beutner1-1/+1
2014-03-09build - avoid deprecated INCLUDESDavide Madrisan1-5/+6
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
2014-02-07Merge pull request #1234 from skottler/plugin_makefile_whitespaceThomas Guyot-Sionnest1-3/+2
Remove unnecessary whitespace in Makefile.am
2014-02-07Remove unnecessary whitespace in Makefile.amSam Kottler1-3/+2
2014-01-19Project rename initial commit.Monitoring Plugins Development Team1-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-20check_users: Use utmpx(5) only if availableHolger Weiss1-0/+4
For systems that don't provide an utmpx(5) interface, restore the code that was replaced in commit 3e622f3a47bc7d31f22513a79892c3c52febd2d3.