index
:
monitoring-plugins
archive/avendor
archive/maint-1.4
archive/release-1.3.0
archive/state_file
hw/http-connect
hw/output/functions
hw/output/plugins
iputils
maint-2.1
maint-2.2
maint-2.3
maint-2.3.2
maint-2.4
master
tg/ntp_rework
tv/new_threshold_syntax
Monitoring Plugins
Monitoring Plugins
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
plugins
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-07
check_curl/check_http: clarified format of POST data (#1978)
Andreas Baumann
2
-2/+2
2024-04-07
check_load: remove unused code (#1998)
Lorenz Kästle
1
-26/+0
2024-03-26
check_disk: Fail on missing arguments for --warning and --critical and fix a ...
Lorenz Kästle
4
-3/+45
2024-03-26
check_ssh: patches from op5 (#1738)
Lorenz Kästle
2
-76/+234
2024-03-23
check_swap: replace another fake boolen and small improvements (#1996)
Lorenz Kästle
1
-10/+10
2024-03-23
check_nwstat: adds percentage used space (#1183)
waja
1
-0/+53
2024-02-23
check_disk increase alert precision (#1989)
Sven Nierlein
2
-23/+7
2024-02-12
Merge pull request #1987 from euniceremoquillo/Improve-negate-plugin-helptext
Lorenz Kästle
1
-2/+4
2024-02-12
Added indentions for readability
refs/pull/1987/head
Eunice Remoquillo
1
-2/+2
2024-02-12
Improve negate plugin helptext
Eunice Remoquillo
1
-2/+4
2024-02-01
check_curl: add haproxy protocol option
refs/pull/1985/head
Emmanuel Riviere
1
-2/+15
2023-12-28
check_snmp: Remove unused variable
RincewindsHat
1
-4/+0
2023-12-28
check_http: Remove self assignment of a variable and add some comments
RincewindsHat
1
-3/+2
2023-12-28
Change iritating NULL assignment
RincewindsHat
2
-2/+2
2023-12-04
check_procs: Generalise wording, remove mentioning of nrpe
refs/pull/1969/head
Sven Hartge
1
-5/+4
2023-12-04
check_procs: Improve help text, mentioning excluded processes
Sven Hartge
1
-14/+23
2023-11-28
check_procs: ignore our own children
refs/pull/1968/head
Sven Hartge
1
-0/+7
2023-11-27
check_disk: fix ignore-missing in combination with includes (fixes #1963)
refs/pull/1967/head
Sven Nierlein
2
-18/+33
2023-11-27
check_disk: add -n short option for --ignore-missing
Sven Nierlein
1
-6/+5
2023-11-22
check_dns: Remove unused variable
refs/pull/1964/head
RincewindsHat
1
-1/+0
2023-11-22
check_ntp_peer: Fixes for Wmaybe-unitialized and some restructuring
RincewindsHat
1
-2/+11
2023-11-22
Fix logic in is_uint64_t to fix type-limit warning
RincewindsHat
1
-3/+12
2023-11-22
Merge pull request #1951 from RincewindsHat/compiler_warnings_maybe_unused
Lorenz Kästle
3
-3/+4
2023-11-12
Merge pull request #1958 from RincewindsHat/check_users_fix_segfault
Lorenz Kästle
2
-9/+17
2023-11-09
check_ups: output ups.realpower if supported
refs/pull/1960/head
Louis Sautier
1
-7/+40
2023-10-31
check_users: Update help to properly show that thresholds are ranges
RincewindsHat
1
-4/+4
2023-10-31
Enhance tests to check wheter the option validation works
RincewindsHat
1
-1/+4
2023-10-31
check_users: Change option for sanity checking arguments to avoid segfault
RincewindsHat
1
-4/+9
2023-10-29
Merge pull request #1953 from RincewindsHat/compiler_warnings-sign-compare
Lorenz Kästle
12
-65/+77
2023-10-19
check_tcp: Fixes an error with using the wrong type for a variable
refs/pull/1953/head
RincewindsHat
1
-7/+8
2023-10-19
Fix fallout of the previous changes
RincewindsHat
4
-5/+5
2023-10-19
Fixes for -Wsign-compare
RincewindsHat
11
-55/+66
2023-10-19
check_ntp: Initialize intermediate results in any case
refs/pull/1951/head
RincewindsHat
1
-1/+2
2023-10-19
check_curl: Initialize pointer before usage
RincewindsHat
1
-1/+1
2023-10-19
check_smtp: Restore behaviour pre ead5526efa4f713e8001baed409067b0474cb72d re...
refs/pull/1952/head
RincewindsHat
1
-1/+10
2023-10-19
check_dbi: Fix compiler warning for uninitialized variable
RincewindsHat
1
-1/+1
2023-10-19
check_ntp: Use C99 booleans
refs/pull/1948/head
RincewindsHat
1
-13/+14
2023-10-19
Revert "check_ntp: Use C99 booleans"
RincewindsHat
1
-13/+13
2023-10-19
check_smtp: little fix for C99 booleans missed earlier
RincewindsHat
1
-1/+1
2023-10-19
check_ntp_time: Use C99 booleans
RincewindsHat
1
-9/+8
2023-10-19
Revert "check_ntp_time: Use C99 booleans"
RincewindsHat
1
-9/+10
2023-10-18
check_swap: Use C99 booleans
RincewindsHat
1
-6/+6
2023-10-18
check_smtp: Use C99 booleans
RincewindsHat
1
-25/+25
2023-10-18
plugins/utils: Use C99 booleans
RincewindsHat
2
-81/+61
2023-10-18
plugins/netutils: Use C99 booleans
RincewindsHat
2
-21/+17
2023-10-18
check_negate: Use C99 booleans
RincewindsHat
1
-7/+7
2023-10-18
check_users: Use C99 booleans
RincewindsHat
1
-2/+2
2023-10-18
plugins/common.h: Remove superflous TRUE/FALSE definitions
RincewindsHat
1
-8/+0
2023-10-18
check_ups: Use C99 booleans
RincewindsHat
1
-22/+22
2023-10-18
check_time: Use C99 booleans
RincewindsHat
1
-30/+30
[prev]
[next]