21 lines
363 B
INI
Executable File
21 lines
363 B
INI
Executable File
[localdb]
|
|
type = ido
|
|
host = localhost
|
|
user = "icinga-idoutils"
|
|
pass = "Secret"
|
|
db = "icinga"
|
|
|
|
[locallive]
|
|
type = livestatus
|
|
socket = "/var/lib/icinga/rw/live"
|
|
|
|
[localfile]
|
|
type = statusdat
|
|
status_file = "/usr/local/icinga/var/status.dat"
|
|
objects_file = "/usr/local/icinga/var/objects.cache"
|
|
|
|
[localfailsafe]
|
|
type = combo
|
|
backends = localdb, locallive, localfile
|
|
|