Nagios showing host state down

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
RIDS_I2MP
Posts: 751
Joined: Thu Mar 13, 2014 9:25 am

Nagios showing host state down

Post by RIDS_I2MP »

Hello Team,

I just have to configure ping monitoring through Nagios for a Windows server. We simply added the hostname and IP address and configured it.
The host is actually UP but Nagios is showing its state as DOWN. It is not able to ping the host.

We have already configured a number of servers for ping monitoring in the same way we did for this server but all worked fine.

I am attaching the screen shot here, please look into it and help us on the same.

Hostname: EU2BWBW036
IP: 10.148.183.229

Note: We do not select any check_command for ping monitoring. I am mentioning this as note here because I have seen other posts on Nagios forum where people select some or the other command.
I have never selected any check_command and it works completely fine.

Also, I have installed NSC++ client on it and other services are running fine, all services are in GREEN state.
You do not have the required permissions to view the files attached to this post.
Thanks & Regards,
I2MP Team.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios showing host state down

Post by scottwilkerson »

Can you ping this host from the Nagios XI server?

Code: Select all

ping 10.148.183.229
If not it is likely a networking or firewall issue
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
RIDS_I2MP
Posts: 751
Joined: Thu Mar 13, 2014 9:25 am

Re: Nagios showing host state down

Post by RIDS_I2MP »

Hi,

PING 10.148.183.229 (10.148.183.229) 56(84) bytes of data.
^C
--- 10.148.183.229 ping statistics ---
43 packets transmitted, 0 received, 100% packet loss, time 42005ms

[nagios@eu2napu002 ~]$

Not able to ping the host from Nagios server.
Thanks & Regards,
I2MP Team.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios showing host state down

Post by scottwilkerson »

RIDS_I2MP wrote:Hi,

PING 10.148.183.229 (10.148.183.229) 56(84) bytes of data.
^C
--- 10.148.183.229 ping statistics ---
43 packets transmitted, 0 received, 100% packet loss, time 42005ms

[nagios@eu2napu002 ~]$

Not able to ping the host from Nagios server.
So that is the problem, Nagios is trying to perform a ping check but it is not getting a response from that server.

I would suggest talking to the network or firewall teams.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked