Cacti 0.8.7h
RerportIT 0.7.3
Centos 5.6
Fresh install of cacti - followed the reportit install instructions - check the cacti.log, no errors. I cannot create a measureand - I get "Error: Save Failed: Field Input Error (Check Red Fields)." The "Red Field" is the Unit field. I tried "Bit/s" and a plethora of other things - same error.
[img] [/img]
ReportIt - Can't add measureand
Moderators: Developers, Moderators
- TheWitness
- Developer
- Posts: 17062
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Re: ReportIt - Can't add measureand
0.7.5 has also been released.
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Re: ReportIt - Can't add measureand
Where might I find 0.7.5 ? The reportit SVN appears to only have version 8 code.TheWitness wrote:0.7.5 has also been released.
- TheWitness
- Developer
- Posts: 17062
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Re: ReportIt - Can't add measureand
Look under branches/0.75. Also, check the website http://docs.cacti.net/plugins
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Re: ReportIt - Can't add measureand
I can't find it at either spot.TheWitness wrote:Look under branches/0.75. Also, check the website http://docs.cacti.net/plugins
http://cacti-reportit.svn.sourceforge.n ... /branches/ appears empty to me.
At http://docs.cacti.net/plugins there's no mention of ReportIt. The search feature only shows me templates.
- TheWitness
- Developer
- Posts: 17062
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Re: ReportIt - Can't add measureand
svn://svn.cacti.net/cacti_plugins/reportit/branches
True understanding begins only when we realize how little we truly understand...
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Life is an adventure, let yours begin with Cacti!
Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages
For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Re: ReportIt - Can't add measureand
For version 0.7.3 in file <cacti_home>/plugins/reportit/cc_measurands.php
on line 135 change from
form_input_validate($_POST['measurand_unit'], 'measurand_unit', '^[//$a-zA-Z0-9%��-]+$', false, 3);
to
form_input_validate($_POST['measurand_unit'], 'measurand_unit', '^[\/\/$a-zA-Z0-9%��-]+$', false, 3);
on line 135 change from
form_input_validate($_POST['measurand_unit'], 'measurand_unit', '^[//$a-zA-Z0-9%��-]+$', false, 3);
to
form_input_validate($_POST['measurand_unit'], 'measurand_unit', '^[\/\/$a-zA-Z0-9%��-]+$', false, 3);
Who is online
Users browsing this forum: No registered users and 0 guests