summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2023-11-13CI: Switch back to testingrefs/pull/1962/headJan Wagner1-2/+2
2023-11-12Merge pull request #1958 from RincewindsHat/check_users_fix_segfaultLorenz Kästle2-9/+17
check_users: fix segfault
2023-11-11Merge pull request #1960 from sbraz/ups_realpowerLorenz Kästle1-7/+40
check_ups: output ups.realpower if supported
2023-11-09check_ups: output ups.realpower if supportedrefs/pull/1960/headLouis Sautier1-7/+40
2023-11-05Merge pull request #1959 from RincewindsHat/shellcheck_check_oracle2Lorenz Kästle1-10/+13
Shellcheck fixes for check_oracle
2023-11-05Shellcheck fixes for check_oraclerefs/pull/1959/headRincewindsHat1-10/+13
2023-11-01Merge pull request #1956 from sni/fix_check_mailqLorenz Kästle1-525/+517
Fix check mailq
2023-11-01Merge branch 'master' into fix_check_mailqrefs/pull/1956/headLorenz Kästle27-16431/+82
2023-10-31Merge branch 'master' into check_users_fix_segfaultrefs/pull/1958/headLorenz Kästle12-16362/+2
2023-10-31Merge pull request #1947 from waja/remove_poLorenz Kästle12-16362/+2
Removing translation files
2023-10-31Remove translation directory from main Makefile.amrefs/pull/1947/headRincewindsHat1-1/+1
2023-10-31Removing translation filesJan Wagner10-16356/+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-31CI: Remove translation checksJan Wagner1-5/+1
2023-10-31check_users: Update help to properly show that thresholds are rangesRincewindsHat1-4/+4
2023-10-31Enhance tests to check wheter the option validation worksRincewindsHat1-1/+4
2023-10-31check_users: Change option for sanity checking arguments to avoid segfaultRincewindsHat1-4/+9
2023-10-29Merge pull request #1953 from RincewindsHat/compiler_warnings-sign-compareLorenz Kästle15-69/+80
Fixes for -Wsign-compare
2023-10-26check_mailq: exit on empty strings and exit earlySven Nierlein1-76/+69
in case of $utils::PATH_TO_MAILQ beeing an empty string, the "defined" is still true and leads to misleading error messages. While on it, rewrite cascaded if/elsifs to more readably exit-early ifs.
2023-10-26check_mailq: unify tabs/spacesSven Nierlein1-508/+507
2023-10-26check_mailq: remove trailing whitespacesSven Nierlein1-23/+23
2023-10-21Merge pull request #1952 from RincewindsHat/check_smtp_restore_tls_behaviourLorenz Kästle1-1/+10
check_smtp: Restore behaviour pre ead5526efa4f713e8001baed409067b0474…
2023-10-19check_tcp: Fixes an error with using the wrong type for a variablerefs/pull/1953/headRincewindsHat1-7/+8
2023-10-19Fix fallout of the previous changesRincewindsHat4-5/+5
2023-10-19Fixes for -Wsign-compareRincewindsHat14-59/+69
2023-10-19check_smtp: Restore behaviour pre ead5526efa4f713e8001baed409067b0474cb72d ↵refs/pull/1952/headRincewindsHat1-1/+10
regarding -D and TLS
2023-10-19Merge pull request #1948 from RincewindsHat/more_booleansLorenz Kästle36-601/+554
Replace most of the boolean variables declared as "int" with "bool"
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