How to configure nagios realtime SMS alert
- by Jerry
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
}