surveil/tools/test_env/etc/shinken/commands/notify-host-by-android-sms.cfg
aviau 133a48abbe Added testing environment
Change-Id: I0f488a59b9278a301df6dad20e6e74c12923d726
2014-08-08 17:13:47 -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
}