host/tatos: remove postfix exporter

This commit is contained in:
Dmitriy Pleshevskiy 2025-02-03 01:16:42 +03:00
parent 2e89debb55
commit 82c12fecda
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -3,7 +3,6 @@
let
nodeExporterPort = 40000;
nginxExporterPort = 40001;
postfixExporterPort = 40002;
basic_auth = {
username = "jan";
@ -72,17 +71,6 @@ in
}
];
}
{
job_name = "sm_smtp";
# inherit basic_auth;
static_configs = [
{
targets = [
"sm-sd1:${toString postfixExporterPort}"
];
}
];
}
];
};
}