forked from katzen-cafe/katzen-cafe
miau
This commit is contained in:
parent
02a6440717
commit
4353c90e2b
11 changed files with 146 additions and 70 deletions
|
@ -5,14 +5,17 @@
|
|||
exporters = {
|
||||
node = {
|
||||
enable = true;
|
||||
enabledCollectors = [ "systemd" ];
|
||||
enabledCollectors = [ "systemd" "processes" ];
|
||||
};
|
||||
nginx = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
scrapeConfigs = [
|
||||
{
|
||||
job_name = "katzencafe";
|
||||
static_configs = [{
|
||||
targets = [ "127.0.0.1:9100" ];
|
||||
targets = [ "127.0.0.1:9100" "127.0.0.1:9113"];
|
||||
}];
|
||||
}
|
||||
];
|
||||
|
@ -25,6 +28,13 @@
|
|||
http_port = 2343;
|
||||
http_addr = "127.0.0.1";
|
||||
};
|
||||
smtp = {
|
||||
enabled = true;
|
||||
user = "noreply@katzen.cafe";
|
||||
password = "$__file{/var/lib/secrets/noreply-mail-pw-plain}";
|
||||
host = "mail.katzen.cafe:465";
|
||||
from_address = "noreply@katzen.cafe";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue