You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
566 B
25 lines
566 B
icinga2_admin_mail: root@localhost
|
|
|
|
icinga2_features:
|
|
- api
|
|
- ido-mysql
|
|
|
|
icinga2_mysql_auth:
|
|
host: 127.0.0.1
|
|
user: root
|
|
password: CHANGEME
|
|
|
|
icinga2_mysql_db:
|
|
name: icinga2
|
|
user: icinga2
|
|
password: CHANGEME
|
|
schema: /usr/share/icinga2-ido-mysql/schema/mysql.sql
|
|
schema_openbsd: /usr/local/share/icinga2-ido-mysql/schema/mysql.sql
|
|
|
|
icinga2_api_users:
|
|
- name: root
|
|
password: CHANGEME
|
|
permissions: '[ "*" ]'
|
|
- name: icingaweb2
|
|
password: CHANGEME
|
|
permissions: '[ "status/query", "actions/*", "objects/modify/*", "objects/query/*" ]'
|
|
|