Build precise queries to find exactly what you need
Press ESC to close
Hello. Thanks for the plugin.
I found a difference in the processing of the output of snmpwalk:
# snmpwalk a.b.c.d -v2c -c community .1.3.6.1.2.1.25.1.5.0 HOST-RESOURCES-MIB::hrSystemNumUsers.0 = Gauge32: 3
Therefore, I had to change it to:
# snmpwalk a.b.c.d -v2c -c community .1.3.6.1.2.1.25.1.5.0 | cut -d “:” -f4 | cut -d ” ” -f2 3
Best regards, Daniel
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!