# 18 ------------------------------------------------------------------------ # # Data to graph: HP Temperature Sensors # # Service type: temperature_ambient # # Nagios plugin: check_snmp_temperature # # Nagios output: ||OK - Ambient_1 Temperature is 24C # # --------------------------------------------------------------------------- # /output:.* - (\S+) Temperature is (\d+)C/ and push @s, [ $1, [ Celsius, GAUGE, $2 ] ];