adding postfix to monitoring
This commit is contained in:
parent
d1147621e1
commit
cf7ff37367
|
@ -45,6 +45,11 @@ in
|
||||||
enabledCollectors = [ "systemd" ];
|
enabledCollectors = [ "systemd" ];
|
||||||
port = 9002;
|
port = 9002;
|
||||||
};
|
};
|
||||||
|
postfix = {
|
||||||
|
enable = true;
|
||||||
|
port = 25;
|
||||||
|
user = config.serivces.postfix.user;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
scrapeConfigs = [
|
scrapeConfigs = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue