Munin | Group Information


How to use and where to define Groups, and the difference in using the Munin-Master <--> Munin-Node vs. Munin-Master with SNMP


Munin-Master <--> Munin-Node


in the Munin-Master device in the file

#   /etc/munin/munin.conf

you have information like this to add for each Munin-Node

[munin-node.yourDomani.org]
    address 10.10.10.10
    use_node_name yes

With this ([munin-node.yourDomani.org]) part you are able to define some structure for your device.
The first part, bevor the dot, is your device you wish to monitore, behinde the dot you build your structure.

If you wish to Group it and split your VM, Switch, Hardware, Infrastructure device you could create a structure like this


[server1.HW]
[Munin.VM]
[debian9.VM-Test]

Munin-Master <--> SNMP-"Node"


in the Munin-Master device in the file

#   /etc/munin/munin.conf

you have information like this to add for each

[munin-node.yourDomani.org]
    address 10.10.10.10
    use_node_name yes