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

snmp v3 #10

Closed
mase1981 opened this issue Sep 23, 2022 · 2 comments
Closed

snmp v3 #10

mase1981 opened this issue Sep 23, 2022 · 2 comments

Comments

@mase1981
Copy link

First, thank you so much for the incredible solution.
Second, Not a bug, but wanted to ask. Is there a way to use this with SNMP v3 vs v1/2 with public?
Thank you so much !

@mase1981
Copy link
Author

This can be closed. figured out you can by modifying the config file adding the below:
/etc/telegraf/telegraf.conf

[[inputs.snmp]]
agents = [ "172.17.0.1" ]
version = 3
auth_protocol = "sha"
auth_password = :XXXXX"
sec_level = "authPriv"
priv_protocol = "AES"
priv_password = "YYYYY"
sec_name = "ZZZZZ"

And modifying the NAS v3 configs to match.

@alhazmy13
Copy link
Owner

Sorry for the late reply. You are right; you can change the /etc/telegraf/telegraf.conf with your mentioned configs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants