check_dhcp issue

Mike Saldivar mike.saldivar at advocatecreditrepair.com
Mon Jun 29 22:01:15 CEST 2009


On Mon, Jun 29, 2009 at 1:08 PM, Dei Bertine <deibertine at yahoo.com> wrote:

> I actually tried     check_command      check_dhcp Without !/check_dh....!
> but still error.
> Having an ip address didnt make a difference.
> Also chmod (u+s) on the plugin but that didnt help either.
> Dont you think it had something to do with the fact that this particular
> server is a slave dhcp?
>

For comparison, here's my DHCP service definition:

define service{
        use                     generic-service
        host_name               qcserver3
        service_description     DHCP
        check_command           check_dhcp!qcserver3
        }


Try changing your service definition to this and see if it works:

 define service{
        use                  local-service
        host_name            serveip1.dev.net
        service_description  check_dhcp
        check_command        check_dhcp!serveip1.dev.net
 }

-Mike
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-lists.org/archive/users/attachments/20090629/21553a15/attachment.html>
-------------- next part --------------
------------------------------------------------------------------------------
-------------- next part --------------
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null


More information about the Users mailing list