<br><div class="gmail_quote">On Mon, Jun 29, 2009 at 1:08 PM, Dei Bertine <span dir="ltr"><<a href="mailto:deibertine@yahoo.com">deibertine@yahoo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div style="font-family:times new roman,new york,times,serif;font-size:12pt"><div>I actually tried     check_command      check_dhcp Without !/check_dh....! but still error. <br></div><div style="font-family:times new roman,new york,times,serif;font-size:12pt">
Having an ip address didnt make a difference. <br>Also chmod (u+s) on the plugin but that didnt help either. <br>Dont you think it had something to do with the fact that this particular server is a slave dhcp?</div></div>
</div></blockquote><div><br></div><div>For comparison, here's my DHCP service definition:</div><div><br></div><div>define service{</div><div>        use                     generic-service</div><div>        host_name               qcserver3</div>
<div>        service_description     DHCP</div><div>        check_command           check_dhcp!qcserver3</div><div>        }</div><div> </div><div><br></div><div>Try changing your service definition to this and see if it works:</div>
<div><br></div><div><span class="Apple-style-span" style="border-collapse: collapse; color: rgb(80, 0, 80); "> define service{<br>        use                  local-service<br>        host_name            <a href="http://serveip1.dev.net" target="_blank" style="color: rgb(42, 93, 176); ">serveip1.dev.net</a><br>
        service_description  check_dhcp<br>        check_command        check_dhcp!<a href="http://serveip1.dev.net" target="_blank" style="color: rgb(42, 93, 176); ">serveip1.dev.net</a><br> }</span></div><div><font class="Apple-style-span" color="#500050"><span class="Apple-style-span" style="border-collapse: collapse;"><br>
</span></font></div><div><font class="Apple-style-span" color="#500050"><span class="Apple-style-span" style="border-collapse: collapse;">-Mike</span></font></div></div>