Hey guys!<br><br>I'm monitoring my external dns server with these configuration in nagios with these configuration:<br><br>define host{ <br> host_name myserver<br> notes External primary DNS<br>
notifications_enabled 0<br> notification_interval 0<br> max_check_attempts 5<br> <b><span style="color:rgb(255,0,0)"> #### initial_state o =====> It doesn't worked</span></b><br>
contact_groups xxxxx<br> }<br><br><br>define service{<br> use generic-service<br> service_description Response Test<br> max_check_attempts 3<br> normal_check_interval 7<br>
retry_check_interval 2<br> contact_groups xxxxxx<br> check_command check_external_dns!<a href="http://www.mysite.com">www.mysite.com</a>!xxx.xxx.xxx.xxx!yyy.yyy.yyy.yyy<br> host_name myserver<br>
}<br><br><br>it's working, however, nagios is not assuming the host is up. How can I configure nagios to assume an host is up when the services of it are up ? <br>PS: The same configuration worked on nagios versions 2.9 and 1.4.<br>
<br>nagios: 3.4.1<br><br>can anyone help me please ?<br>