monitoring-client: add prometheus node-exporter
This commit is contained in:
parent
e0b37cf230
commit
912f8f39ad
1 changed files with 10 additions and 0 deletions
|
@ -26,5 +26,15 @@ in
|
|||
LoadCredential = "loki_basic_auth_password_file:${config.momo-cloud.monitoring-client.basicAuthPasswordFile}";
|
||||
};
|
||||
};
|
||||
|
||||
services.prometheus = {
|
||||
exporters = {
|
||||
node = {
|
||||
enable = true;
|
||||
enabledCollectors = [ "systemd" ];
|
||||
port = 9002;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue