Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Check CPU and RAM Usage on a Linksys WRT-54 GL running open-source firmware dd-wrt. tested versions: V2.3 SP1, V2.4, V2.4 SP1 note: you have to activate snmp on your dd-wrt !
Current Version
Last Release Date
June 11, 2009
Owner
Nagios Exchange
cpu check:
define command{ command_name check_linksys_cpu command_line $USER1$/check_snmp -H $HOSTADDRESS$ -C public -o 1.3.6.1.4.1.2021.10.1.5.1 -u % -w 60 -c 70 }
ram check:
define command{ command_name check_linksys_ram command_line $USER1$/check_snmp -H $HOSTADDRESS$ -C public -o 1.3.6.1.2.1.25.2.3.1.6.101 -u kb -w 27000 -c 28000 }
The DDWRT forums have a full listing of OIDs that can be checked. For example, to check uptime: # ddwrt uptime check: define command{ command_name check_linksys_uptime command_line $USER1$/check_snmp -H $HOSTADDRESS$ -C public -o 1.3.6.1.2.1.25.1.$ }
You must be logged in to submit a review.
To:
From:
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!