Skip to content
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

munin unbound #92

Open
bcookatpcsd opened this issue Jan 20, 2022 · 1 comment
Open

munin unbound #92

bcookatpcsd opened this issue Jan 20, 2022 · 1 comment
Labels
state: need feedback Waiting for feedback (e.g. from the submitter)

Comments

@bcookatpcsd
Copy link

Hey there, thanks for reading..

I'm wondering if there is a way that I would be able to get statistics going..

https://www.nlnetlabs.nl/documentation/unbound/howto-statistics/

There is nothing wrong with your image.. I was just hoping you might be able to share something..

This works.. from the local machine where unbound is running

unbound-control -s 10.20.0.43@8953 stats_noreset | grep query
mem.http.query_buffer=0
num.query.type.A=522293
num.query.type.NS=163
num.query.type.CNAME=9
num.query.type.SOA=1174
num.query.type.PTR=1915
num.query.type.MX=22
num.query.type.TXT=2611
num.query.type.AAAA=37700
num.query.type.SRV=509
num.query.type.HTTPS=117
num.query.class.IN=566513
num.query.opcode.QUERY=566513
8< --- SNIP --- >8

but from a remote machine..

unbound-control -s 10.20.0.43@8953 stats_noreset
[1642717365] unbound-control[2803640:0] fatal error: could not recv: Connection reset by peer

I have two unbound instances that I am trying to graph.. unbound-control seems to be the command which is pulling the data..

Thanks in advance..

@MatthewVance
Copy link
Owner

HI there, see if this doesn't get you going: #77

@MatthewVance MatthewVance added the state: need feedback Waiting for feedback (e.g. from the submitter) label Jan 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state: need feedback Waiting for feedback (e.g. from the submitter)
Projects
None yet
Development

No branches or pull requests

2 participants