This file is indexed.

/etc/shinken/modules/retention-mongodb.cfg is in shinken-mod-retention-mongodb 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
12
## Module:      retention-mongodb
## Loaded by:   Scheduler
# Retention file to keep state between process restarts.
define module {
    module_name     retention-mongodb
    module_type     mongodb_retention
    uri             mongodb://localhost/?safe=false
    database        shinken
    
    # Advanced option if you are running a cluster environnement
    #    replica_set
}