..
picohttpparser
Fix a lot of typos reported by codespell
2023-04-14 18:35:00 +00:00
t
Enhance regex in test to be more tolerant to follow up text
2023-08-28 10:31:21 +02:00
tests
Fix a lot of typos reported by codespell
2023-04-14 18:35:00 +00:00
check_apt.c
Fixing spelling errors ( #1826 )
2023-01-17 15:42:54 +01:00
check_by_ssh.c
check_by_ssh: Add "-U" flag ( #1123 ). ( #1774 )
2022-07-14 08:47:54 +02:00
check_cluster.c
check_cluster.c: Added data argument validation.
2018-11-29 16:37:59 +01:00
check_curl.c
Merge branch 'master' into compiler_warning_part_2
2023-06-28 16:39:27 +02:00
check_dbi.c
Merge branch 'master' into compiler_warning_part_6
2023-07-11 23:08:31 +02:00
check_dig.c
plugins: check_dig: Fix spelling
2017-04-21 01:38:39 +02:00
check_disk.c
check_disk: Display SI units correctly
2023-05-26 08:45:00 +02:00
check_dns.c
Fix a lot of typos reported by codespell
2023-04-14 18:35:00 +00:00
check_dummy.c
use unknown exit code for help/version in plugins
2015-10-04 19:24:30 +02:00
check_fping.c
Fixes for -Wimplicit-fallthrough
2023-04-18 00:18:07 +02:00
check_game.c
Update Url to qstat
2021-11-21 02:43:01 +01:00
check_hpjd.c
Fixes for -Wimplicit-fallthrough
2023-04-18 00:18:07 +02:00
check_http.c
Merge branch 'master' into compiler_warning_part_2
2023-06-28 16:39:27 +02:00
check_ide_smart.c
Spelling fixes suggested by lintian
2016-12-01 12:49:40 +01:00
check_ldap.c
Fix a lot of typos reported by codespell
2023-04-14 18:35:00 +00:00
check_load.c
Fix a lot of typos reported by codespell
2023-04-14 18:35:00 +00:00
check_mrtg.c
use unknown exit code for help/version in plugins
2015-10-04 19:24:30 +02:00
check_mrtgtraf.c
use unknown exit code for help/version in plugins
2015-10-04 19:24:30 +02:00
check_mysql.c
check_mysql: handle ER_ACCESS_DENIED_NO_PASSWORD_ERROR if ignore_auth=1
2023-05-30 15:35:39 +08:00
check_mysql_query.c
- fix for issue #1562
2020-09-15 21:36:27 +02:00
check_nagios.c
use unknown exit code for help/version in plugins
2015-10-04 19:24:30 +02:00
check_nt.c
Update plugins/check_nt.c
2023-04-27 00:42:30 +02:00
check_ntp.c
Fix a lot of typos reported by codespell
2023-04-14 18:35:00 +00:00
check_ntp_peer.c
Refix spelling issues
2023-04-18 00:42:20 +02:00
check_ntp_time.c
Fix a lot of typos reported by codespell
2023-04-14 18:35:00 +00:00
check_nwstat.c
Fix 'requres' typo
2023-04-13 17:15:16 +02:00
check_overcr.c
use unknown exit code for help/version in plugins
2015-10-04 19:24:30 +02:00
check_pgsql.c
Merge pull request #1486 from philipowen/feature/pgsql-extra-info
2023-05-10 14:04:15 +02:00
check_ping.c
Trivial source code formatting only: Use tabs consistently for source code indentation (whitespace), as per https://github.com/monitoring-plugins/monitoring-plugins/blob/master/CODING . ( #1424 )
2022-01-22 15:58:59 +01:00
check_procs.c
Fix a lot of typos reported by codespell
2023-04-14 18:35:00 +00:00
check_radius.c
Fix a psuedo typo
2023-04-17 08:23:28 +02:00
check_real.c
Fix a lot of typos reported by codespell
2023-04-14 18:35:00 +00:00
check_smtp.c
check_smtp: Let port option always take precedence
2023-08-29 09:46:50 +02:00
check_snmp.c
Remove dead, commented code
2023-08-28 11:15:59 +02:00
check_ssh.c
use unknown exit code for help/version in plugins
2015-10-04 19:24:30 +02:00
check_swap.c
Changing remaining sscanf format specifier to unsigned long
2023-04-26 18:19:23 +02:00
check_tcp.c
Fix a lot of typos reported by codespell
2023-04-14 18:35:00 +00:00
check_time.c
use unknown exit code for help/version in plugins
2015-10-04 19:24:30 +02:00
check_ups.c
Fixes for -Wunused-parameters
2023-04-18 00:20:12 +02:00
check_users.c
check_users: prefer systemd-logind over utmp
2023-08-28 14:55:56 +02:00
common.h
check_by_ssh: fix child process leak on timeouts
2019-02-15 10:36:28 +01:00
Makefile.am
check_users: prefer systemd-logind over utmp
2023-08-28 14:55:56 +02:00
negate.c
Output plugin's stderr to stderr
2017-09-04 16:36:19 +02:00
netutils.c
check_radius: Replace functions removed in radcli
2016-11-17 17:22:37 +01:00
netutils.h
check_radius: Replace functions removed in radcli
2016-11-17 17:22:37 +01:00
popen.c
Fix a lot of typos reported by codespell
2023-04-14 18:35:00 +00:00
popen.h
Fix timeout_interval declarations
2020-01-07 10:22:39 +01:00
runcmd.c
Implicit function declarations
2023-04-18 00:12:15 +02:00
runcmd.h
Project rename initial commit.
2014-01-19 14:18:47 -05:00
sslutils.c
Merge pull request #1832 from RincewindsHat/gnulib_update_2023
2023-02-10 11:43:20 +01:00
urlize.c
Capitalize "Monitoring" when it's the first word
2014-01-20 03:12:50 +01:00
utils.c
fixed two PRId64 to PRIu64 in perfdata_uint64 ( #1802 )
2022-10-27 22:48:18 +02:00
utils.h
Fix a lot of typos reported by codespell
2023-04-14 18:35:00 +00:00