index
:
monitoring-plugins
by_ssh_random_wait
master
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins-root
/
check_icmp.c
Age
Commit message (
Expand
)
Author
2008-01-31
Bump plugins-root/ to GPLv3
Thomas Guyot-Sionnest
2008-01-08
Hide some debug output which was printed even without "-v" (under
Holger Weiss
2008-01-08
Fix the handling of ICMP packets which are not echo replies (such as
Holger Weiss
2008-01-08
Get rid of a cast which increases the required alignment.
Holger Weiss
2008-01-08
Mark some constant strings "const".
Holger Weiss
2007-12-21
Fix INADDR_NONE value (for systems which don't define it).
Holger Weiss
2007-12-21
Include <sys/sockio.h> (if available) to get SIOCGIFADDR defined on
Holger Weiss
2007-12-21
New "-s" option to specify the source IP address (thanks to Harald Jenny
Holger Weiss
2007-12-11
Adding missing function calls needed for i18n (only for plugins already in PO...
Thomas Guyot-Sionnest
2007-09-15
Correct all instances of misaligned memory access. This fixes bus erros
Holger Weiss
2007-05-27
added functions to utils_base:
M. Sean Finney
2007-03-27
Fix bug #1494629 - check_icmp fails after some time on FreeBSD
Thomas Guyot-Sionnest
2007-03-08
New switch to check_icmp to set the minimum required hosts for success.
Thomas Guyot-Sionnest
2007-03-08
Fixed C++ style comments, but I don't get why those lines were originally com...
Thomas Guyot-Sionnest
2007-01-20
Fix bug #1632078: critical threshold % incorrectly displayed by check_icmp
Thomas Guyot-Sionnest
2006-10-24
more fixes and removal of certain sentences not needed
Benoit Mortier
2006-10-24
last localization fixes for core plugins in c
Benoit Mortier
2006-10-24
Fixed compile on non-glibc platforms
Ton Voon
2006-10-23
first pass a making check icmp respecting nagiosplugins rules
Benoit Mortier
2006-10-22
putting default template for copyright and explanations
Benoit Mortier
2006-10-22
revert mistake when commiting fixes
Benoit Mortier
2006-10-22
more localization fixes
Benoit Mortier
2005-09-21
Separation of root setuid plugins into plugins-root/
Ton Voon