/etc/shinken/modules/simple-log.cfg is in shinken-module-simple-log 1.4.1-1.
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 | ## Module: simple-log
## Loaded by: Broker
# Centralized log management for all Shinken processes. This module consumes
# log broks (inter process messages) and exports them to a flat-file local to
# where the active broker is running.
define module {
module_name simple-log
module_type simple-log
path /var/log/shinken/shinken.log
archive_path /var/log/shinken/archives/
}
|