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
i comment out line 156 and added the following line at 157, so all values can be used as perfdata:
strCheckOutputPerfData = “| used=”+str(intPoolUsageTB)+”TB; capacity=”+str(intPoolCapacityTB)+”TB; free=”+str(intPoolFreeSpaceTB)+”TB; CompRatio=”+str(fltPoolCompRatio)+”X; SavingRatio=”+str(fltPoolSavingsRatio)+”X”