13 lines
537 B
INI
13 lines
537 B
INI
# This is how sms are sent, 24x7 way.
|
|
# Tweak it to fit your needs.
|
|
define notificationway{
|
|
notificationway_name android-sms
|
|
service_notification_period 24x7
|
|
host_notification_period 24x7
|
|
service_notification_options c,w,r
|
|
host_notification_options d,u,r,f,s
|
|
service_notification_commands notify-service-by-android-sms ; send service notifications via SMS
|
|
host_notification_commands notify-host-by-android-sms ; send host notifications via SMS
|
|
}
|
|
|