Merge branch 'monitoring' of ifsr.de:wurzel/fruitbasket into monitoring
This commit is contained in:
commit
ab5df354ff
|
@ -43,6 +43,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