You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Curl timeouts (eg. IPv6 Network with non working PUTMD) have teh effect for CheckMK that the whole notify process will aborted and not only this single plugin.
Added a timeout to the curl request (if you get no connect in 5 sec. forgot it ;)). With this the other notifications plugins are executed as expected from the CheckMK executor
Sample log output:
2024-07-27 21:05:16,787 [20] [cmk.base.notify] Output: curl: (28) Operation timed out after 5001 milliseconds with 0 out of 0 bytes received
2024-07-27 21:05:16,788 [20] [cmk.base.notify] Output: Not able to send Telegram message
2024-07-27 21:05:16,789 [20] [cmk.base.notify] Output:
2024-07-27 21:05:16,789 [20] [cmk.base.notify] Plugin exited with code 2
.. other notification plugins following and working
0 commit comments