Service Escalations

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
pireland
Posts: 16
Joined: Wed Jan 08, 2014 3:33 pm

Service Escalations

Post by pireland »

Unable to get alerts escalations working.
Setup an escalation so all service alerts are escalated on the 4 notification until the 10th. however my escalation user isn't receiving the escalated alerts.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Service Escalations

Post by tmcdonald »

Can you post the escalation definition here? Go to the Core Config Manager and find your escalation, then click the View Config icon on the right. Copy+paste it here in code tags, being sure to edit out any sensitive information.
Former Nagios employee
pireland
Posts: 16
Joined: Wed Jan 08, 2014 3:33 pm

Re: Service Escalations

Post by pireland »

###############################################################################
#
# Service escalations configuration file
#
# Created by: Nagios QL Version 3.0.3
# Date: 2014-02-11 08:44:59
# Version: Nagios 3.x config file
#
# --- DO NOT EDIT THIS FILE BY HAND ---
# Nagios QL will overwite all manual settings during the next update
#
###############################################################################

define serviceescalation {
service_description ##Services##
contacts pireland
first_notification 3
last_notification 10
notification_interval 5
escalation_period 24x7
escalation_options w,u,c,r,
}

###############################################################################
#
# Service escalations configuration file
#
# END OF FILE
#
###############################################################################

##Services## - i have hiden all my assigned services
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Service Escalations

Post by abrist »

Can you post the config for the contact "pireland"?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Locked