browniebraun Cacti User
Joined: 13 Jun 2006 Posts: 341 Location: Cologne, Germany
|
Posted: Thu Aug 23, 2007 12:34 pm Post subject: |
|
|
Hi!
IMO you've selected the wrong section. This should be posted under Plugin General. Maybe one of the administrators can move it.
Okay, I think you're using v0.4.2 and the type of connection is set to "RRDtool Cacti". Then it should be an issue with the transformation process, so please try this by adding the following line to function "strtoNAN" contained in function_runtime.php
| Code: |
old:
if($nan == 'nan') $value = reportit_NAN;
new:
if($nan == 'nan') $value = reportit_NAN;
else $value = doubleval($value); |
Best regards
-Andreas- |
|