summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2023-10-19check_ntp: Use C99 booleansrefs/pull/1948/headRincewindsHat1-13/+14
2023-10-19Revert "check_ntp: Use C99 booleans"RincewindsHat1-13/+13
This reverts commit ca5af12f9475775179a599875bf7cf8d3296f02a.
2023-10-19check_smtp: little fix for C99 booleans missed earlierRincewindsHat1-1/+1
2023-10-19check_ntp_time: Use C99 booleansRincewindsHat1-9/+8
2023-10-19Revert "check_ntp_time: Use C99 booleans"RincewindsHat1-9/+10
This reverts commit c849536609fbee9ab95d7db2bef23009327c1b9f.
2023-10-18check_swap: Use C99 booleansRincewindsHat1-6/+6
2023-10-18check_smtp: Use C99 booleansRincewindsHat1-25/+25
2023-10-18plugins/utils: Use C99 booleansRincewindsHat2-81/+61
2023-10-18plugins/netutils: Use C99 booleansRincewindsHat2-21/+17
2023-10-18check_negate: Use C99 booleansRincewindsHat1-7/+7
2023-10-18check_users: Use C99 booleansRincewindsHat1-2/+2
2023-10-18plugins/common.h: Remove superflous TRUE/FALSE definitionsRincewindsHat1-8/+0
2023-10-18check_ups: Use C99 booleansRincewindsHat1-22/+22
2023-10-18check_time: Use C99 booleansRincewindsHat1-30/+30
2023-10-18check_tcp: Use C99 booleansRincewindsHat1-23/+21
2023-10-18check_ssh: Use C99 booleansRincewindsHat1-5/+4
2023-10-18check_snmp: Use C99 booleansRincewindsHat1-6/+6
2023-10-18check_real: Use C99 booleansRincewindsHat1-8/+8
2023-10-18check_radius: Use C99 booleansRincewindsHat1-3/+3
2023-10-18check_ping: Use C99 booleansRincewindsHat1-15/+15
2023-10-18check_pgsql: Use C99 booleansRincewindsHat1-9/+7
2023-10-18check_overcr: Use C99 booleansRincewindsHat1-18/+18
2023-10-18check_nwstat: Use C99 booleansRincewindsHat1-75/+75
2023-10-18check_ntp_time: Use C99 booleansRincewindsHat1-10/+9
2023-10-18check_ntp_peer: Use C99 booleansRincewindsHat1-28/+25
2023-10-18check_ntp: Use C99 booleansRincewindsHat1-13/+13
2023-10-18check_nt: Use C99 booleansRincewindsHat1-30/+30
2023-10-18check_dns: Another C99 booleanRincewindsHat1-1/+1
2023-10-18check_mysql_query: Use C99 booleansRincewindsHat1-4/+4
2023-10-18check_mysql: Use C99 booleansRincewindsHat1-7/+7
2023-10-18check_mrtgtraf: Use C99 booleansRincewindsHat1-10/+10
2023-10-18check_mrtg: Use C99 booleansRincewindsHat1-7/+7
2023-10-18check_ldap: Use C99 booleansRincewindsHat1-11/+11
2023-10-18check_ide_smart: Use C99 booleansRincewindsHat1-12/+6
2023-10-18check_game: Use C99 booleansRincewindsHat1-7/+7
2023-10-18check_fping: Use C99 booleansRincewindsHat1-25/+25
2023-10-18check_dns: Use C99 booleansRincewindsHat1-33/+32
2023-10-18check_disk: Use C99 booleansRincewindsHat1-29/+29
2023-10-18check_dig: Use C99 booleansRincewindsHat1-5/+5
2023-10-18check_by_ssh: Use C99 booleansRincewindsHat1-6/+6
2023-10-18Merge pull request #1946 from waja/2.3.5waja1-0/+4
Release 2.3.5
2023-10-18Switch back to git versionrefs/pull/1946/headJan Wagner2-2/+2
This reverts commit 370a17a55a651b4a1bb61e68152874a027ddf3b1.
2023-10-18Update NEWS filev2.3.5Jan Wagner1-0/+4
2023-10-18Change version to our releaseJan Wagner2-2/+2
2023-10-18extend github action testsSven Nierlein1-2/+7
add some more steps to the test pipeline: - make dist - builds from the tarball above this test should fail until #1943 is fixed.
2023-10-18Merge pull request #1945 from RincewindsHat/release_bugfixwaja1-1/+1
Include maxfd.h in lib Makefile to fix "make dist"
2023-10-18Include maxfd.h in lib Makefilerefs/pull/1945/headRincewindsHat1-1/+1
This fixes a regression which was introduced with 719e27ddc2f0b48bcd7fe5584b23e3ce83ddf291 It prevents the creation of working release tarballs with the current toolchain. This commit add the header file maxfd.h to list of needed files.
2023-10-17Change versions back to gitJan Wagner2-2/+2
2023-10-17Merge branch 'master' of github.com:monitoring-plugins/monitoring-pluginsJan Wagner6-6/+53
2023-10-17Fix indentation of NEWSJan Wagner1-15/+15