#--- # # Textausgabe bei Nagios: "UPS OK - Temperature: 29 Celsius" #--- define ngraph{ service_name Temperature graph_log_regex ([0-9]+)\s+Celsius graph_value USV_temp graph_units Celsius graph_legend USV Temperatur graph_upper_limit 46 graph_lower_limit 22 rrd_plottype LINE2 rrd_color 0066c0 } define ngraph{ service_name Temperature type HRULE hrule_value 30 rrd_plottype LINE rrd_color 00ff00 } define ngraph{ service_name Temperature type HRULE hrule_value 40 rrd_plottype LINE rrd_color ff0000 } #[EOF]