CRITICAL: No DHCPOFFERs were received.

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: CRITICAL: No DHCPOFFERs were received.

Post by tmcdonald »

Lo siento, pero debemos hablar en inglés. Yo he enviado un PM.
I am sorry, but we must speak in English. I have sent a PM.

I am seeing this same behavior. When I run

Code: Select all

./check_dhcp -v
I do not receive any results. I will speak with the plugin developers about this.
Former Nagios employee
User avatar
eloyd
Cool Title Here
Posts: 2129
Joined: Thu Sep 27, 2012 9:14 am
Location: Rochester, NY
Contact:

Re: CRITICAL: No DHCPOFFERs were received.

Post by eloyd »

Pero, quien a pensar de los niños? 8-)
Image
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoydI'm a Nagios Fanatic!
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: CRITICAL: No DHCPOFFERs were received.

Post by tmcdonald »

I'll worry about the users, someone else can take care of the kids.
Former Nagios employee
sblain
Posts: 3
Joined: Wed Oct 29, 2014 11:15 am

Re: CRITICAL: No DHCPOFFERs were received.

Post by sblain »

Hi, ok i'll speak in english, but it's not well

Any suggest for my problem?? nagios doesn't check the dhcp server on localhost ....i've done all and don't get any result sucessfully...

sorry my english...
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: CRITICAL: No DHCPOFFERs were received.

Post by Box293 »

You'll need to tell us the output from these suggestions.
lmiltchev wrote:Are you sure that localhost is your dhcp server? Try testing it with dhcping:

Code: Select all

dhcping -s <server ip> -c <client ip>
When I test our dhcp server, I get:

Code: Select all

[root@localhost ~]# dhcping -s 192.168.x.x -c 192.168.x.x
Got answer from: 192.168.x.x
but when I test it against localhost (it's not a dhcp server), I get "no answer"):

Code: Select all

[root@localhost ~]# dhcping -s 127.0.0.1 -c 192.168.x.x
no answer
If you don't have dhcping installed, you can install it by running:

Code: Select all

yum install dhcping -y
You can try some other tools for debugging, such as dhcpdump.
tmcdonald wrote:Also, are you certain that DHCP is even running?

Code: Select all

service dhcpd status
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked