False alarm
False alarm
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?
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
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
Re: False alarm
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"
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.
Re: False alarm
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
Re: False alarm
Hi tmcdonald,
sorry, but i am not getting clearily, can you just elaborate this ones.Go to your CCM and find one of the misbehaving services
Re: False alarm
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
Re: False alarm
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.
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
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
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
#
###############################################################################
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
Code: Select all
use xiwizard_passive_hostFormer Nagios employee