Notification Type: PROBLEM but Status:UP

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Mike
Posts: 76
Joined: Wed Apr 03, 2013 11:37 am

Notification Type: PROBLEM but Status:UP

Post by Mike »

Hello Team,

We are getting below alerts which says notification Type as "PROBLEM" but status seems "UP"

below is the alert and their configuration attached.


Subject: ** PROBLEM Host Alert: XYZ.com is UP **

***** Nagios Monitor XI Alert *****

Notification Type: PROBLEM
Host: XYZ.com
State: UP
Address: XYZ.com
Info: PING OK - Packet loss = 0%, RTA = 0.02 ms

----------------------------------------------------------------
define host {
host_name XYZ.com
use xiwizard_passive_host
address XYZ.com
max_check_attempts 5
check_interval 5
retry_interval 1
check_period xi_timeperiod_24x7
contacts contact list
notification_interval 60
notification_period xi_timeperiod_24x7
notification_enabled 1
icon_image passiveobject.png
status_image passiveobject.png
_xiwizard passiveobject
register 1
You do not have the required permissions to view the files attached to this post.
gormank
Posts: 1114
Joined: Tue Dec 02, 2014 12:00 pm

Re: Notification Type: PROBLEM but Status:UP

Post by gormank »

If you go to home, notifications, I'll bet you'll see notifications for flapping on that host/service. If you then go to admin notification management and load the relevant template, then click the notification options tab, you'll probably find the flapping checkboxes are selected.

This had me scratching my head for a while...

You can go to reports, state history, select the right time intervl and both for state, then update and see alerts/states over time. I'll bet the ping alerts will be there as well as the OKs.
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: Notification Type: PROBLEM but Status:UP

Post by dwhitfield »

@Mike, did @gormank's suggestion work for you?

Thanks for contributing @gormank!
Mike
Posts: 76
Joined: Wed Apr 03, 2013 11:37 am

Re: Notification Type: PROBLEM but Status:UP

Post by Mike »

There are some host which has Flapping state checked but we have not received any alerts like the one I have posted.

I think there must be some other reason which need to be rectified.

@gormank, Thank you for the suggestion.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Notification Type: PROBLEM but Status:UP

Post by rkennedy »

Please post a screenshot of your notifications & state history pages for this host, and copy of the nagios.log from the day that is relative. (usually located at /usr/local/nagios/var/archives/nagios-mm-dd-yyyy-00.log)
Former Nagios Employee
Locked