Hello, I am looking to create a filter to be able to group some hosts and service. In the filters of the 'Operations center' I can only filter by Hosts or by services, not both at the same time ...
Thank you!
Display with specific hosts and services
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: Display with specific hosts and services
HI @angpie01,
Welcome to the Nagios Forum!
I would recommend creating a new service group in the CCM ( go to Configure > Core Configuration Manager ) with the desired services, then filtering on that service group in the Operations Center page.
Let me know if that would work for you.
Welcome to the Nagios Forum!
I would recommend creating a new service group in the CCM ( go to Configure > Core Configuration Manager ) with the desired services, then filtering on that service group in the Operations Center page.
Let me know if that would work for you.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Display with specific hosts and services
Thank you. However when a service is used on several hosts I cannot add it to the services group. Only services that are only used on a host are available
Re: Display with specific hosts and services
You should be able to add a service to a service group, even if it was originally added to multiple hosts... I don't know why this is not working for you.
Are you getting an error when applying configuration? What is the version of Nagios XI that you are currently using?
Your servicegroup config should look something like this:
Are you getting an error when applying configuration? What is the version of Nagios XI that you are currently using?
Your servicegroup config should look something like this:
Code: Select all
define servicegroup {
servicegroup_name ServiceGroupName
alias ServiceGroupName
members Host1,MyService,Host2,MyService,Host2,MyService...
}Be sure to check out our Knowledgebase for helpful articles and solutions!