nut0: Configure collectd
parent
51aaccc861
commit
d3338a125b
|
@ -1,7 +1,14 @@
|
||||||
package nut0
|
package nut0
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"list"
|
||||||
|
|
||||||
|
"du5t1n.me/cfg/app/collectd"
|
||||||
"du5t1n.me/cfg/app/nut"
|
"du5t1n.me/cfg/app/nut"
|
||||||
)
|
)
|
||||||
|
|
||||||
render: nut.templates + nut.collectd.templates
|
render: list.Concat([
|
||||||
|
collectd.templates,
|
||||||
|
nut.templates,
|
||||||
|
nut.collectd.templates,
|
||||||
|
])
|
||||||
|
|
Loading…
Reference in New Issue