# 13 ------------------------------------------------------------------------ # # Data to graph: SNMP storage check Windows C:\ # # Service type: check_snmp_storage # # Nagios plugin: check_snmp_storage # # Nagios output: ||OK : C:\ Label: Serial Number 18d2a1af: 65%used(13333MB/\ # # 20473MB) : < 70 % # # --------------------------------------------------------------------------- # /output:.* : (\S+):\\ Label:.*: (\d+)\%used\((\d+).B\/(\d+).B\) : (\d+) \%/ and push @s, [ "$1_drive", [ pctused, GAUGE, $2 ] ];