False alarm

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
nagarjuna
Posts: 133
Joined: Mon Dec 09, 2013 2:11 am

False alarm

Post by nagarjuna »

Hi Team,

We are getting false alarm, means hosts up but its showing down in nagiosxi all services are in OK status, but host is critical, when i was able to ping systems its pinging.

Do we have any false alarm detection mechanism for rectifying actual and false alarm. or any other way for it?
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: False alarm

Post by tmcdonald »

The unfortunate thing about false alarms is that they are "false" alarms. Instead of trying to validate a false alarm I would look at why the check thought it was false in the first place. Can you show us the output of the check in the XI interface?
Former Nagios employee
nagarjuna
Posts: 133
Joined: Mon Dec 09, 2013 2:11 am

Re: False alarm

Post by nagarjuna »

Hi tmcdonald,

Thanks for your reply,
We are getting ping and ping6 error, please check the error attached in screenshots.

error: "/bin/ping6 -n -U -w 10 -c 1 localhost"
You do not have the required permissions to view the files attached to this post.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: False alarm

Post by tmcdonald »

Go to your CCM and find one of the misbehaving services in the Services list, then on the right click the icon for "View Config" and post it here, being sure to hide any sensitive info.
Former Nagios employee
nagarjuna
Posts: 133
Joined: Mon Dec 09, 2013 2:11 am

Re: False alarm

Post by nagarjuna »

Hi tmcdonald,

Go to your CCM and find one of the misbehaving services
sorry, but i am not getting clearily, can you just elaborate this ones.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: False alarm

Post by tmcdonald »

In XI, go to Configure, then click Core Config Manager. Type the name of your service in the search box and click the diskette icon, as indicated in the picture.
You do not have the required permissions to view the files attached to this post.
Former Nagios employee
nagarjuna
Posts: 133
Joined: Mon Dec 09, 2013 2:11 am

Re: False alarm

Post by nagarjuna »

Hi tmcdonald,

As we are getting issue in hosts response. its showing ping and ping6 error. hosts showing "down" but services working fine.

some host are in critical from last couple of days but services of that host is OK, when we are pinging that host its pinging.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: False alarm

Post by slansing »

Yes we understand that, we still need to see what tmcdonald asked for. Thank you. All you need to do is go into the hosts section instead of the services, you will notice the options and directions are absolutely the same.
nagarjuna
Posts: 133
Joined: Mon Dec 09, 2013 2:11 am

Re: False alarm

Post by nagarjuna »

hi slansing,

thank you very much.

please check the output of diskette.



###############################################################################
#
# Host configuration file
#
# Created by: Nagios QL Version 3.0.3
# Date: 2014-02-11 03:50:58
# 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 host {
host_name 3rdspacedigital-xxx.xx.xxx.xx
use xiwizard_passive_host
address xxx.xx.xxx.xx
hostgroups Linux-Servers
max_check_attempts 5
check_interval 5
retry_interval 1
check_period xi_timeperiod_24x7
contacts nagiosadmin
notification_interval 60
notification_period xi_timeperiod_24x7
icon_image passiveobject.png
statusmap_image passiveobject.png
_xiwizard passiveobject
register 1
}

###############################################################################
#
# Host configuration file
#
# END OF FILE
#
###############################################################################
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: False alarm

Post by tmcdonald »

Code: Select all

use				xiwizard_passive_host
Is there a reason you have this set up as a passive host? You will want to make this an active host if you are trying to ping. Going back through the wizard you should be able to make this an active. Being passive, Nagios is waiting for a reply from the remote host instead of initiating itself.
Former Nagios employee
Locked