Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
robertvk
byrobertvk, February 17, 2022
My HP Servers with the P408i-a Smart array needed a little fix in the regex in line 60 of the python version 1.7:
should be:
smart = re.compile('^(HPE )?Smart Array .*$')
should be:
smart = re.compile('^(HPE )?Smart Array .*$')