adding postfix to monitoring

This commit is contained in:
Joachim Stramke 2024-04-30 14:22:50 +02:00
parent d1147621e1
commit cf7ff37367

View file

@ -45,6 +45,11 @@ in
enabledCollectors = [ "systemd" ];
port = 9002;
};
postfix = {
enable = true;
port = 25;
user = config.serivces.postfix.user;
};
};
scrapeConfigs = [
{