-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Powerdns Recursor input plugin #812
Comments
+1 would be nice.
and also the output is with new lines and field delimited by whitespace:
|
Hi - there is an API to retrieve these metrics now, please see https://doc.powerdns.com/authoritative/common/api/endpoint-statistics.html |
I needed to get metrics from pdns recursor into influx and found this post. Using the API works well with the exec input. Its not pretty, but it works. I even got my Lua counters in there :)
/etc/telegraf/pdns-recursor.sh |
Merge request open for this: |
Closed in #4545 |
The above no longer works due to nested data, the following works for me (and can probably be improved upon):
|
Hi,
The actual Powerdns input plugin seems to be available for the "pdns_server" socket only.
It would be awesome if it could collect from the "pdns_recursor" socket :p
Thx a lot !
The text was updated successfully, but these errors were encountered: