add lxc config (dynamically deployed)
This commit is contained in:
parent
0cdee607fa
commit
40a64c37b2
200
config/lxc.cfg
Normal file
200
config/lxc.cfg
Normal file
@ -0,0 +1,200 @@
|
||||
WorkDir: /var/www/mrtg/rrd
|
||||
LogFormat: rrdtool
|
||||
# cloud
|
||||
Target[lxc-cloud.cpu]: `curl -s http://10.3.0.1/cloud/CPU; echo 0`
|
||||
Title[lxc-cloud.cpu]: [CPU] cloud
|
||||
MaxBytes[lxc-cloud.cpu]: 42949672950000000
|
||||
Target[lxc-cloud.memory]: `curl -s http://10.3.0.1/cloud/Memory; echo 0`
|
||||
Title[lxc-cloud.memory]: [Memory] cloud
|
||||
MaxBytes[lxc-cloud.memory]: 42949672950000000
|
||||
Target[lxc-cloud.net]: `curl -s http://10.3.0.1/cloud/RX http://10.3.0.1/cloud/TX`
|
||||
Title[lxc-cloud.net]: [Net] cloud
|
||||
MaxBytes[lxc-cloud.net]: 42949672950000000
|
||||
|
||||
# db
|
||||
Target[lxc-db.cpu]: `curl -s http://10.3.0.1/db/CPU; echo 0`
|
||||
Title[lxc-db.cpu]: [CPU] db
|
||||
MaxBytes[lxc-db.cpu]: 42949672950000000
|
||||
Target[lxc-db.memory]: `curl -s http://10.3.0.1/db/Memory; echo 0`
|
||||
Title[lxc-db.memory]: [Memory] db
|
||||
MaxBytes[lxc-db.memory]: 42949672950000000
|
||||
Target[lxc-db.net]: `curl -s http://10.3.0.1/db/RX http://10.3.0.1/db/TX`
|
||||
Title[lxc-db.net]: [Net] db
|
||||
MaxBytes[lxc-db.net]: 42949672950000000
|
||||
|
||||
# gitea
|
||||
Target[lxc-gitea.cpu]: `curl -s http://10.3.0.1/gitea/CPU; echo 0`
|
||||
Title[lxc-gitea.cpu]: [CPU] gitea
|
||||
MaxBytes[lxc-gitea.cpu]: 42949672950000000
|
||||
Target[lxc-gitea.memory]: `curl -s http://10.3.0.1/gitea/Memory; echo 0`
|
||||
Title[lxc-gitea.memory]: [Memory] gitea
|
||||
MaxBytes[lxc-gitea.memory]: 42949672950000000
|
||||
Target[lxc-gitea.net]: `curl -s http://10.3.0.1/gitea/RX http://10.3.0.1/gitea/TX`
|
||||
Title[lxc-gitea.net]: [Net] gitea
|
||||
MaxBytes[lxc-gitea.net]: 42949672950000000
|
||||
|
||||
# home-assistant
|
||||
Target[lxc-home-assistant.cpu]: `curl -s http://10.3.0.1/home-assistant/CPU; echo 0`
|
||||
Title[lxc-home-assistant.cpu]: [CPU] home-assistant
|
||||
MaxBytes[lxc-home-assistant.cpu]: 42949672950000000
|
||||
Target[lxc-home-assistant.memory]: `curl -s http://10.3.0.1/home-assistant/Memory; echo 0`
|
||||
Title[lxc-home-assistant.memory]: [Memory] home-assistant
|
||||
MaxBytes[lxc-home-assistant.memory]: 42949672950000000
|
||||
Target[lxc-home-assistant.net]: `curl -s http://10.3.0.1/home-assistant/RX http://10.3.0.1/home-assistant/TX`
|
||||
Title[lxc-home-assistant.net]: [Net] home-assistant
|
||||
MaxBytes[lxc-home-assistant.net]: 42949672950000000
|
||||
|
||||
# jitsi
|
||||
Target[lxc-jitsi.cpu]: `curl -s http://10.3.0.1/jitsi/CPU; echo 0`
|
||||
Title[lxc-jitsi.cpu]: [CPU] jitsi
|
||||
MaxBytes[lxc-jitsi.cpu]: 42949672950000000
|
||||
Target[lxc-jitsi.memory]: `curl -s http://10.3.0.1/jitsi/Memory; echo 0`
|
||||
Title[lxc-jitsi.memory]: [Memory] jitsi
|
||||
MaxBytes[lxc-jitsi.memory]: 42949672950000000
|
||||
Target[lxc-jitsi.net]: `curl -s http://10.3.0.1/jitsi/RX http://10.3.0.1/jitsi/TX`
|
||||
Title[lxc-jitsi.net]: [Net] jitsi
|
||||
MaxBytes[lxc-jitsi.net]: 42949672950000000
|
||||
|
||||
# mail
|
||||
Target[lxc-mail.cpu]: `curl -s http://10.3.0.1/mail/CPU; echo 0`
|
||||
Title[lxc-mail.cpu]: [CPU] mail
|
||||
MaxBytes[lxc-mail.cpu]: 42949672950000000
|
||||
Target[lxc-mail.memory]: `curl -s http://10.3.0.1/mail/Memory; echo 0`
|
||||
Title[lxc-mail.memory]: [Memory] mail
|
||||
MaxBytes[lxc-mail.memory]: 42949672950000000
|
||||
Target[lxc-mail.net]: `curl -s http://10.3.0.1/mail/RX http://10.3.0.1/mail/TX`
|
||||
Title[lxc-mail.net]: [Net] mail
|
||||
MaxBytes[lxc-mail.net]: 42949672950000000
|
||||
|
||||
# matrix
|
||||
Target[lxc-matrix.cpu]: `curl -s http://10.3.0.1/matrix/CPU; echo 0`
|
||||
Title[lxc-matrix.cpu]: [CPU] matrix
|
||||
MaxBytes[lxc-matrix.cpu]: 42949672950000000
|
||||
Target[lxc-matrix.memory]: `curl -s http://10.3.0.1/matrix/Memory; echo 0`
|
||||
Title[lxc-matrix.memory]: [Memory] matrix
|
||||
MaxBytes[lxc-matrix.memory]: 42949672950000000
|
||||
Target[lxc-matrix.net]: `curl -s http://10.3.0.1/matrix/RX http://10.3.0.1/matrix/TX`
|
||||
Title[lxc-matrix.net]: [Net] matrix
|
||||
MaxBytes[lxc-matrix.net]: 42949672950000000
|
||||
|
||||
# motion
|
||||
Target[lxc-motion.cpu]: `curl -s http://10.3.0.1/motion/CPU; echo 0`
|
||||
Title[lxc-motion.cpu]: [CPU] motion
|
||||
MaxBytes[lxc-motion.cpu]: 42949672950000000
|
||||
Target[lxc-motion.memory]: `curl -s http://10.3.0.1/motion/Memory; echo 0`
|
||||
Title[lxc-motion.memory]: [Memory] motion
|
||||
MaxBytes[lxc-motion.memory]: 42949672950000000
|
||||
Target[lxc-motion.net]: `curl -s http://10.3.0.1/motion/RX http://10.3.0.1/motion/TX`
|
||||
Title[lxc-motion.net]: [Net] motion
|
||||
MaxBytes[lxc-motion.net]: 42949672950000000
|
||||
|
||||
# mqtt
|
||||
Target[lxc-mqtt.cpu]: `curl -s http://10.3.0.1/mqtt/CPU; echo 0`
|
||||
Title[lxc-mqtt.cpu]: [CPU] mqtt
|
||||
MaxBytes[lxc-mqtt.cpu]: 42949672950000000
|
||||
Target[lxc-mqtt.memory]: `curl -s http://10.3.0.1/mqtt/Memory; echo 0`
|
||||
Title[lxc-mqtt.memory]: [Memory] mqtt
|
||||
MaxBytes[lxc-mqtt.memory]: 42949672950000000
|
||||
Target[lxc-mqtt.net]: `curl -s http://10.3.0.1/mqtt/RX http://10.3.0.1/mqtt/TX`
|
||||
Title[lxc-mqtt.net]: [Net] mqtt
|
||||
MaxBytes[lxc-mqtt.net]: 42949672950000000
|
||||
|
||||
# mrtg
|
||||
Target[lxc-mrtg.cpu]: `curl -s http://10.3.0.1/mrtg/CPU; echo 0`
|
||||
Title[lxc-mrtg.cpu]: [CPU] mrtg
|
||||
MaxBytes[lxc-mrtg.cpu]: 42949672950000000
|
||||
Target[lxc-mrtg.memory]: `curl -s http://10.3.0.1/mrtg/Memory; echo 0`
|
||||
Title[lxc-mrtg.memory]: [Memory] mrtg
|
||||
MaxBytes[lxc-mrtg.memory]: 42949672950000000
|
||||
Target[lxc-mrtg.net]: `curl -s http://10.3.0.1/mrtg/RX http://10.3.0.1/mrtg/TX`
|
||||
Title[lxc-mrtg.net]: [Net] mrtg
|
||||
MaxBytes[lxc-mrtg.net]: 42949672950000000
|
||||
|
||||
# node-red
|
||||
Target[lxc-node-red.cpu]: `curl -s http://10.3.0.1/node-red/CPU; echo 0`
|
||||
Title[lxc-node-red.cpu]: [CPU] node-red
|
||||
MaxBytes[lxc-node-red.cpu]: 42949672950000000
|
||||
Target[lxc-node-red.memory]: `curl -s http://10.3.0.1/node-red/Memory; echo 0`
|
||||
Title[lxc-node-red.memory]: [Memory] node-red
|
||||
MaxBytes[lxc-node-red.memory]: 42949672950000000
|
||||
Target[lxc-node-red.net]: `curl -s http://10.3.0.1/node-red/RX http://10.3.0.1/node-red/TX`
|
||||
Title[lxc-node-red.net]: [Net] node-red
|
||||
MaxBytes[lxc-node-red.net]: 42949672950000000
|
||||
|
||||
# pihole
|
||||
Target[lxc-pihole.cpu]: `curl -s http://10.3.0.1/pihole/CPU; echo 0`
|
||||
Title[lxc-pihole.cpu]: [CPU] pihole
|
||||
MaxBytes[lxc-pihole.cpu]: 42949672950000000
|
||||
Target[lxc-pihole.memory]: `curl -s http://10.3.0.1/pihole/Memory; echo 0`
|
||||
Title[lxc-pihole.memory]: [Memory] pihole
|
||||
MaxBytes[lxc-pihole.memory]: 42949672950000000
|
||||
Target[lxc-pihole.net]: `curl -s http://10.3.0.1/pihole/RX http://10.3.0.1/pihole/TX`
|
||||
Title[lxc-pihole.net]: [Net] pihole
|
||||
MaxBytes[lxc-pihole.net]: 42949672950000000
|
||||
|
||||
# redis
|
||||
Target[lxc-redis.cpu]: `curl -s http://10.3.0.1/redis/CPU; echo 0`
|
||||
Title[lxc-redis.cpu]: [CPU] redis
|
||||
MaxBytes[lxc-redis.cpu]: 42949672950000000
|
||||
Target[lxc-redis.memory]: `curl -s http://10.3.0.1/redis/Memory; echo 0`
|
||||
Title[lxc-redis.memory]: [Memory] redis
|
||||
MaxBytes[lxc-redis.memory]: 42949672950000000
|
||||
Target[lxc-redis.net]: `curl -s http://10.3.0.1/redis/RX http://10.3.0.1/redis/TX`
|
||||
Title[lxc-redis.net]: [Net] redis
|
||||
MaxBytes[lxc-redis.net]: 42949672950000000
|
||||
|
||||
# traccar
|
||||
Target[lxc-traccar.cpu]: `curl -s http://10.3.0.1/traccar/CPU; echo 0`
|
||||
Title[lxc-traccar.cpu]: [CPU] traccar
|
||||
MaxBytes[lxc-traccar.cpu]: 42949672950000000
|
||||
Target[lxc-traccar.memory]: `curl -s http://10.3.0.1/traccar/Memory; echo 0`
|
||||
Title[lxc-traccar.memory]: [Memory] traccar
|
||||
MaxBytes[lxc-traccar.memory]: 42949672950000000
|
||||
Target[lxc-traccar.net]: `curl -s http://10.3.0.1/traccar/RX http://10.3.0.1/traccar/TX`
|
||||
Title[lxc-traccar.net]: [Net] traccar
|
||||
MaxBytes[lxc-traccar.net]: 42949672950000000
|
||||
|
||||
# webmail
|
||||
Target[lxc-webmail.cpu]: `curl -s http://10.3.0.1/webmail/CPU; echo 0`
|
||||
Title[lxc-webmail.cpu]: [CPU] webmail
|
||||
MaxBytes[lxc-webmail.cpu]: 42949672950000000
|
||||
Target[lxc-webmail.memory]: `curl -s http://10.3.0.1/webmail/Memory; echo 0`
|
||||
Title[lxc-webmail.memory]: [Memory] webmail
|
||||
MaxBytes[lxc-webmail.memory]: 42949672950000000
|
||||
Target[lxc-webmail.net]: `curl -s http://10.3.0.1/webmail/RX http://10.3.0.1/webmail/TX`
|
||||
Title[lxc-webmail.net]: [Net] webmail
|
||||
MaxBytes[lxc-webmail.net]: 42949672950000000
|
||||
|
||||
# wireguard
|
||||
Target[lxc-wireguard.cpu]: `curl -s http://10.3.0.1/wireguard/CPU; echo 0`
|
||||
Title[lxc-wireguard.cpu]: [CPU] wireguard
|
||||
MaxBytes[lxc-wireguard.cpu]: 42949672950000000
|
||||
Target[lxc-wireguard.memory]: `curl -s http://10.3.0.1/wireguard/Memory; echo 0`
|
||||
Title[lxc-wireguard.memory]: [Memory] wireguard
|
||||
MaxBytes[lxc-wireguard.memory]: 42949672950000000
|
||||
Target[lxc-wireguard.net]: `curl -s http://10.3.0.1/wireguard/RX http://10.3.0.1/wireguard/TX`
|
||||
Title[lxc-wireguard.net]: [Net] wireguard
|
||||
MaxBytes[lxc-wireguard.net]: 42949672950000000
|
||||
|
||||
# www
|
||||
Target[lxc-www.cpu]: `curl -s http://10.3.0.1/www/CPU; echo 0`
|
||||
Title[lxc-www.cpu]: [CPU] www
|
||||
MaxBytes[lxc-www.cpu]: 42949672950000000
|
||||
Target[lxc-www.memory]: `curl -s http://10.3.0.1/www/Memory; echo 0`
|
||||
Title[lxc-www.memory]: [Memory] www
|
||||
MaxBytes[lxc-www.memory]: 42949672950000000
|
||||
Target[lxc-www.net]: `curl -s http://10.3.0.1/www/RX http://10.3.0.1/www/TX`
|
||||
Title[lxc-www.net]: [Net] www
|
||||
MaxBytes[lxc-www.net]: 42949672950000000
|
||||
|
||||
# www-familienhilfe-baeumler
|
||||
Target[lxc-www-familienhilfe-baeumler.cpu]: `curl -s http://10.3.0.1/www-familienhilfe-baeumler/CPU; echo 0`
|
||||
Title[lxc-www-familienhilfe-baeumler.cpu]: [CPU] www-familienhilfe-baeumler
|
||||
MaxBytes[lxc-www-familienhilfe-baeumler.cpu]: 42949672950000000
|
||||
Target[lxc-www-familienhilfe-baeumler.memory]: `curl -s http://10.3.0.1/www-familienhilfe-baeumler/Memory; echo 0`
|
||||
Title[lxc-www-familienhilfe-baeumler.memory]: [Memory] www-familienhilfe-baeumler
|
||||
MaxBytes[lxc-www-familienhilfe-baeumler.memory]: 42949672950000000
|
||||
Target[lxc-www-familienhilfe-baeumler.net]: `curl -s http://10.3.0.1/www-familienhilfe-baeumler/RX http://10.3.0.1/www-familienhilfe-baeumler/TX`
|
||||
Title[lxc-www-familienhilfe-baeumler.net]: [Net] www-familienhilfe-baeumler
|
||||
MaxBytes[lxc-www-familienhilfe-baeumler.net]: 42949672950000000
|
||||
|
Loading…
x
Reference in New Issue
Block a user