my company recently moved to a new infrastructure provider. We got a partially managed server there with a basic installation of Ubuntu 14.04. The provider also has munin-node (munin version 2.0.19) installed on the machine with some custom plugins for their monitoring.
Now, we would like to use our own monitoring which we had in place before changing providers, also. We have a munin-master up and running. Our monitoring includes a few more plugins which we developed ourselves to monitor our applications. So, while I don't want their plugins, they don't need ours. Some of our plugins also employ reset-on-read counters.
This means simply allowing our munin-master on the munin-node and additionally read the stats from there is no solution.
What I actually need is a second munin-node daemon running on the machine. I could do this by simply copying the init.d startup scripts, changing ports etc, creating another plugins dir and put our additional plugins there.
However, I can't find a way to change the plugin dir munin uses. I can set another config file to read, but there seems to be no option to specify plugin location. There is also no command line option for munin-node (though, other scripts like munin-run and munin-node-configure seem to have them). I tried googling, I've been in the source code, but I can't find any way to achieve this.