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