mirror of
https://github.com/FAUSheppy/icinga-webhook-gateway
synced 2025-12-06 23:41:43 +01:00
break overlong line
This commit is contained in:
@@ -23,7 +23,8 @@ For example:
|
||||
|
||||
curl -X POST \
|
||||
-H "application/json" \
|
||||
-d "{ "service_name" : "name", "token" : "secret_token", "status" : "OK|WARNING|CRITICAL", "info" : "additional information" } \
|
||||
-d "{ "service_name" : "name", "token" : "secret_token", \
|
||||
"status" : "OK|WARNING|CRITICAL", "info" : "additional information" } \
|
||||
https://server:port/
|
||||
|
||||
Or directly in native python:
|
||||
|
||||
Reference in New Issue
Block a user