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

Bosmon Übertragung schlägt fehl, Filter funktionieren nicht #548

Open
1nt4x opened this issue Jun 1, 2022 · 1 comment
Open

Bosmon Übertragung schlägt fehl, Filter funktionieren nicht #548

1nt4x opened this issue Jun 1, 2022 · 1 comment

Comments

@1nt4x
Copy link

1nt4x commented Jun 1, 2022

  • BOSWatch Version + Branch
    2.5.2 / master

  • genutzte Plugins
    Bosmon

  • Fehlerbeschreibung

Keine Telegramm-Übertragung zu Bosmon mehr möglich, ebenfalls funktionieren die Filter in allow_ric und deny_ric nicht.
Es wird trotzdem versucht die Telegramme zu übertragen, im Log erscheint die Meldung "RIC is not in the allowed list"
Aber natürlich "RIC in between filter range" (0000000 - 9999999)

  • Logfile (Auszug)

Traceback (most recent call last):
File "/opt/boswatch/plugins/BosMon/BosMon.py", line 63, in bosMonRequest
httprequest.request("POST", "/telegramin/"+globalVars.config.get("BosMon", "bosmon_channel")+"/input.xml", params, headers)
File "/usr/lib/python2.7/httplib.py", line 1058, in request
self._send_request(method, url, body, headers)
File "/usr/lib/python2.7/httplib.py", line 1098, in _send_request
self.endheaders(body)
File "/usr/lib/python2.7/httplib.py", line 1054, in endheaders
self._send_output(message_body)
File "/usr/lib/python2.7/httplib.py", line 892, in _send_output
self.send(msg)
File "/usr/lib/python2.7/httplib.py", line 854, in send
self.connect()
File "/usr/lib/python2.7/httplib.py", line 831, in connect
self.timeout, self.source_address)
File "/usr/lib/python2.7/socket.py", line 575, in create_connection
raise err
timeout: timed out

  • ggf. Config File (Auszug)
@Schrolli91
Copy link
Owner

Schrolli91 commented Jun 3, 2022

Da der Fehler im connect() passiert und durch einen timeout rausfliegt, gehe ich hier klar von einem Problem der Verbindung zur Bosmon Instanz aus und sehe mit dem aktuellen Log keinen Fehler in BOSWatch.

File "/usr/lib/python2.7/httplib.py", line 854, in send
self.connect()
File "/usr/lib/python2.7/httplib.py", line 831, in connect
self.timeout, self.source_address)
File "/usr/lib/python2.7/socket.py", line 575, in create_connection
raise err
timeout: timed out

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

2 participants