/etc/shinken/shinken-specific/broker-livestatus-null.cfg is in shinken-module-broker-livestatus-null 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 | ## Module: nulllogs
## Loaded by: Livestatus
# Put the Livestatus logs in a black hole, so LS can not query them.
# Useful if you run a livestatus backend dedicated to nagvis in addition
# to your regular livestatus backend.
define module {
module_name nulllogs
module_type logstore_null
}
|