fix postgres eval
This commit is contained in:
parent
cb19306b30
commit
cccb546111
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
services.prometheus.exporters.postgres = {
|
||||
enable = true;
|
||||
user = "postgres";
|
||||
port = "1589";
|
||||
port = 1589;
|
||||
};
|
||||
services.prometheus.scrapeConfigs = [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue