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

Safely Handle Messages "Too Large" for Riemann #30

Open
MichaelDoyle opened this issue Jan 6, 2016 · 0 comments
Open

Safely Handle Messages "Too Large" for Riemann #30

MichaelDoyle opened this issue Jan 6, 2016 · 0 comments

Comments

@MichaelDoyle
Copy link
Collaborator

In Nagios Task:

2016-01-06 19:15:44,786 - bernhard - ERROR - Exception writing to socket: [Errno 90] Message too long
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/bernhard/__init__.py", line 123, in write
    self.sock.sendto(message, (self.host, self.port))
error: [Errno 90] Message too long
2016-01-06 19:15:44,790 - bernhard - ERROR - Exception writing to socket: [Errno 90] Message too long
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/bernhard/__init__.py", line 123, in write
    self.sock.sendto(message, (self.host, self.port))
error: [Errno 90] Message too long
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

1 participant