This file is indexed.

/etc/shinken/modules/retention-pickle-broker.cfg is in shinken-mod-pickle-retention-file-generic 1.4.1-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
## Module:      PickleRetentionBroker
## Loaded by:   Broker
# Retention file to keep state between process restarts.
define module {
    module_name     pickle-retention-broker
    module_type     pickle_retention_file_generic
    path            /var/lib/shinken/retention_broker.dat
}