Hi, my perl plugin queries two hosts, and two threads are created, with their respective configurations from the config files.
However, by virtue of print statements, i can tell that only one of the threads receive read callbacks from collectd. the init and configuration callbacks were called for both threads. 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). 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?
_______________________________________________ collectd mailing list [email protected] https://mailman.verplant.org/listinfo/collectd
