host/tatos: remove postfix exporter
This commit is contained in:
parent
2e89debb55
commit
82c12fecda
1 changed files with 0 additions and 12 deletions
|
@ -3,7 +3,6 @@
|
||||||
let
|
let
|
||||||
nodeExporterPort = 40000;
|
nodeExporterPort = 40000;
|
||||||
nginxExporterPort = 40001;
|
nginxExporterPort = 40001;
|
||||||
postfixExporterPort = 40002;
|
|
||||||
|
|
||||||
basic_auth = {
|
basic_auth = {
|
||||||
username = "jan";
|
username = "jan";
|
||||||
|
@ -72,17 +71,6 @@ in
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
{
|
|
||||||
job_name = "sm_smtp";
|
|
||||||
# inherit basic_auth;
|
|
||||||
static_configs = [
|
|
||||||
{
|
|
||||||
targets = [
|
|
||||||
"sm-sd1:${toString postfixExporterPort}"
|
|
||||||
];
|
|
||||||
}
|
|
||||||
];
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue