Help with SMS Notification with smstools
Posted: Fri May 27, 2011 11:39 pm
Hi all,
I have successfully configured smstools and i am able to send sms from the mobile connected with the nagios server. can you guys please help me with the configuration so it will send notification as sms also. PLease check the below configuration if this will work
# 'notify-by-sms' command definition
define command{
command_name notify-by-sms
command_line /usr/bin/smssend $CONTACTPAGER$ '$SERVICEDESC$ auf $HOSTNAME$ State: $SERVICESTATE$ @$DATETIME$ Info: $OUTPUT$'
}
# 'host-notify-by-sms' command definition
define command{
command_name host-notify-by-sms
command_line /usr/bin/smssend $CONTACTPAGER$ "Host $HOSTALIAS$ is $HOSTSTATE$ @$DATETIME$ Info: $OUTPUT$"
}
Thanks in advance
Vikram
I have successfully configured smstools and i am able to send sms from the mobile connected with the nagios server. can you guys please help me with the configuration so it will send notification as sms also. PLease check the below configuration if this will work
# 'notify-by-sms' command definition
define command{
command_name notify-by-sms
command_line /usr/bin/smssend $CONTACTPAGER$ '$SERVICEDESC$ auf $HOSTNAME$ State: $SERVICESTATE$ @$DATETIME$ Info: $OUTPUT$'
}
# 'host-notify-by-sms' command definition
define command{
command_name host-notify-by-sms
command_line /usr/bin/smssend $CONTACTPAGER$ "Host $HOSTALIAS$ is $HOSTSTATE$ @$DATETIME$ Info: $OUTPUT$"
}
Thanks in advance
Vikram