nagios-plugins/nsclient/trunk/scripts/check_60s.bat

5 lines
114 B
Batchfile
Raw Normal View History

2010-09-04 03:52:17 +02:00
@rem PING 127.0.0.1 -n 11
@PING 1.1.1.1 -n 1 -w 60000 > NUL
@echo OK: Everything is going to be fine
@exit 0