################################################################################ # NO-NOTIFICATION COMMAND - do not notify anybody, just sleep :-) # # This file can be used to quickly disable all notifications at once. # Necessary after a big power (system) outage when everything went red. # It takes a while for the system to check all services and hosts and # for the operator to catch up on the current status (approx. 1 hour). ################################################################################ # 'notify-host-by-email' command definition define command{ command_name notify-host-by-email command_line /bin/sleep 1 } # 'notify-service-by-email' command definition define command{ command_name notify-service-by-email command_line /bin/sleep 1 } define command{ command_name host-email-text-en command_line /bin/sleep 1 } define command{ command_name host-email-html-int-en command_line /bin/sleep 1 } define command{ command_name host-email-multi-int-en command_line /bin/sleep 1 } define command{ command_name host-email-graph-int-en command_line /bin/sleep 1 } define command{ command_name host-email-graph-int-en command_line /bin/sleep 1 } define command{ command_name host-email-html-ext-en command_line /bin/sleep 1 } define command{ command_name host-email-text-jp command_line /bin/sleep 1 } define command{ command_name host-email-html-int-jp command_line /bin/sleep 1 } define command{ command_name host-email-html-ext-jp command_line /bin/sleep 1 } define command{ command_name host-email-graph-int-jp command_line /bin/sleep 1 } define command{ command_name host-email-graph-ext-jp command_line /bin/sleep 1 } define command{ command_name service-email-text-en command_line /bin/sleep 1 } define command{ command_name service-email-html-int-en command_line /bin/sleep 1 } define command{ command_name service-email-multi-int-en command_line /bin/sleep 1 } define command{ command_name service-email-html-ext-en command_line /bin/sleep 1 } define command{ command_name service-email-text-jp command_line /bin/sleep 1 } define command{ command_name service-email-html-int-jp command_line /bin/sleep 1 } define command{ command_name service-email-html-ext-jp command_line /bin/sleep 1 } define command{ command_name service-email-graph-int-en command_line /bin/sleep 1 } define command{ command_name service-email-graph-ext-en command_line /bin/sleep 1 }