nvr2: Deploy collectd

master
Dustin 2024-04-07 11:18:42 -05:00
parent 97ba882cb2
commit 1db158c150
2 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,8 @@ sudo: prod.sudo
promtail: prod.#promtail promtail: prod.#promtail
collectd: prod.collectd
nut: monitor: schema.#NutMonitor nut: monitor: schema.#NutMonitor
nut: monitor: prod.#nut_monitor & { nut: monitor: prod.#nut_monitor & {

View File

@ -3,6 +3,7 @@ package nvr2
import ( import (
"list" "list"
"du5t1n.me/cfg/app/collectd"
"du5t1n.me/cfg/app/nut" "du5t1n.me/cfg/app/nut"
"du5t1n.me/cfg/app/promtail" "du5t1n.me/cfg/app/promtail"
"du5t1n.me/cfg/app/frigate" "du5t1n.me/cfg/app/frigate"
@ -11,6 +12,7 @@ import (
render: list.Concat([ render: list.Concat([
prod.templates, prod.templates,
collectd.templates,
promtail.templates, promtail.templates,
nut.sysusers.templates, nut.sysusers.templates,
nut.monitor.templates, nut.monitor.templates,