I'm looking at deploying collectd over a large number of servers. As such, I want to avoid having any local configuration if possible, and manage/push configuration from a central place.<br>Seems like I can write a custom plugin that itself can dynamically start/stop other plugins using e.g. plugin_load(), but is there any way to configure these plugins, other than having them read from the default .conf file?<br>
/steve<br>