# check_multisvc.cfg example. # Jack Coates, jack@monkeynoodle.org # format is unique identifier, whitespace, command to execute # NO QUOTING REQUIRED. # # Keep execution time in mind -- if the check_multisvc plugin takes more than # 10 seconds to complete, Nagios will fire an alert unless you modify the # timeout parameter. # # One group of checks per config file only. You can create multiple config # files and call them on the command line using the -F flag. 1 /bin/ping -c 1 %HOST% 2 /bin/ping -c 2 %HOST% 3 /bin/ping -c 3 %HOST% 4 /bin/ping -c 4 %HOST%