This is my first shot at running reportit. I am investigating if it is something I want to implement in our current monitoring. I have set up a test report to get the avg bandwidth used on a router for one interface. When I run the report I get errors saying :
Notice: A non well formed numeric value encountered in C:\xampp\htdocs\cacti\plugins\reportit\lib_int\funct_runtime.php on line 383
Notice: A non well formed numeric value encountered in C:\xampp\htdocs\cacti\plugins\reportit\lib_int\funct_runtime.php on line 389
Notice: A non well formed numeric value encountered in C:\xampp\htdocs\cacti\plugins\reportit\lib_int\funct_runtime.php on line 383
Notice: A non well formed numeric value encountered in C:\xampp\htdocs\cacti\plugins\reportit\lib_int\funct_runtime.php on line 389
But when I click View I can see the data.
Any thought?
Error running reportit
Moderators: Developers, Moderators
- browniebraun
- Developer
- Posts: 791
- Joined: Tue Jun 13, 2006 1:17 am
- Location: Cologne, Germany
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
Best regards
-Andreas-
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: Select all
old:
if($nan == 'nan') $value = reportit_NAN;
new:
if($nan == 'nan') $value = reportit_NAN;
else $value = doubleval($value);
Best regards
-Andreas-
Hat das Blümchen einen Knick, war der Schmetterling zu dick!
reportit v0.7.5a
SNMPAgent v0.2.3
Download ReportIt | Download SNMPAgent | ReportIt SVN | ReportIt Templates | Wish list
reportit v0.7.5a
SNMPAgent v0.2.3
Download ReportIt | Download SNMPAgent | ReportIt SVN | ReportIt Templates | Wish list
Who is online
Users browsing this forum: No registered users and 2 guests