app-metrics/prometheus-cpu-mem-monitor: Add very first draft version
Package-Manager: Portage-2.3.76, Repoman-2.3.16
This commit is contained in:
parent
5f6346eb91
commit
de7a937d4c
7 changed files with 91 additions and 0 deletions
|
@ -0,0 +1,15 @@
|
|||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue