Poller-wrapper - get_http_request() exit with timeout
Hi all
does anyone ever met the following timeout error message during the polling cycle ? Any idea on what's the impact and how to solve ?
Here following a section of the log file made by the output of: */5 * * * * root /opt/observium/poller-wrapper.py 5 >> /opt/observium/logs/poller-wrapper.log 2>&1
================================================== .... [2016/03/07 15:15:34 +0100] poller.php(29544): /opt/observium/poller.php: <hostname...> - 1 devices polled in 1.546 secs [2016/03/07 15:15:38 +0100] poller.php(29402): /opt/observium/poller.php: <hostname...> - 1 devices polled in 6.969 secs [2016/03/07 15:15:39 +0100] poller-wrapper.py(27564): /opt/observium/poller-wrapper.py: polled 25 devices in 37 seconds with 5 workers [2016/03/07 15:20:05 +0100] poller.php(29849): get_http_request() exit with timeout. Access to outside localnet is blocked by firewall or network problems. Check pr oxy settings. ... ... [2016/03/07 15:20:50 +0100] poller-wrapper.py(29826): /opt/observium/poller-wrapper.py: polled 25 devices in 47 seconds with 5 workers [2016/03/07 15:25:02 +0100] poller.php(816): get_http_request() exit with timeout. Access to outside localnet is blocked by firewall or network problems. Check proxy settings. ==================================================
The system is apparently collecting data but, being a new test/evaluation activation, I don't known if something is missing.
Thanks a lot, regards I.
I'm not exactly sure what http request it's whinging about in the poller, probably device geolocation.
You can probably ignore it if the devices not having correct geolocations isn't important to you.
Adam.
Sent from BlueMail
On Mar 7, 2016, 14:43, at 14:43, Ivan Biasi ivan.biasi@trentinonetwork.it wrote:
Hi all
does anyone ever met the following timeout error message during the polling cycle ? Any idea on what's the impact and how to solve ?
Here following a section of the log file made by the output of: */5 * * * * root /opt/observium/poller-wrapper.py 5 >> /opt/observium/logs/poller-wrapper.log 2>&1
================================================== .... [2016/03/07 15:15:34 +0100] poller.php(29544): /opt/observium/poller.php: <hostname...> - 1 devices polled in 1.546 secs [2016/03/07 15:15:38 +0100] poller.php(29402): /opt/observium/poller.php: <hostname...> - 1 devices polled in 6.969 secs [2016/03/07 15:15:39 +0100] poller-wrapper.py(27564): /opt/observium/poller-wrapper.py: polled 25 devices in 37 seconds with 5 workers [2016/03/07 15:20:05 +0100] poller.php(29849): get_http_request() exit with timeout. Access to outside localnet is blocked by firewall or network problems. Check pr oxy settings. ... ... [2016/03/07 15:20:50 +0100] poller-wrapper.py(29826): /opt/observium/poller-wrapper.py: polled 25 devices in 47 seconds with 5 workers [2016/03/07 15:25:02 +0100] poller.php(816): get_http_request() exit with timeout. Access to outside localnet is blocked by firewall or network problems. Check proxy settings. ==================================================
The system is apparently collecting data but, being a new test/evaluation activation, I don't known if something is missing.
Thanks a lot, regards I.
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Hi Adam
the reported error is a little bit foggy, but I wasn't able to find other details on it.
Many thanks for your hint, it could be the target.
I'll investigate on it and keep the list informed.
Regards I.
----- Messaggio originale -----
Da: "Adam Armstrong" adama@memetic.org A: "Observium Network Observation System" observium@observium.org Cc: "Observium Network Observation System" observium@observium.org Inviato: Lunedì, 7 marzo 2016 15:58:09 Oggetto: Re: [Observium] Poller-wrapper - get_http_request() exit with timeout
I'm not exactly sure what http request it's whinging about in the poller, probably device geolocation. You can probably ignore it if the devices not having correct geolocations isn't important to you. Adam. Sent from BlueMail
On Mar 7, 2016, at 14:43, Ivan Biasi < ivan.biasi@trentinonetwork.it > wrote:
Hi all
does anyone ever met the following timeout error message during the polling cycle ? Any idea on what's the impact and how to solve ?
Here following a section of the log file made by the output of: */5 * * * * root /opt/observium/ poller-wrapper.py 5 >> /opt/observium/logs/poller-wrapper.log 2>&1
.... [2016/03/07 15:15:34 +0100] poller.php(29544): /opt/observium/poller.php: <hostname...> - 1 devices polled in 1.546 secs [2016/03/07 15:15:38 +0100] poller.php(29402): /opt/observium/poller.php: <hostname...> - 1 devices polled in 6.969 secs [2016/03/07 15:15:39 +0100] poller-wrapper.py (27564): /opt/observium/ poller-wrapper.py : polled 25 devices in 37 seconds with 5 workers [2016/03/07 15:20:05 +0100] poller.php(29849): get_http_request() exit with timeout. Access to outside localnet is blocked by firewall or network problems. Check pr oxy settings. ... ... [2016/03/07 15:20:50 +0100] poller-wrapper.py (29826): /opt/observium/ poller-wrapper.py : polled 25 devices in 47 seconds with 5 workers [2016/03/07 15:25:02 +0100] poller.php(816): get_http_request() exit with timeout. Access to outside localnet is blocked by firewall or network problems. Check proxy settings.
The system is apparently collecting data but, being a new test/evaluation activation, I don't known if something is missing.
Thanks a lot, regards I.
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Hi Adam and all
as promised, here an update. Yes, the " get_http_request() exit with timeout " depend by the geocoding module. Many thanks again for the hint. Trying to disable it: // $config['geocoding']['enable'] = false; // It completely disappears... but... unfortunately also disappears the correct device positioning on the main map, even if the devices has fixed coord. (lat/lon) defined with the gui. That's an unwanted drawback, the positioning function is appreciable. So I tryed to "corrupt" the geoloc. request to inhibit it, instead of the module, removing the parameter:
// $config['geocoding']['api'] = 'yahoo'; // and also using unsupported values (es. random strings), but the http_request still goes on. (I was also not able to capture it with wireshark, I'm curious to understand the request ...)
Any other idea ? Thanks a lot I.
----- Messaggio originale -----
Da: "Ivan Biasi" ivan.biasi@trentinonetwork.it A: "Observium Network Observation System" observium@observium.org Inviato: Lunedì, 7 marzo 2016 16:38:44 Oggetto: Re: [Observium] Poller-wrapper - get_http_request() exit with timeout
Hi Adam
the reported error is a little bit foggy, but I wasn't able to find other details on it.
Many thanks for your hint, it could be the target.
I'll investigate on it and keep the list informed.
Regards I.
----- Messaggio originale -----
Da: "Adam Armstrong" adama@memetic.org A: "Observium Network Observation System" observium@observium.org Cc: "Observium Network Observation System" observium@observium.org Inviato: Lunedì, 7 marzo 2016 15:58:09 Oggetto: Re: [Observium] Poller-wrapper - get_http_request() exit with timeout
I'm not exactly sure what http request it's whinging about in the poller, probably device geolocation. You can probably ignore it if the devices not having correct geolocations isn't important to you. Adam. Sent from BlueMail
On Mar 7, 2016, at 14:43, Ivan Biasi < ivan.biasi@trentinonetwork.it > wrote:
Hi all
does anyone ever met the following timeout error message during the polling cycle ? Any idea on what's the impact and how to solve ?
Here following a section of the log file made by the output of: */5 * * * * root /opt/observium/ poller-wrapper.py 5 >> /opt/observium/logs/poller-wrapper.log 2>&1
.... [2016/03/07 15:15:34 +0100] poller.php(29544): /opt/observium/poller.php: <hostname...> - 1 devices polled in 1.546 secs [2016/03/07 15:15:38 +0100] poller.php(29402): /opt/observium/poller.php: <hostname...> - 1 devices polled in 6.969 secs [2016/03/07 15:15:39 +0100] poller-wrapper.py (27564): /opt/observium/ poller-wrapper.py : polled 25 devices in 37 seconds with 5 workers [2016/03/07 15:20:05 +0100] poller.php(29849): get_http_request() exit with timeout. Access to outside localnet is blocked by firewall or network problems. Check pr oxy settings. ... ... [2016/03/07 15:20:50 +0100] poller-wrapper.py (29826): /opt/observium/ poller-wrapper.py : polled 25 devices in 47 seconds with 5 workers [2016/03/07 15:25:02 +0100] poller.php(816): get_http_request() exit with timeout. Access to outside localnet is blocked by firewall or network problems. Check proxy settings.
The system is apparently collecting data but, being a new test/evaluation activation, I don't known if something is missing.
Thanks a lot, regards I.
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Hi Ivan,
I had the same problem as you, ended up using Google-api for geo location and also added
$config['geocoding']['default']['lat'] = "59.334415"; // Default latitude $config['geocoding']['default']['lon'] = "18.110103"; // Default longitude
Then the errors stoped for me.
BR Max
From: observium [mailto:observium-bounces@observium.org] On Behalf Of Ivan Biasi Sent: den 7 mars 2016 18:08 To: Observium Network Observation System observium@observium.org Subject: Re: [Observium] Poller-wrapper - get_http_request() exit with timeout
Hi Adam and all
as promised, here an update. Yes, the "get_http_request() exit with timeout" depend by the geocoding module. Many thanks again for the hint. Trying to disable it: // $config['geocoding']['enable'] = false; // It completely disappears... but... unfortunately also disappears the correct device positioning on the main map, even if the devices has fixed coord. (lat/lon) defined with the gui. That's an unwanted drawback, the positioning function is appreciable. So I tryed to "corrupt" the geoloc. request to inhibit it, instead of the module, removing the parameter: // $config['geocoding']['api'] = 'yahoo'; // and also using unsupported values (es. random strings), but the http_request still goes on. (I was also not able to capture it with wireshark, I'm curious to understand the request ...)
Any other idea ? Thanks a lot I.
________________________________ Da: "Ivan Biasi" <ivan.biasi@trentinonetwork.itmailto:ivan.biasi@trentinonetwork.it> A: "Observium Network Observation System" <observium@observium.orgmailto:observium@observium.org> Inviato: Lunedì, 7 marzo 2016 16:38:44 Oggetto: Re: [Observium] Poller-wrapper - get_http_request() exit with timeout Hi Adam
the reported error is a little bit foggy, but I wasn't able to find other details on it.
Many thanks for your hint, it could be the target. I'll investigate on it and keep the list informed.
Regards I.
________________________________ Da: "Adam Armstrong" <adama@memetic.orgmailto:adama@memetic.org> A: "Observium Network Observation System" <observium@observium.orgmailto:observium@observium.org> Cc: "Observium Network Observation System" <observium@observium.orgmailto:observium@observium.org> Inviato: Lunedì, 7 marzo 2016 15:58:09 Oggetto: Re: [Observium] Poller-wrapper - get_http_request() exit with timeout
I'm not exactly sure what http request it's whinging about in the poller, probably device geolocation.
You can probably ignore it if the devices not having correct geolocations isn't important to you.
Adam.
Sent from BlueMailhttp://www.bluemail.me/r On Mar 7, 2016, at 14:43, Ivan Biasi <ivan.biasi@trentinonetwork.itmailto:ivan.biasi@trentinonetwork.it> wrote:
Hi all
does anyone ever met the following timeout error message during the polling cycle ? Any idea on what's the impact and how to solve ?
Here following a section of the log file made by the output of: */5 * * * * root /opt/observium/poller-wrapper.pyhttp://poller-wrapper.py 5 >> /opt/observium/logs/poller-wrapper.log 2>&1
________________________________
.... [2016/03/07 15:15:34 +0100] poller.php(29544): /opt/observium/poller.php: <hostname...> - 1 devices polled in 1.546 secs [2016/03/07 15:15:38 +0100] poller.php(29402): /opt/observium/poller.php: <hostname...> - 1 devices polled in 6.969 secs [2016/03/07 15:15:39 +0100] poller-wrapper.pyhttp://poller-wrapper.py(27564): /opt/observium/poller-wrapper.pyhttp://poller-wrapper.py: polled 25 devices in 37 seconds with 5 workers [2016/03/07 15:20:05 +0100] poller.php(29849): get_http_request() exit with timeout. Access
to
outside localnet is blocked by firewall or network problems. Check pr oxy settings. ... ... [2016/03/07 15:20:50 +0100] poller-wrapper.pyhttp://poller-wrapper.py(29826): /opt/observium/poller-wrapper.pyhttp://poller-wrapper.py: polled 25 devices in 47 seconds with 5 workers [2016/03/07 15:25:02 +0100] poller.php(816): get_http_request() exit with timeout. Access to outside localnet is blocked by firewall or network problems. Check proxy settings.
________________________________
The system is apparently collecting data but, being a new test/evaluation activation, I don't known if something is missing.
Thanks a lot, regards I.
________________________________
observium mailing list observium@observium.orgmailto:observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.orgmailto:observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.orgmailto:observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Hi Max,
thanks for your reply. I already tried to use other api and def. lat/long values, but nothing changed. The server doesn't have any external connections (w/o internet). It is in a lab environment so that any external request will produce an error.
I think the only solution is to be able to stop the extern. req. made by geo-api, without stop the web/graphic functionalities which are really useful.
Thanks, regards
I.
=========================================== Here below my Geocoding Configuration section:
$config['geocoding']['enable'] = true; // Enable Geocoding of addresses. If disabled, best to disable the map on mainpage $config['geocoding']['dns'] = FALSE; // Try to use DNS LOC records for detect device coordinates (disabled by default). $config['geocoding']['api'] = 'google'; // Supported API to resolve LOC: mapquest, google, yandex, yahoo and openstreetmap. $config['geocoding']['default']['lat'] = "46.077844"; // Default latitude for new dwvices w/o valid coordinates $config['geocoding']['default']['lon'] = "11.115950"; // Default longitude for new devices w/o valid coordinates $config['location_menu_geocoded'] = true; // Build location menu with geocoded data.
----- Messaggio originale -----
Da: "Max Krabbenhöft" max.krabbenhoft@cinnober.com A: "Observium Network Observation System" observium@observium.org Inviato: Martedì, 8 marzo 2016 8:00:34 Oggetto: Re: [Observium] Poller-wrapper - get_http_request() exit with timeout
Hi Ivan,
I had the same problem as you, ended up using Google-api for geo location and also added
$config['geocoding']['default']['lat'] = "59.334415"; // Default latitude $config['geocoding']['default']['lon'] = "18.110103"; // Default longitude
Then the errors stoped for me.
BR Max
From: observium [mailto:observium-bounces@observium.org] On Behalf Of Ivan Biasi Sent: den 7 mars 2016 18:08 To: Observium Network Observation System observium@observium.org Subject: Re: [Observium] Poller-wrapper - get_http_request() exit with timeout
Hi Adam and all
as promised, here an update. Yes, the "get_http_request() exit with timeout" depend by the geocoding module. Many thanks again for the hint.
Trying to disable it: // $config['geocoding']['enable'] = false; //
It completely disappears... but... unfortunately also disappears the correct device positioning on the main map,
even if the devices has fixed coord. (lat/lon) defined with the gui. That's an unwanted drawback, the positioning function is appreciable.
So I tryed to "corrupt" the geoloc. request to inhibit it, instead of the module, removing the parameter:
//
$config['geocoding']['api'] = 'yahoo';
//
and also using unsupported values (es. random strings), but the http_request still goes on. (I was also not able to capture it with wireshark, I'm curious to understand the request ...)
Any other idea ? Thanks a lot
I.
----- Messaggio originale -----
Da: "Ivan Biasi" < ivan.biasi@trentinonetwork.it > A: "Observium Network Observation System" < observium@observium.org > Inviato: Lunedì, 7 marzo 2016 16:38:44 Oggetto: Re: [Observium] Poller-wrapper - get_http_request() exit with timeout
Hi Adam
the reported error is a little bit foggy, but I wasn't able to find other details on it.
Many thanks for your hint, it could be the target.
I'll investigate on it and keep the list informed.
Regards I.
----- Messaggio originale -----
Da: "Adam Armstrong" < adama@memetic.org > A: "Observium Network Observation System" < observium@observium.org > Cc: "Observium Network Observation System" < observium@observium.org > Inviato: Lunedì, 7 marzo 2016 15:58:09 Oggetto: Re: [Observium] Poller-wrapper - get_http_request() exit with timeout I'm not exactly sure what http request it's whinging about in the poller, probably device geolocation. You can probably ignore it if the devices not having correct geolocations isn't important to you. Adam. Sent from BlueMail
On Mar 7, 2016, at 14:43, Ivan Biasi < ivan.biasi@trentinonetwork.it > wrote:
Hi all
does anyone ever met the following timeout error message during the polling cycle ? Any idea on what's the impact and how to solve ?
Here following a section of the log file made by the output of: */5 * * * * root /opt/observium/ poller-wrapper.py 5 >> /opt/observium/logs/poller-wrapper.log 2>&1
.... [2016/03/07 15:15:34 +0100] poller.php(29544): /opt/observium/poller.php: <hostname...> - 1 devices polled in 1.546 secs [2016/03/07 15:15:38 +0100] poller.php(29402): /opt/observium/poller.php: <hostname...> - 1 devices polled in 6.969 secs [2016/03/07 15:15:39 +0100] poller-wrapper.py (27564): /opt/observium/ poller-wrapper.py : polled 25 devices in 37 seconds with 5 workers [2016/03/07 15:20:05 +0100] poller.php(29849): get_http_request() exit with timeout. Access to outside localnet is blocked by firewall or network problems. Check pr oxy settings. ... ... [2016/03/07 15:20:50 +0100] poller-wrapper.py (29826): /opt/observium/ poller-wrapper.py : polled 25 devices in 47 seconds with 5 workers [2016/03/07 15:25:02 +0100] poller.php(816): get_http_request() exit with timeout. Access to outside localnet is blocked by firewall or network problems. Check proxy settings.
The system is apparently collecting data but, being a new test/evaluation activation, I don't known if something is missing.
Thanks a lot, regards I.
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (3)
-
Adam Armstrong
-
Ivan Biasi
-
Max Krabbenhöft