Page 1 of 2
False alarm
Posted: Fri Feb 07, 2014 2:39 pm
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?
Re: False alarm
Posted: Fri Feb 07, 2014 3:22 pm
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?
Re: False alarm
Posted: Sat Feb 08, 2014 10:30 am
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"
Re: False alarm
Posted: Mon Feb 10, 2014 10:09 am
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.
Re: False alarm
Posted: Mon Feb 10, 2014 4:40 pm
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.
Re: False alarm
Posted: Mon Feb 10, 2014 4:46 pm
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.
Re: False alarm
Posted: Mon Feb 10, 2014 5:05 pm
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.
Re: False alarm
Posted: Mon Feb 10, 2014 5:09 pm
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.
Re: False alarm
Posted: Mon Feb 10, 2014 5:22 pm
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
#
###############################################################################
Re: False alarm
Posted: Mon Feb 10, 2014 5:30 pm
by tmcdonald
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.