<div dir="ltr">Hi!<div><br></div><div>i have this kind of config section, because i have two (and perhaps later on even more) devices to monitor:</div><div><br></div><div><div>          LoadPlugin "OneWireCtlr"</div><div>           <Plugin onewirectlr></div><div>              host "192.168.2.223"</div><div>                <1DA7F30D0000006F></div><div>                   type "counter"</div><div>                   name "Solarthermie"</div><div>                </1DA7F30D0000006F></div><div>           </Plugin></div><div>           <Plugin onewirectlr></div><div>              host "192.168.2.222"</div><div>                <1DA7F30D0000006A></div><div>                   type "counter"</div><div>                   name "Ofen"</div><div>                </1DA7F30D0000006A></div><div>           </Plugin></div><div><br></div></div><div>Now i see that the config callback of my plugin is called twice, once with each set of config parameters. </div><div>From then on the plugin's read callback is called in every 10s (which is also the "Interval" setting in the config file), but not twice per interval, but only once.</div><div><br></div><div>Is there a way i can get collectd to maintain two, or, more precise: as many contents of my plugin as there are config sections for it? Or should the config callback take care to create multiple instances of its own and then run the read code once for each instance?</div><div><br></div><div>what is an example plugin to do this kind of multiplexing, so i can educate myself from it?</div><div><br></div><div>/andreas</div></div>