summaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Collapse)AuthorFilesLines
14 daysMore refactoringLorenz Kästle2-90/+109
2025-03-12all includes in one placeLorenz Kästle1-1/+1
2025-03-12Refactor check_ntp_peerLorenz Kästle3-67/+127
2025-03-12check_ntp_peer: clang-formatLorenz Kästle1-32/+62
2025-03-11Merge pull request #2093 from RincewindsHat/refactor/check_nagiosLorenz Kästle3-76/+112
Refactor/check nagios
2025-03-11Refactor check_nagiosLorenz Kästle3-65/+89
2025-03-11check_nagios: clang-formatLorenz Kästle1-15/+27
2025-03-11typo: mrtgraf -> mrtgtrafLorenz Kästle3-13/+13
2025-03-11Refactor check_mysql_queryLorenz Kästle3-47/+86
2025-03-11check_mysql_query: clang-formatLorenz Kästle1-17/+28
2025-03-11Merge pull request #2090 from RincewindsHat/refactor/check_mysqlLorenz Kästle3-116/+160
Refactor check_mysql
2025-03-11Refactor check_mysqlLorenz Kästle3-116/+160
2025-03-11Merge branch 'master' into refactor/check_mrtgrafLorenz Kästle5-394/+483
2025-03-11Merge pull request #2087 from RincewindsHat/refactor/check_ldapLorenz Kästle3-317/+346
Refactor/check ldap
2025-03-11Refactor check_mrtgrafLorenz Kästle3-52/+87
2025-03-11check_mrtgraf: clang-formatLorenz Kästle1-13/+23
2025-03-11Remove unintented importLorenz Kästle1-1/+0
2025-03-11Refactor check_mrtgLorenz Kästle3-68/+110
2025-03-11check_mrtg: clang-formatLorenz Kästle1-24/+42
2025-03-11Merge branch 'master' into refactor/check_ldapLorenz Kästle5-229/+316
2025-03-11Refactor check_ldapLorenz Kästle3-140/+184
2025-03-11Merge branch 'master' into refactor/check_fpingLorenz Kästle3-88/+112
2025-03-11check_ldap: clang-formatLorenz Kästle1-237/+223
2025-03-11Refactor check_hpjdLorenz Kästle3-78/+89
2025-03-11check_hpjd: clang-formatLorenz Kästle1-15/+28
2025-03-11Merge branch 'master' into refactor/check_fpingLorenz Kästle3-76/+101
2025-03-11Refactor check_fpingLorenz Kästle3-96/+147
2025-03-11check_fping: clang-formatLorenz Kästle1-55/+67
2025-03-10refactor check_clusterLorenz Kästle3-49/+81
2025-03-10check_cluster: general refactoringLorenz Kästle1-28/+13
2025-03-10check_cluster: clang-formatLorenz Kästle1-8/+16
2025-03-10Merge branch 'master' into refactor/check_digLorenz Kästle3-599/+647
2025-03-10Allow setting of port independent of argument position againLorenz Kästle1-1/+6
2025-03-10Merge branch 'master' into refactor/check_smtpLorenz Kästle5-202/+315
2025-03-10check_smtp: fix positional host logicLorenz Kästle2-1/+3
2025-03-10check_smtp: small improvementsLorenz Kästle1-2/+2
2025-03-10Refactor check_digLorenz Kästle3-84/+121
2025-03-10check_dig: clang-formatLorenz Kästle1-12/+23
2025-03-10Refactor check_by_sshLorenz Kästle4-128/+197
2025-03-10Refactor check_aptLorenz Kästle3-76/+120
2025-03-10Merge branch 'master' into refactor/check_smtpLorenz Kästle5-280/+376
2025-03-10check_smtp: small style fixesLorenz Kästle1-5/+8
2025-03-10check_smtp: Remove unused enumLorenz Kästle1-5/+0
2025-03-10Refactor check_smtpLorenz Kästle3-270/+343
2025-03-09check_smtp: clang-formatLorenz Kästle1-440/+410
2025-03-09Merge branch 'master' into refactor/check_gameLorenz Kästle3-159/+251
2025-03-09ignore CNAMEs in RDNS-mode #1460Lorenz Kästle1-0/+3
Suppose your provider uses RFC 2317 (or RFC 4183 for that matter). The output of nslookup could look like the following: 2.120.22.172.in-addr.arpa canonical name = 2.0/26.120.22.172.in-addr.arpa. 2.0/26.120.22.172.in-addr.arpa name = rajesh.intern.prauscher.de. Without this filter, check_dns would check the string against "2.0/26.120.22.172.in-addr.arpa., rajesh.intern.prauscher.de." which will fail for obvious reasons. In forward DNS, this is achieved in line 165, as nslookup will print the address separate from the CNAME-resolving. Original commit by Patrick Rauscher (prauscher@prauscher.de), adapted here.
2025-03-09Add check_dns to distribution filesLorenz Kästle1-1/+2
2025-03-09Merge branch 'master' into refactor/check_dnsLorenz Kästle13-346/+628
2025-03-09Remove redundant NULL checks and replace deprecated index functionLorenz Kästle1-6/+12