# 10 ------------------------------------------------------------------------ # # Data to graph: Windows memory check (Physical and Virtual) # # Service type: check-snmp-pmem and check-snmp-vmem # # Nagios plugin: check_snmp_storage # # Nagios output: ||OK : Physical Memory: 39%used(401MB/1023MB) : 80 %|| # # --------------------------------------------------------------------------- # /output:.* : (\S+ Memory): (\d+)\%/ and push @s, [ $1, [ pctused, GAUGE, $2 ] ];