nut: Configure collectd NUT plugin
All checks were successful
infra/cfg/pipeline/head This commit looks good

This commit is contained in:
2024-01-17 07:08:45 -06:00
parent 44926c944f
commit 52642d37d9
5 changed files with 37 additions and 1 deletions

6
env/prod/nut.cue vendored
View File

@@ -55,3 +55,9 @@ nut: n.#Nut & {
}
}
}
let _nut = nut
collectd: nut: n.#CollectdNut & {
ups: [for k, v in _nut.ups {k + "@localhost"}]
}