Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
Every time I was running the plugin I was getting the following error: “Error, check you internet connection”. 194.210.238.163 could not be pinged, so in order to make the plugin work, I had to change line 52 from this: urllib.request.urlopen(‘http://194.210.238.163’, timeout=2) to this: urllib.request.urlopen(‘https://www.google.com/’, timeout=2)