Page 1 of 1
Hide Service
Posted: Thu Apr 11, 2013 7:26 am
by ahmad.zuhd
I have two servers working as active standby MSSQL Servers. I made a service for each server and configured a BPI group for both services where it fires alarm only in case both services are down.
that is working fine... i have one problem in the dashboards and other screens (Operation Screen and Operation Center) where the service for the standby host is always appearing.
How can i hide both services while keep them functional?
Re: Hide Service
Posted: Thu Apr 11, 2013 9:29 am
by mguthrie
If you acknowledge the problem for that host it will hide it from the Operations screen pages, as well as the unhandled problem pages. However, using this method you'll want to tell BPI to ingore scheduled downtime and acknowledged problems in the group logic. This can be set from the Admin->Manage Components->Edit Settings (icon) for Nagios BPI.
Re: Hide Service
Posted: Tue Apr 16, 2013 2:00 am
by ahmad.zuhd
I know that acknowledging the service will hide it. However, i need to find another way to configure the service to be hidden without that. I think it must be taken into consideration when using the BPI
Concerning your comment:
mguthrie wrote:However, using this method you'll want to tell BPI to ingore scheduled downtime and acknowledged problems in the group logic. This can be set from the Admin->Manage Components->Edit Settings (icon) for Nagios BPI.
I dont need the BPI to ignore the acknowledged problem cuase in my case (i have a database cluster with the same service running in both servers and on of them is up and the other is waiting) so i configured the BPI service to changed to critical state when both services are down. however since i need to acknowledge one to be hidden, i dont need the BPI to ignore it..
do you agree with me on that?
Re: Hide Service
Posted: Tue Apr 16, 2013 1:03 pm
by scottwilkerson
ahmad.zuhd wrote:I dont need the BPI to ignore the acknowledged problem cuase in my case
BPI won't ignore acknowledged problems, they will still be included in the algorithm when calculating if the group is up or down.
Re: Hide Service
Posted: Wed Apr 17, 2013 2:23 am
by ahmad.zuhd
according to the description
Logic Handling For Problem States: Ignore host and service problems that are acknowledged or in scheduled downtime.Handled problems will not be factored into the group's problem percentage.
what does that mean..
also can you please advice about hiding the service using the config parameters rather than acknowledging the service.
Re: Hide Service
Posted: Wed Apr 17, 2013 4:24 pm
by mguthrie
OK, so lets rewind things just a bit. What's the final goal in all of this? I'm guessing you only want to receive alerts or see the problem if both services are down correct? If you have a BPI check running against that group, you'll get that behavior, but as far as the Unhandled Service problems page goes, you'll still see the down service if one of them is down, and there's no way to change that behavior.
Note for swilkerson: The documentation is correct. You can tell BPI to ignore problems if they've been acknowledged or in scheduled downtime. BPI will not count them as problems.
Re: Hide Service
Posted: Tue May 07, 2013 4:25 pm
by ahmad.zuhd
ok seems there is no way to hide the service other than acknowledgment.
can u please consider that change in future releases