add postgres to prometheus
This commit is contained in:
parent
e5c120fee0
commit
ba7db4a16f
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ in {
|
|||
targets = [
|
||||
"127.0.0.1:${toString config.services.prometheus.exporters.node.port}"
|
||||
"127.0.0.1:${toString config.services.prometheus.exporters.nginx.port}"
|
||||
"127.0.0.1:${toString config.services.prometheus.exporters.postgres.port}"
|
||||
];
|
||||
}];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue