This file is indexed.

/etc/shinken/daemons/reactionnerd.ini is in shinken-common 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
12
13
14
15
16
17
18
19
20
21
22
23
24
[daemon]
workdir=/var/lib/shinken
pidfile=/var/run/shinken/reactionnerd.pid
interval_poll=5
daemon_enabled=1
maxfd=1024
port=7769
host=0.0.0.0
user=shinken
group=shinken
#idontcareaboutsecurity=0

# SSL part
use_ssl=0
#certs_dir=etc/certs
#ca_cert=etc/certs/ca.pem
#server_cert=etc/certs/server.pem
hard_ssl_name_check=0

# Local log management.
# Enable it only if you need it
use_local_log=1
log_level=WARNING
local_log=/var/log/shinken/reactionnerd.log