16 lines
291 B
SYSTEMD
16 lines
291 B
SYSTEMD
|
# Timer for calculating host statistics for prometheus
|
||
|
# Written by Manuel Friedli
|
||
|
# Changelog:
|
||
|
# 2019-11-10: Inception
|
||
|
|
||
|
[Unit]
|
||
|
Description=Timer for calculating CPU/Memory stats for prometheus
|
||
|
|
||
|
[Timer]
|
||
|
OnBootSec=1s
|
||
|
OnUnitInactiveSec=10s
|
||
|
AccuracySec=1s
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|