1
0
mirror of https://github.com/opinkerfi/nagios-plugins.git synced 2024-09-19 20:22:24 +02:00
nagios-plugins/nsclient/trunk/scripts/check_60s.bat
Páll Guðjón Sigurðsson 1da707ed16
2010-09-04 01:52:17 +00:00

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