Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

check_ping times out when host is down #323

Closed
bardahlm opened this issue Sep 29, 2017 · 6 comments
Closed

check_ping times out when host is down #323

bardahlm opened this issue Sep 29, 2017 · 6 comments

Comments

@bardahlm
Copy link

#139 changed check_ping from using -w timeout to -W timeout. -W, however, sets the timeout for each packet, not the timeout for the entire ping process.

As of now, all checks on hosts that are down report
CRITICAL - Plugin timed out
instead of
PING CRITICAL - Packet loss = 100%|rta=500.000000ms;300.000000;500.000000;0.000000 pl=100%;20;25;0

@prakashveni1
Copy link

Hi Team,

As i configured all hosts but i could not able to ping my client hist in nagios server, shows CRITICAL - Plugin timed out. could any one assist plz

@box293
Copy link
Contributor

box293 commented Mar 26, 2018

@prakashveni1 can you please create a forum thread here https://support.nagios.com/forum/viewforum.php?f=7 please, this doesn't seem the area to troubleshoot your problem.

@bardahlm
Copy link
Author

Change introduced in #139 should be reverted.

@Rohlik
Copy link

Rohlik commented Sep 4, 2018

Output CRITICAL - Plugin timed out is not informative. This ouput should be change to something like PING CRITICAL - failed to ping host $IP.

@edperry
Copy link

edperry commented Nov 14, 2019

Yes we just realized what this was about, Plugin timeout it completely not helpful

@sawolf
Copy link
Member

sawolf commented Feb 18, 2020

The fix for #139 has been reverted in master. If any of you still have this issue after re-compiling, please let me know and I'll re-open this issue.

@sawolf sawolf closed this as completed Feb 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants