/etc/shinken/shinken-specific/broker-livestatus.cfg is in shinken-module-broker-livestatus 1.4-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | ## Module: Livestatus
## Loaded by: Broker
# The LIVESTATUS API makes internal Shinken data available via the network
# using an SQL-like syntax. The API supports various access methods,
# authentication and sophisticated performance options. The premier interface
# to Shinken internal host and service states, historical data, performance
# data, configuration data, comments, maintenance periods, etc.
define module {
module_name Livestatus
module_type livestatus
host * ; * = listen on all configured IP addresses
port 50000 ; port to listen
#socket /var/lib/shinken/rw/live ; If a Unix socket is required
## Available modules:
# - logsqlite: send historical logs to a local sqlite database
# - mongologs: send historical logs to a mongodb database
# - nulllogs : send historical logs to a black hole
# modules logsqlite, mongologs, nulllogs
modules logsqlite
#debug /tmp/ls.debug ; Enable only for debugging this module
#debug_queries 0 ; Set to 1 to dump queries/replies too (very verbose)
}
|