glpi_monitoring icon indicating copy to clipboard operation
glpi_monitoring copied to clipboard

Logical dependency is not possible

Open hahahafr opened this issue 8 years ago • 0 comments

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.

hahahafr avatar Aug 12 '16 15:08 hahahafr