[Nagiosplug-help] check_dhcp
Holger Weiss
holger at CIS.FU-Berlin.DE
Mon Oct 20 17:23:16 CEST 2008
* Proskurin Kirill <k.proskurin at fxclub.org> [2008-10-17 12:32]:
> nagios-plugins-1.4.12_1
>
> #dhclient bge0
> DHCPREQUEST on bge0 to 255.255.255.255 port 67
> DHCPACK from 172.16.1.2
> bound to 172.16.1.12 -- renewal in 180 seconds.
>
> ./check_dhcp -v -i bge0
> DHCP socket: 3
> Hardware address: 00:14:5e:82:25:62
> DHCPDISCOVER to 255.255.255.255 port 67
> DHCPDISCOVER XID: 1804289383 (0x6B8B4567)
> DHCDISCOVER ciaddr: 0.0.0.0
> DHCDISCOVER yiaddr: 0.0.0.0
> DHCDISCOVER siaddr: 0.0.0.0
> DHCDISCOVER giaddr: 0.0.0.0
> send_dhcp_packet result: 548
>
> No (more) data received (nfound: 0)
> Result=ERROR
> Total responses seen on the wire: 0
> Valid responses for this machine: 0
> CRITICAL: No DHCPOFFERs were received.
>
> The -s and other not help at all. What is wrong?
Is the DHCP server running on the same system as check_dhcp? If so,
this is a known bug, see:
http://sf.net/tracker/?func=detail&aid=1090549&group_id=29880&atid=397597
If you're checking the DHCP remotely: What operating system are you
running check_dhcp on? Can you see the requests in the DHCP server
logs? Can you see any replies using tcpdump(8)?
Holger
More information about the Help
mailing list