mirror of
https://github.com/FAUSheppy/icinga-webhook-gateway
synced 2025-12-05 23:11:43 +01:00
fix: python example [serivce_name->service]
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
requests.post("{{ flask.request.url_root.replace("http://", "https://")}}report",
|
||||
<br>
|
||||
<div class="example-indent-double">
|
||||
json= { "service_name" : "{{ service.service }}", <br>
|
||||
json= { "service" : "{{ service.service }}", <br>
|
||||
<div class="example-indent-double">
|
||||
"token" : "{{ service.token }}", <br>
|
||||
"status" : "OK", </br>
|
||||
|
||||
Reference in New Issue
Block a user