Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. # 'notify-service-by-sms' command definition
  2. define command{
  3.     command_name    notify-service-by-sms
  4.     command_line      /usr/local/nagios/libexec/smsend "--Nagios Service Notification-- Host: $HOSTNAME$, State: $HOSTSTATE$ Service $SERVICEDESC$ Description: $SERVICESTATE$ Time: $LONGDATETIME$"
  5.  
  6. }
  7.  
  8. # 'notify-host-by-sms' command definition
  9. define command{
  10.     command_name    notify-host-by-sms
  11.     command_line      /usr/local/nagios/libexec/smsend "--Nagios Host Notification-- Host: $HOSTNAME$, State: $HOSTSTATE$, Time: $LONGDATETIME$"
  12. }