Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
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