surveil/tools/docker/alignak_container/etc/shinken/commands/notify-host-by-android-sms.cfg
aviau bec55da7d3 Shinken -> Alignak
Change-Id: I6df9e8a823145865cd03ea06d5571a725d1e5891
2015-05-19 10:14:25 -04:00

10 lines
401 B
INI

## Notify Host by SMS (through an Android phone)
# You need both reactionner_tag and module_type in most cases!
define command {
command_name notify-host-by-android-sms
command_line android_sms $CONTACTPAGER$ Host: $HOSTNAME$\nAddress: $HOSTADDRESS$\nState: $HOSTSTATE$\nInfo: $OUTPUT$\nDate: $DATETIME$
reactionner_tag android_sms
module_type android_sms
}