2019/monitoring/icinga2/conf.d/api-users.conf
Vladimir Vitkov d41084ea68 Initial icinga2 load
* Icinga2 config
 * Icingaweb2 config
 * Nginx location snippets

Most PHP modules installed. PHP is via php-fpm and on local socket
2019-10-24 00:05:56 +03:00

10 lines
167 B
Plaintext

/**
* The ApiUser objects are used for authentication against the API.
*/
object ApiUser "root" {
password = "pass"
// client_cn = ""
permissions = [ "*" ]
}