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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-30
Bump lib/tests to GPLv3
Thomas Guyot-Sionnest
6
-114/+108
2008-01-30
Bump /lib to GPLv3
Thomas Guyot-Sionnest
5
-94/+107
2008-01-30
new standardized GPLv3 header (will be applied to all C files)
Thomas Guyot-Sionnest
1
-0/+28
2008-01-29
check_ntp_peer now checks for the LI_ALARM flag
Thomas Guyot-Sionnest
2
-1/+10
2008-01-29
typo
Thomas Guyot-Sionnest
1
-1/+1
2008-01-29
Fix bugs and flaws in best offset server selection of check_ntp_time and (dep...
Thomas Guyot-Sionnest
3
-67/+72
2008-01-26
Fix help text of check_ntp_* (Bug #1880095)
Thomas Guyot-Sionnest
4
-3/+4
2008-01-15
Fix check_disk disk usage calculation when using --group=NAME (related to bug...
Thomas Guyot-Sionnest
2
-1/+3
2008-01-15
Add AC_SYS_LARGEFILE to configure.in (check_disk should now work with large f...
Thomas Guyot-Sionnest
2
-0/+2
2008-01-10
Add a return-code check (also test cmd_run without out/err buffers)
Thomas Guyot-Sionnest
1
-1/+11
2008-01-09
make test-debug generate lots of false errors in tinderbox. Turning off until...
Thomas Guyot-Sionnest
1
-2/+2
2008-01-08
Fixed reverse lookup damaged by previous commit
Matthias Eble
1
-6/+7
2008-01-08
Changed default test values for check_dns (using nagios.com)
Ton Voon
1
-3/+3
2008-01-08
Reverted commits 1898 and 1899 due to reversion of 1879
Ton Voon
5
-6/+6
2008-01-08
Reverted commit 1879 where an invalid hostname returns UNKNOWN - back to CRIT...
Ton Voon
2
-2/+1
2008-01-08
more r1879 fixes
Thomas Guyot-Sionnest
3
-4/+4
2008-01-08
Fix test breakages for commit r1879: check_tcp now returns UNKNOWN with an in...
Thomas Guyot-Sionnest
2
-2/+2
2008-01-08
Hide some debug output which was printed even without "-v" (under
Holger Weiss
1
-1/+1
2008-01-08
Fix the handling of ICMP packets which are not echo replies (such as
Holger Weiss
1
-16/+15
2008-01-08
Get rid of a cast which increases the required alignment.
Holger Weiss
1
-1/+3
2008-01-08
Mark some constant strings "const".
Holger Weiss
1
-3/+3
2008-01-07
Support "[IPv6]" address syntax.
Holger Weiss
1
-2/+13
2008-01-07
My assumption that "-H example.com:80" didn't work (see my previous
Holger Weiss
1
-0/+7
2008-01-06
Remove support for specifying the port number using "-H example.com:80".
Holger Weiss
1
-2/+0
2008-01-06
Fix base64 test (known string wasn't null-terminated)
Thomas Guyot-Sionnest
1
-2/+2
2008-01-06
Fix tinderbox breakage
Thomas Guyot-Sionnest
1
-1/+1
2008-01-06
If unspecified set LDAP_OPT_SUCCESS to LDAP_SUCCESS (Sergei Haramundanis - #1...
Matthias Eble
1
-0/+3
2008-01-05
Fix Bug #1862300: check_ntp_time segfault in 1.4.11 (Also apply to check_ntp)
Thomas Guyot-Sionnest
3
-8/+17
2008-01-05
check_dns now sorts addresses for -a support with multiple address replies (M...
Matthias Eble
3
-8/+36
2008-01-04
Cleaned check_procs usage output (Ferenc Wagner #1862218)
Matthias Eble
1
-3/+3
2007-12-21
Fix INADDR_NONE value (for systems which don't define it).
Holger Weiss
1
-1/+1
2007-12-21
Include <sys/sockio.h> (if available) to get SIOCGIFADDR defined on
Holger Weiss
1
-0/+3
2007-12-21
New "-s" option to specify the source IP address (thanks to Harald Jenny
Holger Weiss
3
-1/+44
2007-12-21
Remove c formating from translated strings (makes translation easier)
Thomas Guyot-Sionnest
1
-2/+2
2007-12-19
Fix the "--help" output.
Holger Weiss
1
-1/+1
2007-12-19
check_tcp now returns UNKNOWN with an invalid hostname on command line
Ton Voon
2
-1/+2
2007-12-17
Add check_nt -v INSTANCES (Alessandro Ren)
Ton Voon
3
-8/+43
2007-12-13
Fixed help output (Christian Mies)
Ton Voon
1
-1/+1
2007-12-13
NEWS edited for consistent grammar
Ton Voon
1
-12/+13
2007-12-13
Preparation for 1.4.11
release-1.4.11
Ton Voon
5
-798/+868
2007-12-13
Fixed VPATH problem in plugins-root (Tom Payerle - 1789000)
Ton Voon
3
-1/+3
2007-12-13
Update to latest Nagios::Plugin
Ton Voon
3
-0/+1
2007-12-12
Add build files/binaries to the svn:ignore propt
Thomas Guyot-Sionnest
0
-0/+0
2007-12-12
Run tinderbox builds in a test debug mode using "make test-debug"
Ton Voon
8
-10/+22
2007-12-11
D'oh! single escape will be handled by Perl....
Thomas Guyot-Sionnest
1
-2/+2
2007-12-11
- Fix check_ntp_peer returning misleading information when an ICMP message ca...
Thomas Guyot-Sionnest
2
-3/+4
2007-12-11
Fixed test so works on MacOSX (use /bin/sh instead of /bin/grep).
Ton Voon
1
-4/+19
2007-12-11
Add verbose flag so each test result is seen, rather than grouped by test
Ton Voon
1
-1/+1
2007-12-11
Adding missing function calls needed for i18n (only for plugins already in PO...
Thomas Guyot-Sionnest
7
-0/+28
2007-12-10
Some corrections
Thomas Guyot-Sionnest
1
-15/+20
[prev]
[next]