mirror of
https://github.com/bashclub/zamba-lxc-toolbox
synced 2025-08-14 17:52:26 +00:00
f
This commit is contained in:
parent
2744bd543f
commit
a3330544c1
@ -81,14 +81,7 @@ EOF
|
|||||||
cat > /etc/icinga2/conf.d/api-users.conf <<EOF
|
cat > /etc/icinga2/conf.d/api-users.conf <<EOF
|
||||||
object ApiUser "director" {
|
object ApiUser "director" {
|
||||||
password = "${ICINGA_API_USER_PASS}"
|
password = "${ICINGA_API_USER_PASS}"
|
||||||
permissions = [
|
permissions = [ "*" ]
|
||||||
"object/modify/*",
|
|
||||||
"object/query/*",
|
|
||||||
"object/list/*",
|
|
||||||
"status/query",
|
|
||||||
"actions/*",
|
|
||||||
"events/*"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user