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
RAID CRITICAL: 1 array not ok – Array 0 is in state “clean ” (raid1) [1 array checked]
To chomp spaces, if state = “clean ” or “active ”
if “State :” in line: state = line.split(“:”)[-1][1:-1] state = state[:-1]