mirror of
https://github.com/opinkerfi/nagios-plugins.git
synced 2024-11-05 10:03:45 +01:00
5 lines
184 B
INI
5 lines
184 B
INI
|
|
# Connect to a remote host via nrpe and check time
|
|
# warning and critical are in seconds
|
|
command[check_time]=/usr/lib/nagios/plugins/check_time.sh -H '$ARG1$' -w '$ARG2$' -c '$ARG3$'
|