forked from wurzel/fruitbasket
Merge branch 'monitoring' of ifsr.de:wurzel/fruitbasket into monitoring
This commit is contained in:
commit
ab5df354ff
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue