Build precise queries to find exactly what you need
Press ESC to close
This shell script uses check_nt to check both Bytes Sent and Bytes Received counters in one place. My understanding is that it is lacking the ability to set Warning and Critical thresholds. For that, I’m planning to user check_nt. My biggest challenge was to get NIC naming work. Here is what worked for me:
./check_win_net_usage.sh –H –p 12489 –i “Intel[R] 82579LM Gigabit Network Connection”
And for thresholds, I used
./check_nt –H –p 12489 –v COUNTER –l “network interface(intel[r] 82579lm gigabit network connection)bytes sent/sec” –w 1000000 –c 3000000
and
./check_nt –H –p 12489 –v COUNTER –l “network interface(intel[r] 82579lm gigabit network connection)bytes received/sec” –w 1000000 –c 3000000
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!