Hallo zusammen,
1.6.0p6 Managed services edition.
My mknotifyd stürzt regelmäßig ab mit folgende Fehlermeldung in mknotifyd.log:
2019-12-05 00:11:22 [5] Accepted new remote connection from yy.yy.yy.yy:1356
2019-12-05 00:11:22 [2] Bogus message header ‘^C^@^@/*^@^@^@^@’: should be an int. Closing connection to yy.yy.yy.yy:1356
2019-12-05 00:11:24 [1] Unhandled exception Traceback (most recent call last):
File “/omd/sites/checkmk01/lib/python/cmk/cee/mknotifyd/main.py”, line 1315, in run_notifyd
update_state_file(paths.statefile_path)
File “/omd/sites/checkmk01/lib/python/cmk/cee/mknotifyd/main.py”, line 1255, in update_state_file
output += connection_stats(connection)
UnicodeDecodeError: ‘ascii’ codec can’t decode byte 0xe0 in position 170: ordinal not in range(128)
2019-12-05 00:11:34 [4] Remote side xx.xx.xx.xx:59432 closed connection.
2019-12-05 00:11:34 [4] Remote side yy.yy.yy.yy:52164 closed connection.
2019-12-05 00:11:34 [1] Unhandled exception Traceback (most recent call last):
File “/omd/sites/checkmk01/lib/python/cmk/cee/mknotifyd/main.py”, line 1315, in run_notifyd
update_state_file(paths.statefile_path)
File “/omd/sites/checkmk01/lib/python/cmk/cee/mknotifyd/main.py”, line 1255, in update_state_file
output += connection_stats(connection)
UnicodeDecodeError: ‘ascii’ codec can’t decode byte 0xe0 in position 170: ordinal not in range(128)
Ich muss ein Neustart von mknotifyd machen und dann läuft alles wieder gut.
Woran kann das Problem liegen? Danke!
VG,
Jiri