Build precise queries to find exactly what you need
Press ESC to close
@sixarm
Favorites0
Views
Projects0
This worked out of the box with my NetApp FAS2040 & FAS2240 systems. I had a bit of trouble getting the Volume Usage check to work properly, but then realised I wasn't specifying the container correctly. Below is how I got it to work in the end. ./check-netapp-ng.pl -H -C -T DISKUSED -w 80 -c 90 --vol /vol/v_datastore_vdi1/ OK: DISKUSED 41% | /vol/v_datastore_vdi1/=30458796k
Reviewed 13 years ago
The checks work well, however the blower one doesn't report correctly into Nagios. I've not had a chance to test all of the others. I was doing some troubleshooting on one of the blowers and as a result I had to power it off. The --mode blowers came back with the following... OK - Blower1 OK. Blower1 OK. | blower1=81% blower2=0% Blower 1 state=1 speed=81% of maximum Blower 2 state=1 speed=0% of maximum ...however in Nagios everything appears as OK. The temperature check works well with the warning and critical values. A tweak to sort out the above would be amazing!