Build precise queries to find exactly what you need
Press ESC to close
Hello gurus, please help a newbie with steps, here is what i did *command.cfg* define command{ command_name check_bw.sh command_line $USER1$/check_bw.sh } *also here switches.cfg* } define service{ use generic-service ; Inherit values from a template host_name SWC-AGG-01 service_description Bandwidth [RDD Backbone] check_command check_bw.sh! -H 10.3.0.206 -b 100 -v 1 -C afm -m output -i gi10 -p 15 } *see my result* (No output returned from plugin)
*but it works when i run it in the terminal* nagios/libexec# ./check_bw.sh -H 10.3.0.206 -b 100 -v 1 -C afm -m output -i gi9 -p 15 Current output bandwidth usage is 0 Mb/s, 0% used
what could be wrong?
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!