ninurta: monitoring with munin

This commit is contained in:
Tim Schubert 2024-02-04 17:39:40 +01:00
parent c66a0f847c
commit 0b874cf252
Signed by: dadada
SSH key fingerprint: SHA256:bFAjFH3hR8zRBaJjzQDjc3o4jqoq5EZ87l+KXEjxIz0
4 changed files with 47 additions and 0 deletions

View file

@ -82,6 +82,14 @@
tcpdump
];
services.munin-node = {
enable = true;
extraConfig = ''
host_name ${config.networking.hostName}
cidr_allow 192.168.101.184/32
'';
};
# Running router VM. They have to be restarted in the right order, so network comes up cleanly. Not ideal.
system.autoUpgrade.allowReboot = false;