alpine: fix node exporter dashboard
This commit is contained in:
parent
83cacc4a05
commit
eb3094369e
2 changed files with 6 additions and 4 deletions
|
|
@ -2,8 +2,8 @@
|
|||
inherit (config.services) prometheus;
|
||||
nodes = [
|
||||
"alpine"
|
||||
"100.106.49.128"
|
||||
"zenix"
|
||||
"100.106.49.128" # laptop
|
||||
"100.65.29.110" # gaming pc
|
||||
];
|
||||
addPort = ip: "${ip}:${toString prometheus.exporters.node.port}";
|
||||
in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue