<div dir="ltr">Hi,<div><br></div><div>my perl plugin queries two hosts, and two threads are created, with their respective configurations from the config files. </div><div><br></div><div>However, by virtue of print statements, i can tell that only one of the threads receive read callbacks from collectd.</div><div><br></div><div>the init and configuration callbacks were called for both threads. </div><div><br></div><div>how can that be? the second thread is still around (which is know because I fork a child process for device management purposes and that works and moves data in the background). </div><div><br></div><div>how can that be? how can i see what collectd thinks of the status of the two threads? is there an internal status that i can access or log? or can i do clever strace magic?</div><div><br></div><div><br></div></div>