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.
Nagios showing host state down
Nagios showing host state down
You do not have the required permissions to view the files attached to this post.
Thanks & Regards,
I2MP Team.
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
Can you ping this host from the Nagios XI server?
If not it is likely a networking or firewall issue
Code: Select all
ping 10.148.183.229Re: Nagios showing host state down
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.
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.
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
So that is the problem, Nagios is trying to perform a ping check but it is not getting a response from that server.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.
I would suggest talking to the network or firewall teams.