mirror of
https://github.com/FAUSheppy/icinga-webhook-gateway
synced 2025-12-06 07:21:38 +01:00
feat: add owner variable for later filter
This commit is contained in:
@@ -54,7 +54,8 @@ def create_service(user, async_service_name, app):
|
|||||||
"vars" : {
|
"vars" : {
|
||||||
"host" : "async-icinga.atlantishq.de",
|
"host" : "async-icinga.atlantishq.de",
|
||||||
"service_name" : async_service_name,
|
"service_name" : async_service_name,
|
||||||
"protocol" : "https"
|
"protocol" : "https",
|
||||||
|
"owner" : user
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user