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