From: Keith E. <ka...@mi...> - 2005-05-30 00:20:29
|
Hi I've written a check_sensor Nagios plugin that returns performance data for lm_sensors (e.g., fan speeds, temperatures, voltages). I'm just testing it at the moment, and it works fine if the label does not have embedded spaces. However, if there are embedded spaces then no graph is plotted. A simple example - the following is returned, but no graph appears: SENSOR OK: M/B Temp value is 44|'M/B Temp'=44;;;; That seems to be valid performance data according to http://nagiosplug.sourceforge.net/developer-guidelines.html#AEN142, but if it's not please correct me. Otherwise this would appear to be a bug in PerfParse. I'm using Nagios 1.2 and PerfParse V0.105.6. Thanks Keith |