Build precise queries to find exactly what you need
Press ESC to close
The plugin command “cache” doesn’t seem to work (any more?) with VNX 5200: “Error: getcache command failed”
As a quick hack, I added an option ‘T=s’ => $opt_vnx_type, in the global section and a variable/condition in the sub check_cache: > my $naviclicmd = “getcache”; > if ($opt_vnx_type =~ m/VNX5200/i) { $naviclicmd = “cache -sp -info”; } > open (NAVICLIOUT ,”$NAVICLI_CMD -h $opt_host $naviclicmd |”);
Now we can use it with both VNX types 5200 and 5300.
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!