# 25 ------------------------------------------------------------------------ # # Data to graph: check_hp_enclosure power usage in Watt # # Nagios plugin: check_hp_bladechassis # # Nagios output: ||OK - System: BladeSystem c7000 Enclosure G2, SN: # # SGH018X9ES, Firmware: 3.00, hardware working fine, 4 blades, 2 i/o modules||# # Use perfdata: total_watt=1266W;0;0 # # --------------------------------------------------------------------------- # /perfdata:total_watt=(\d+)W/ and push @s, [ power, [ Watt, GAUGE, $1 ] ];