In Maintenanve Window able to see Node down critical states

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
lgaddam
Posts: 116
Joined: Wed Aug 28, 2019 1:01 am

In Maintenanve Window able to see Node down critical states

Post by lgaddam »

Hi Team,

We got a request that to move 500 servers to Maintenance window for performing monthly patching activities on remote windows servers.
For this, we used "schedule Maintenance" option in Nagiosxi.

But here the issue is that, this option just mutes the Email alerting but still DOWN state of the node appears in Nagios console.We do not want these to be generated by Nagios.

Because our Command center team monitors "Latest Alerts" component 24*7.
They complained that they were able to see Dpwn alerts.

Even I tried changing Time Period option for some nodes and tested but still the DOWN Critical state appears in Nagiosxi.

Help me how to stop these down critical severity states in NagiosXI in the MAintenance window.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: In Maintenanve Window able to see Node down critical sta

Post by ssax »

They should still show as "Is Being Handled" when it's in downtime or if it's acknowledged, is it not showing like that?

Did you schedule the host AND the services? You need to do both.
lgaddam
Posts: 116
Joined: Wed Aug 28, 2019 1:01 am

Re: In Maintenanve Window able to see Node down critical sta

Post by lgaddam »

In "Latest Alerts" components it wont show any status of the node.

Yes, we have chosen Hosts as well as its all services in Maintenance Window.

Could you please test it and let us know.

Manually to disable 500 nodes and enable 500 nodes becoming big task for us. Need to minimize this manual effort of work.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: In Maintenanve Window able to see Node down critical sta

Post by ssax »

I did test it, what I'm saying is that the Latest Alerts component will show "Is Being Handled" next to hosts/services that are in downtime OR if they are just acknowledged. It will still list them, it just will say "Is Being Handled" like the one in downtime I have in the picture attached.
Capture.PNG
Are they not showing as being handled? I can submit a feature request to exclude downtime/acknowledged but it currently will show them (albeit with "being handled" addded to let you know it's either in downtime or acknowledged already).
You do not have the required permissions to view the files attached to this post.
lgaddam
Posts: 116
Joined: Wed Aug 28, 2019 1:01 am

Re: In Maintenanve Window able to see Node down critical sta

Post by lgaddam »

Thanks Sean.

Let me check this with few nodes putting them in Maintenance.
I have to take approval for few machines and do it, will update you.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: In Maintenanve Window able to see Node down critical sta

Post by ssax »

Ok, we'll keep an eye out for your results.
lgaddam
Posts: 116
Joined: Wed Aug 28, 2019 1:01 am

Re: In Maintenanve Window able to see Node down critical sta

Post by lgaddam »

Hi Sean,

I have tested and did not worked out as you said. Not able to see "Being Handled" at Latest Alert component.
Need to provide the results but not in public. How to share the doc in private.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: In Maintenanve Window able to see Node down critical sta

Post by ssax »

Please click PM to the right of one of my posts and send it that or you can create a ticket for this and include a link back to this forum thread and attach it to the ticket:

https://support.nagios.com/tickets/
lgaddam
Posts: 116
Joined: Wed Aug 28, 2019 1:01 am

Re: In Maintenanve Window able to see Node down critical sta

Post by lgaddam »

Thanks Sean.

I have done PM to you. Kindly check and help.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: In Maintenanve Window able to see Node down critical sta

Post by ssax »

What version of XI are you running?

What version of Core are you running?

Code: Select all

/usr/local/nagios/bin/nagios -V
The scheduled downtime screenshots show a start time of 18:45 to 22:29 so those alerts (showing from 16:XX) would not have been suppressed based on that downtime alone.

Another thing to remember is that only state changes are logged, if it's in the same state since a long time ago those alerts are not logged, see here:

Code: Select all

https://assets.nagios.com/downloads/nagioscore/docs/nagioscore/3/en/stalking.html
But that ping service definitely is showing it's in downtime so that should have shown that. Something must be wrong.

Please PM me a copy of your profile, include this file as well:

Code: Select all

/usr/local/nagios/var/status.dat
Or if you have a RAMDisk setup:

Code: Select all

/var/nagiosramdisk/status.dat
Locked