Code

rules: Fix the arch selection for enabling the gRPC plugin.
[pkg-collectd.git] / debian / collectd-core.collectd.default
1 # /etc/default/collectd
3 # 0: start collectd on boot, 1: do not start collectd on boot
4 # default: 0
5 DISABLE=0
7 # 0: start collectd in stand-alone mode, 1: monitor collectd using collectdmon
8 # default: 1
9 USE_COLLECTDMON=1
11 # number of seconds to wait for collectd to shut down
12 # default: 30
13 MAXWAIT=30
15 # 0: do not enable core-files, 1: enable core-files ... if collectd crashes
16 # default: 0
17 ENABLE_COREFILES=0