nagios-plugins/check_time/nrpe.d/check_time.cfg

5 lines
184 B
INI
Raw Normal View History

2010-03-02 04:00:09 +01:00
# Connect to a remote host via nrpe and check time
# warning and critical are in seconds
2010-11-26 01:03:21 +01:00
command[check_time]=/usr/lib/nagios/plugins/check_time.sh -H '$ARG1$' -w '$ARG2$' -c '$ARG3$'