Nagios XI Top Alert Producers

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
User avatar
emartine
Posts: 660
Joined: Thu Dec 29, 2011 10:47 am

Nagios XI Top Alert Producers

Post by emartine »

Using Nagios XI 2014R2.6
I created a report for the last 24 hours to receive a listing of the top alert producers and noticed that we had one SSL cert check that was in warning being viewed as an alert. We don't have warnings configured to send out alerts so why is the service showing up in the top alert producers list? This is misleading.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Nagios XI Top Alert Producers

Post by rkennedy »

Can you post the service definition for the service in question for us to take a look at?
Former Nagios Employee
User avatar
emartine
Posts: 660
Joined: Thu Dec 29, 2011 10:47 am

Re: Nagios XI Top Alert Producers

Post by emartine »

This is the default top alert producers link which exists on the left hand side. I haven't delved deep into how this is produced as I have no idea where to look.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Nagios XI Top Alert Producers

Post by rkennedy »

The service definition I'm refering to is the one you're using for your 'SSL cert check'. Can you post that?
Former Nagios Employee
User avatar
emartine
Posts: 660
Joined: Thu Dec 29, 2011 10:47 am

Re: Nagios XI Top Alert Producers

Post by emartine »

check_xi_service_http_cert
$USER1$/check_http -H $HOSTADDRESS$ -C $ARG1$
check command

/usr/local/nagios/libexec/check_http -H servername -C 60,30
WARNING - Certificate 'servername' expires in 42 day(s) (Wed 10 Feb 2016 11:59:00 PM CST).
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Nagios XI Top Alert Producers

Post by rkennedy »

That looks like the check command, can you find the service definition for the service that uses that SSL check?
Former Nagios Employee
User avatar
emartine
Posts: 660
Joined: Thu Dec 29, 2011 10:47 am

Re: Nagios XI Top Alert Producers

Post by emartine »

Is this what you are looking for? Notification options?

define service {
host_name <servername>
service_description SSL Certificate
use xiwizard_website_http_cert_service_24x7
servicegroups SSL_Certificate
check_command check_xi_service_http_cert!60,30!!!!!!!
max_check_attempts 3
check_interval 3
retry_interval 1
active_checks_enabled 1
passive_checks_enabled 1
check_period xi_timeperiod_24x7
check_freshness 1
freshness_threshold 300
event_handler_enabled 1
flap_detection_enabled 1
flap_detection_options o,w,c,u,
process_perf_data 1
retain_status_information 1
retain_nonstatus_information 1
notification_interval 30
first_notification_delay 0
notification_period xi_timeperiod_24x7
notification_options c,u,r,f,
notifications_enabled 1
contact_groups <admins>
_xiwizard <24x7 web monitoring>
register 1
}
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Nagios XI Top Alert Producers

Post by rkennedy »

When Nagios sees a state change (having a service change from OK, CRIT, or WARN) that is called an alaert, a notification is then generated off of the alert.

I think there has been a confusion of what the Top Alert Producers reports based off of. Has this provided clarification?
Former Nagios Employee
User avatar
emartine
Posts: 660
Joined: Thu Dec 29, 2011 10:47 am

Re: Nagios XI Top Alert Producers

Post by emartine »

Ah! Yes it has. Top alert producers to some extent is misleading and should probably be called top state changes. I want a report that only has critical alert notifications that were sent in our environment. I am assuming that this is not possible?
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Nagios XI Top Alert Producers

Post by lmiltchev »

I want a report that only has critical alert notifications that were sent in our environment. I am assuming that this is not possible?
Go to Reports->Notifications, type "CRITICAL" in the "Search" bar, and click on "Run". Click on the "Schedule this Report" link.

Did this help?
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked