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
2008-08-21
Nothing
Thomas Guyot-Sionnest
1
-1/+1
2008-08-21
Misplaced comment
Thomas Guyot-Sionnest
1
-2/+2
2008-08-21
Complete rewrite of the extract_value function
Thomas Guyot-Sionnest
1
-13/+46
2008-08-16
Fix assignment written as a comparison in validate_arguments() when db_pass i...
Thomas Guyot-Sionnest
2
-2/+2
2008-08-16
Fix check_fping --help output (Patch from http://blog.barfoo.org/projects/rpm...
Thomas Guyot-Sionnest
1
-2/+2
2008-08-16
Typo
Thomas Guyot-Sionnest
1
-1/+1
2008-08-08
Re-structure the HTTP 1.1 headers to prevent 301s on servers with virtual hosts
Thomas Guyot-Sionnest
1
-9/+11
2008-07-10
Verbose should not have to exceed 3 as per developement guidelines
Thomas Guyot-Sionnest
1
-7/+7
2008-07-10
Typo in check_ups
Thomas Guyot-Sionnest
1
-1/+1
2008-07-09
rewrote check_snmp.t to use Test::More
Matthias Eble
1
-31/+44
2008-07-09
check_snmp now only prints perfdata for non numeric values (Joerg Linge #1867...
Matthias Eble
1
-7/+11
2008-07-08
check_procs captures stderr and adds to plugin output. This is
Ton Voon
2
-47/+16
2008-06-09
Added testcases for check_dig
Matthias Eble
2
-3/+93
2008-05-30
Fix Debian bug #460097: check_http --max-age broken (Hilko Bengen)
Thomas Guyot-Sionnest
1
-1/+4
2008-05-27
Addition to help to state that -f will always return OK if ssh command
Ton Voon
1
-1/+1
2008-05-21
Fixed passive option in check_by_ssh
Thomas Guyot-Sionnest
2
-24/+39
2008-05-20
Oops - forgot to remove the SKIP block (which didn't seem to work fine)
Thomas Guyot-Sionnest
1
-95/+91
2008-05-20
Add check_by_ssh tests (passive checks are broken - should be fixed before ne...
Thomas Guyot-Sionnest
1
-0/+135
2008-05-20
Clobber password in check_radius process list aguments
Thomas Guyot-Sionnest
1
-4/+10
2008-05-13
Typo
Thomas Guyot-Sionnest
1
-1/+1
2008-05-07
Added support for --extra-opts in all C plugins (disabled by default, see con...
Thomas Guyot-Sionnest
38
-29/+397
2008-05-07
Added performance data to check_ping (Christian Schneemann)
Thomas Guyot-Sionnest
1
-1/+10
2008-05-02
negate now has the ability to replace the status text as well (-s, --substitute)
Thomas Guyot-Sionnest
1
-16/+35
2008-04-30
Add socket support to check_mysql*
Thomas Guyot-Sionnest
3
-23/+66
2008-04-29
Use UT_THRESHOLDS_NOTES in all plugins
Thomas Guyot-Sionnest
3
-14/+10
2008-04-27
--help output cleanup (plus removal of spaces on blank lines)
Thomas Guyot-Sionnest
33
-159/+184
2008-04-23
Correct typo and make the --help notes a bit simpler.
Thomas Guyot-Sionnest
1
-5/+4
2008-04-17
Correct the help text
Thomas Guyot-Sionnest
1
-2/+2
2008-04-17
Allow to repeat -a to set multiple possible addresses
Thomas Guyot-Sionnest
1
-8/+22
2008-04-05
check_ntp and check_ntp_peer now show proper jitter/stratum thresholds longop...
Thomas Guyot-Sionnest
2
-6/+6
2008-03-20
- Fix bug #1920671
Thomas Guyot-Sionnest
1
-8/+9
2008-03-18
Include test for check_procs, using input file
Ton Voon
1
-0/+115
2008-03-18
Updated check_procs with a hidden --input-file option.
Ton Voon
3
-24/+218
2008-03-17
Don't run check_nagios tests on Solaris, because of pst3 requirement
Ton Voon
1
-1/+7
2008-03-15
Add port to Host Header to prevent problems with non default ports (Christoph...
Matthias Eble
1
-1/+1
2008-03-14
Added -A/--dig-arguments to check_dig (#1889453/#1874041)
Matthias Eble
1
-3/+13
2008-03-14
Enhanced check_smtp to actually print invalid response text (#1911239)
Matthias Eble
1
-3/+3
2008-03-14
Fixed 64 bit pst3 when tries to link to gettext. Gettext linked
Ton Voon
1
-2/+3
2008-03-11
Fixed link -m64 problems on pst3 for solaris. Fixed _FILE_OFFSET_BITS
Ton Voon
3
-10/+3
2008-02-28
Reverted check_procs for solaris back to using pst3 due to truncation
Ton Voon
2
-12/+58
2008-02-13
check_pgsql now builds with postgres lib v8.3 (Jan Wagner #1878972)
Matthias Eble
1
-0/+1
2008-02-13
Fix --local argument handling (Jan Wagner #1878971)
Matthias Eble
1
-2/+2
2008-02-13
Fix broken intending (The whole file use spaces only except my last patch and...
Thomas Guyot-Sionnest
1
-12/+12
2008-02-13
set_thresholds now let the user free the thresolds. (P.S.: When you set twice...
Thomas Guyot-Sionnest
1
-1/+7
2008-02-13
This floorf workaround is Nnot needed anymore since floorf is part of Gnulib
Thomas Guyot-Sionnest
1
-5/+0
2008-02-12
Import Gnulib floorf and base64 and removed our old base64 library.
Thomas Guyot-Sionnest
2
-3/+5
2008-02-12
Sync to latest Gnulib
Thomas Guyot-Sionnest
1
-3/+0
2008-01-31
Bump plugins/ to GPLv3 (header files)
Thomas Guyot-Sionnest
4
-63/+76
2008-01-31
Bump plugins/ to GPLv3 (non-plugind files)
Thomas Guyot-Sionnest
7
-252/+183
2008-01-31
Bump plugin/ to GPLv3 (check_overcr to check_users)
Thomas Guyot-Sionnest
14
-313/+275
[next]