ninurta: monitoring with munin
This commit is contained in:
parent
c66a0f847c
commit
0b874cf252
4 changed files with 47 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue