glpi_monitoring
glpi_monitoring copied to clipboard
Logical dependency is not possible
It is not possible to use the functionnality service_dependencies (logical dependencies) of Shinken.
define service{
host_name srv-web
service_description Http
service_dependencies srv-db,mysql
}
the Http service depends on srv-db first, then on mysql.