mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 22:11:01 +08:00
- 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>
4 lines
88 B
Plaintext
4 lines
88 B
Plaintext
# Give collectd the time to flush data to rrd files on disk
|
|
[Service]
|
|
TimeoutStopSec=5m
|