First Attempt With Statsd
Hello,
I’ve just read this [1] blog entry. I’m completely new with statsd.
My questions are:
1. This [1] mentions both res_chan_stats and res_endpoint_stats. I can’t find any res_chan_stats.so or res_endpoint_stats.so file in my debian Stretch asterisk box. What does it mean ?
2. On a general point of view, is collectd daemon extended with a statsd plugin able to collect Asterisk Statsd statistics ?
[1] https://blogs.asterisk.org/2016/02/03/integrating-asterisk-with-statsd/
Best regards
One thought on - First Attempt With Statsd
Those two modules are example code for asterisk modules to subscribe to the statsd stasis events. They are not built by default. You will have to build Asterisk from source. The blog post you reference gives instructions on how to build them.
https://wiki.asterisk.org/wiki/display/AST/Installing+Asterisk+From+Source
I don’t know.
Richard