Created
September 28, 2014 07:25
-
-
Save daharon/4a82644b3bd53e3f0a6b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Traceback (most recent call last): | |
| File "/etc/sensu/plugins/check_graphite_data", line 186, in <module> | |
| main(sys.argv[1:]) | |
| File "/etc/sensu/plugins/check_graphite_data", line 165, in main | |
| graphite_data = get_value(url, seconds) | |
| File "/etc/sensu/plugins/check_graphite_data", line 91, in get_value | |
| data = pull_graphite_data(url) | |
| File "/etc/sensu/plugins/check_graphite_data", line 38, in pull_graphite_data | |
| data = urllib.urlopen(url).read() | |
| File "/usr/lib/python2.7/urllib.py", line 86, in urlopen | |
| return opener.open(url) | |
| File "/usr/lib/python2.7/urllib.py", line 207, in open | |
| return getattr(self, name)(url) | |
| File "/usr/lib/python2.7/urllib.py", line 344, in open_http | |
| h.endheaders(data) | |
| File "/usr/lib/python2.7/httplib.py", line 954, in endheaders | |
| self._send_output(message_body) | |
| File "/usr/lib/python2.7/httplib.py", line 814, in _send_output | |
| self.send(msg) | |
| File "/usr/lib/python2.7/httplib.py", line 776, in send | |
| self.connect() | |
| File "/usr/lib/python2.7/httplib.py", line 757, in connect | |
| self.timeout, self.source_address) | |
| File "/usr/lib/python2.7/socket.py", line 571, in create_connection | |
| raise err | |
| IOError: [Errno socket error] [Errno 110] Connection timed out |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment