mirror of
https://github.com/FAUSheppy/icinga-webhook-gateway
synced 2025-12-05 23:11:43 +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" : {
|
||||
"host" : "async-icinga.atlantishq.de",
|
||||
"service_name" : async_service_name,
|
||||
"protocol" : "https"
|
||||
"protocol" : "https",
|
||||
"owner" : user
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user