<div>Hello,</div>
<div> </div>
<div>I found another change from 1.x to 2.0 in the config files. In my service configs I have a service defined as such:</div>
<div> </div>
<div>define service{<br> use windows-service ; Name of service template to use<br> hostgroup_name exchange-servers<br> service_description POP<br> check_command check_pop
<br> }<br> </div>
<div>One of the members of exchange-servers is "descartes". So I wanted to define a service dependency as follows:</div>
<div> </div>
<div>define servicedependency{<br> dependent_hostgroup_name other-email-servers<br> dependent_service_description Email2Descartes<br> host_name descartes<br> service_description POP
<br> execution_failure_criteria w,u,c<br> notification_failure_criteria w,u,c<br> }<br> </div>
<div>But then I get this error:</div>
<div> </div>
<div>Reading configuration data...</div>
<p>Error: Could not find a service matching host name 'descartes' and description 'POP'<br>Error: Could not expand services specified in service dependency (config file '/opt/nagios/etc/2.0/services/services.cfg', starting on line 612)
</p>
<div>***> One or more problems was encountered while processing the config files..</div>
<div> </div>
<div>This did not happen in 1.x. Does it have to happen now? Thanks.</div>
<div> </div>
<div>~Scottie Thompson</div>