glpi_monitoring
glpi_monitoring copied to clipboard
Create components groups to implement service aggregations
Group the components to create Nagios/Shinken aggregation trees
What is this?
For instance :

perfs is a group, shinken2 is a group, ... and whole services make an aggregation tree.
You declare aggregation with the aggregation property of a service:
define service{
name shinken2-service
use generic-service
register 0
aggregation Shinken2
}
Ok I see ;)
It would be a great enhancement. I use it a lot with Shinken.