# 12 ------------------------------------------------------------------------ # # Data to graph: Single Partition (AIX, Linux) # # Service type: storage-check-unix # # Nagios plugin: check_snmp_storage # # Nagios ouput: ||OK : /dev/hd10opt: 71%used(457MB/640MB) : 90 %|| # # Use perfdata: /dev/hd10opt=457MB;576;608;0;640 # # --------------------------------------------------------------------------- # /output:.* : (\S+): (\d+)\%used\((\d+).B\/(\d+).B\) : (\d+) \%/ and push @s, [ "$1", [ pctused, GAUGE, $2 ] ];