64 bit
Manual installation
We are using SSL on the web interface. The databases are also run on a separate server.
I have been considering the best way to organize hosts and services within Nagios. I will give an actual example to show the issue I have experienced.
We have an application that has servers in two datacenters. I have realized that it makes sense to group hosts and services by datacenter, because A) there are sometimes datacenter-specific differences, and B) Issues sometimes affect everything in one datacenter.
One successful example is performing DNS checks. The DNS servers at each datacenter are different. So for each server, I created DNS a service that queries the datacenter's DNS server, for the relevant domain names. The important part is that there are individual services created for the host.
I am easily able to put those individually-created services into Service Groups. And this achieves my goal of being able to see "all DNS checks for datacenter A".
However, I typically use inheritance to assign services to host groups. For example, to assign "hardware checks" such as CPU usage, RAM usage, disk usage, etc., I will create a Host Group, and assign hosts to the Host Group. (I do this on the Host Group page.) Then I will create the service and assign the service to the Host Group.
This allows me to create a new host, assign it a host template, and have the host automatically receive certain services. The issue I'm having occurs when I want to make Service Groups out of these inherited services. The inherited services are not available in the listed services. I suspect this is because the inherited services are not defined in their own service configuration files, so there is no way to know how many inherited services actually exist (and what they are).
Some questions;
- Is there any way that I can group these inherited services?
- Is my use of inheritance reasonable? Can it be improved?
- Should I be approaching this or handling this in a different manner?
Thank you, your time is greatly appreciated.