[Freifunk Franken] Monitoring down (Was: Netmon ist down! 26.10.16?==?utf-8?q? 16:17?==?utf-8?q? Uhr)

Michael Fritscher michael at fritscher.net
Mo Okt 31 08:59:09 CET 2016


Hi,

hatten wir am So wieder - ab gg. 6:35, dem wöchentlichen cron job... 

Viele Grüße,
Michael
Am Mittwoch, Oktober 26, 2016 19:14 CEST, Dominik Heidler <dominik at heidler.eu> schrieb: 
 
> Hi,
> 
> ist "gefixt". Aus irgendwelchen gründen war der Mongod abgestürzt.
> 
> Grüße,
> Dominik
> 
> Am 26.10.2016 um 18:48 schrieb Tim Niemeyer:
> > Hi
> > 
> > Das Netmon läuft (noch.. ein bisschen..).
> > 
> > Du meinst wohl das Monitoring.
> > 
> > Tim
> > 
> > Am Mittwoch, den 26.10.2016, 16:18 +0200 schrieb Scheese Freifunk:
> >> Hallo an die tapferen Betreiber und Admin des Netmons. Der ist im
> >> Moment kaputt. 
> >>
> >>  
> >>
> >> Danke fürs reparieren und betreiben.
> >>
> >>  
> >>
> >> Martin
> >>
> >>  
> >>
> >> Das ist die Antwort.
> >>
> >>  
> >>
> >>
> >>  
> >>
> >> uWSGI exceptions catcher for "GET /routers" (request plugin: "python",
> >> modifier1: 0)
> >>
> >>  
> >>
> >> Exception: pymongo.errors.ServerSelectionTimeoutError:
> >> localhost:27017: [Errno 111] Connection refused
> >>
> >>  
> >>
> >> Exception class: pymongo.errors.ServerSelectionTimeoutError
> >>
> >>  
> >>
> >> Exception message: localhost:27017: [Errno 111] Connection refused
> >>
> >>  
> >>
> >> Backtrace:
> >>
> >> filename: "/usr/lib/python3/dist-packages/flask/app.py" line: 1836
> >> function: "__call__" text/code: "return self.wsgi_app(environ,
> >> start_response)" 
> >>
> >> filename: "/usr/lib/python3/dist-packages/flask/app.py" line: 1820
> >> function: "wsgi_app" text/code: "response =
> >> self.make_response(self.handle_exception(e))" 
> >>
> >> filename: "/usr/lib/python3/dist-packages/flask/app.py" line: 1403
> >> function: "handle_exception" text/code: "reraise(exc_type, exc_value,
> >> tb)" 
> >>
> >> filename: "/usr/lib/python3/dist-packages/flask/_compat.py" line: 33
> >> function: "reraise" text/code: "raise value" 
> >>
> >> filename: "/usr/lib/python3/dist-packages/flask/app.py" line: 1817
> >> function: "wsgi_app" text/code: "response =
> >> self.full_dispatch_request()" 
> >>
> >> filename: "/usr/lib/python3/dist-packages/flask/app.py" line: 1477
> >> function: "full_dispatch_request" text/code: "rv =
> >> self.handle_user_exception(e)" 
> >>
> >> filename: "/usr/lib/python3/dist-packages/flask/app.py" line: 1381
> >> function: "handle_user_exception" text/code: "reraise(exc_type,
> >> exc_value, tb)" 
> >>
> >> filename: "/usr/lib/python3/dist-packages/flask/_compat.py" line: 33
> >> function: "reraise" text/code: "raise value" 
> >>
> >> filename: "/usr/lib/python3/dist-packages/flask/app.py" line: 1475
> >> function: "full_dispatch_request" text/code: "rv =
> >> self.dispatch_request()" 
> >>
> >> filename: "/usr/lib/python3/dist-packages/flask/app.py" line: 1461
> >> function: "dispatch_request" text/code: "return
> >> self.view_functions[rule.endpoint](**req.view_args)" 
> >>
> >> filename:
> >> "/usr/local/lib/python3.4/dist-packages/ffmap/web/application.py"
> >> line: 52 function: "router_list" text/code: "}).sort("hostname",
> >> pymongo.ASCENDING))" 
> >>
> >> filename: "/usr/lib/python3/dist-packages/flask/templating.py" line:
> >> 128 function: "render_template" text/code: "context, ctx.app)" 
> >>
> >> filename: "/usr/lib/python3/dist-packages/flask/templating.py" line:
> >> 110 function: "_render" text/code: "rv = template.render(context)" 
> >>
> >> filename: "/usr/lib/python3/dist-packages/jinja2/environment.py" line:
> >> 969 function: "render" text/code: "return
> >> self.environment.handle_exception(exc_info, True)" 
> >>
> >> filename: "/usr/lib/python3/dist-packages/jinja2/environment.py" line:
> >> 742 function: "handle_exception" text/code: "reraise(exc_type,
> >> exc_value, tb)" 
> >>
> >> filename: "/usr/lib/python3/dist-packages/jinja2/_compat.py" line: 36
> >> function: "reraise" text/code: "raise value.with_traceback(tb)" 
> >>
> >> filename: "/usr/share/ffmap/templates/router_list.html" line: 1
> >> function: "<module>" text/code: "{% extends "bootstrap.html" %}" 
> >>
> >> filename: "/usr/share/ffmap/templates/bootstrap.html" line: 74
> >> function: "<module>" text/code: "{%- block content %}{% endblock -%}" 
> >>
> >> filename: "/usr/share/ffmap/templates/router_list.html" line: 43
> >> function: "<module>" text/code: "{%- for router in routers %}" 
> >>
> >> filename: "/usr/local/lib/python3.4/dist-packages/pymongo/cursor.py"
> >> line: 1090 function: "next" text/code: "if len(self.__data) or
> >> self._refresh():" 
> >>
> >> filename: "/usr/local/lib/python3.4/dist-packages/pymongo/cursor.py"
> >> line: 1012 function: "_refresh" text/code: "self.__read_concern))" 
> >>
> >> filename: "/usr/local/lib/python3.4/dist-packages/pymongo/cursor.py"
> >> line: 850 function: "__send_message" text/code: "**kwargs)" 
> >>
> >> filename:
> >> "/usr/local/lib/python3.4/dist-packages/pymongo/mongo_client.py" line:
> >> 781 function: "_send_message_with_response" text/code: "server =
> >> topology.select_server(selector)" 
> >>
> >> filename: "/usr/local/lib/python3.4/dist-packages/pymongo/topology.py"
> >> line: 142 function: "select_server" text/code: "address))" 
> >>
> >> filename: "/usr/local/lib/python3.4/dist-packages/pymongo/topology.py"
> >> line: 118 function: "select_servers" text/code:
> >> "self._error_message(selector))" 
> >>
> >>  
> >>
> >>  
> >>
> >> QUERY_STRING = 
> >>
> >> REQUEST_METHOD = GET
> >>
> >> CONTENT_TYPE = 
> >>
> >> CONTENT_LENGTH = 
> >>
> >> REQUEST_URI = /routers
> >>
> >> PATH_INFO = /routers
> >>
> >> DOCUMENT_ROOT = /var/www/html
> >>
> >> SERVER_PROTOCOL = HTTP/1.1
> >>
> >> HTTPS = on
> >>
> >> REMOTE_ADDR = 2003:86:6f16:f100:949b:77b6:8378:1b7
> >>
> >> REMOTE_PORT = 55012
> >>
> >> SERVER_PORT = 443
> >>
> >> SERVER_NAME = _
> >>
> >> HTTP_HOST = monitoring.freifunk-franken.de
> >>
> >> HTTP_USER_AGENT = Mozilla/5.0 (Windows NT 6.1; WOW64; rv:49.0)
> >> Gecko/20100101 Firefox/49.0
> >>
> >> HTTP_ACCEPT = text/html,application/xhtml
> >> +xml,application/xml;q=0.9,*/*;q=0.8
> >>
> >> HTTP_ACCEPT_LANGUAGE = de,en-US;q=0.7,en;q=0.3
> >>
> >> HTTP_ACCEPT_ENCODING = gzip, deflate, br
> >>
> >> HTTP_REFERER = https://monitoring.freifunk-franken.de/
> >>
> >> HTTP_DNT = 1
> >>
> >> HTTP_CONNECTION = keep-alive
> >>
> >> HTTP_UPGRADE_INSECURE_REQUESTS = 1
> >>
> >>  
> >>
> >>  
> >>
> >>  
> >>
> >>  
> >>
> >>  
> >>
> >>  
> >>
> >>  
> >>
> >>
> >> _______________________________________________
> >> franken mailing list
> >> franken at freifunk.net
> >> http://lists.freifunk.net/mailman/listinfo/franken-freifunk.net
> > 
> 
 
 
 
 




Mehr Informationen über die Mailingliste franken