How to configure nagios realtime SMS alert
Posted
by
Jerry
on Server Fault
See other posts from Server Fault
or by Jerry
Published on 2012-08-29T07:47:21Z
Indexed on
2012/08/29
9:40 UTC
Read the original article
Hit count: 272
I have configured nagios SMS alert and it takes around one minute to send notification. I want to get SMS notification withing one/two second(s) after system/service failure. I could not find any way to send sms alert in a second. Can anybody help me???
Update Wednesday, 29 August 9:26:43 a.m GMT
define host{
use generic-host ; Name of host template to use
host_name localhost
alias localhost
address x.x.x.187
check_command check-host-alive
normal_check_interval 1
max_check_attempts 1
retry_interval 1
notification_interval 120
notification_period 24x7
notification_options d,r
contact_groups admins
}
© Server Fault or respective owner