This file is indexed.

/etc/shinken/shinken-specific/arbiter-nsca.cfg is in shinken-module-arbiter-nsca 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
## Module:      NSCA
## Loaded by:   Arbiter, Receiver
# Receive check results sent from send_nsca scripts.
define module {
    module_name         NSCA
    module_type         nsca_server
    host                *
    port                5667
    encryption_method   1
    password            helloworld
}