Files
fedora-infra_ansible/roles/collectd/server/files/service.timeout.conf
Aurélien Bompard dc623ed962 Collectd improvements
- Increase the service stop timeout to give collectd time to flush the
  values to RRD files on the disk. It currently takes ~1m30s, setting
  the timeout to 5m
- add the unix socket plugin and configure the CGI to make use of it to
  request a flush of the RRD values when a graph is generated
- add SELinux permissions to allow those two to talk to each other

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2023-06-02 08:15:12 +02:00

4 lines
88 B
Plaintext

# Give collectd the time to flush data to rrd files on disk
[Service]
TimeoutStopSec=5m