From 44a321cb8a42d6c0ea2d96a1086a17f2134c89cc Mon Sep 17 00:00:00 2001 From: Ethan Galstad Date: Thu, 28 Feb 2002 06:42:51 +0000 Subject: Initial revision git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2 f882894a-f735-0410-b71e-b25c423dba1c --- plugins/tests/check_ping | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 plugins/tests/check_ping (limited to 'plugins/tests/check_ping') diff --git a/plugins/tests/check_ping b/plugins/tests/check_ping new file mode 100644 index 00000000..115cbaa3 --- /dev/null +++ b/plugins/tests/check_ping @@ -0,0 +1,13 @@ +check_ping + +[normal] +127.0.0.1 100 100 1000 1000 -p 1 +PING ok - Packet loss = +[0-9]{1,2}\%, +RTA = [\.0-9]+ ms + +[critical] +127.0.0.1 0 0 0 0 -p 1 +Packet loss = +[0-9]{1,2}\%, +RTA = [\.0-9]+ ms + +[critical] +$nullhost 0 0 0 0 -p 1 -to 1 +CRITICAL - Plugin timed out after 1 seconds -- cgit v1.2.3-74-g34f1