I need to configure Munin to monitor multiple instances of a server daemon that run on a single host.
I've tried creating a different named symlink for each instance, but unless I also pass an env var that's appended to each service name I get "Service collision" errors.
With the suffix appended, Munin works, but then I just get one very large set of graphs, but where I'd very much prefer to have them grouped by instance instead. Later, I'd also like to aggregate those graphs.
How can I configure this so that I get node.instance.service
type grouping instead of node.service_instance
?
I'm using a third-party plugin (https://github.com/shuque/bind9stats) on FreeBSD with the Munin 2.0.33_1 pre-built package.
0 Answers