Hello,<br><br>Having some issues getting service dependency to work, when doing a configuration check after modifying my settings, it never completes and seems to hang at "Checking for circular host and service dependencies..."<br>
<br><br>This is my basic setup for dependency right now:<br>define servicedependency {<br>hostgroup_name                  Windows<br>service_description             NRPE Agent<br>dependent_hostgroup_name        Windows<br>
dependent_service_description   CPU Usage,Disk Usage,Memory Usage,Remote Procedure Call Service<br>execution_failure_criteria      n<br>notification_failure_criteria   c,u<br>}<br><br>Does anyone spot any errors?<br>