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

5 lines
114 B
Batchfile
Executable File

@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