feat(extern): monitoring

This commit is contained in:
arcnmx 2024-05-30 14:37:03 -07:00
parent 433cc3cf73
commit bb371d19d3
3 changed files with 146 additions and 0 deletions

View file

@ -29,6 +29,10 @@ in {
dns = {
# TODO: enable = true;
};
monitoring = {
enable = true;
promtail.enable = true;
};
# TODO: users?
};

View file

@ -24,4 +24,7 @@ in {
address6 = "fd7a:115c:a1e0:ab12:4843:cd96:6268:9b7a";
};
};
exports.services = {
prometheus-exporters-node.enable = true;
};
}