Build precise queries to find exactly what you need
Press ESC to close
Hi,
I had problem with checking last HBA (last in navisecli output) of our VNX 5300, because plugin continued to section “Information about each SPPORT” and inserted a lot of nonsense information to its output. I solved it by adding
if ($_ =~ m/InformationsaboutseachsSPPORT/) { $hba_section = 0; $hba_port_section = 0; $hba_node_line = 0; }
before
} close (NAVICLIOUT);
Regards, Bohumil
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!