Search found 4 matches

by gspoosi
Wed Apr 06, 2016 1:46 am
Forum: Help: General
Topic: Validation error in graph management
Replies: 3
Views: 1244

Re: Validation error in graph management

I have it under:
/usr/share/cacti/lib/html_validate.php


This is the reason nobody wants to help anymore...
ffs just grep for it..
grep -rnw */*.php -e "function input_validate_input_number"
by gspoosi
Mon Mar 21, 2016 9:17 pm
Forum: Help: General
Topic: Validation error in graph management
Replies: 3
Views: 1244

Re: Validation error in graph management

I did fix this with a small hack a long time ago. It's ugly but worked for me... modify html_validate.php and change the fuction slightly: function input_validate_input_number($value) { $regex = "/tr_\d+/"; if ((!is_numeric($value) xor ($value=="plugin_autom8_device") xor ($value...
by gspoosi
Tue Mar 15, 2016 12:07 pm
Forum: Help: Linux/Unix Specific
Topic: Recommended Requirements
Replies: 0
Views: 744

Recommended Requirements

Hi there, As we all know there is a list with the minimun requirements regarding packets needed to install cacti (e.g. net-snmp, php, rrdtools etc.). Is there also a list with the recommended packets? For example I'm wondering whether php 7.x.x, the newest rrdtools or apache version is supported. I ...
by gspoosi
Wed Feb 24, 2016 4:25 pm
Forum: Help: General
Topic: Cacti Source Control moved to GitHub!
Replies: 57
Views: 484480

Re: Cacti Source Control moved to GitHub!

Nice! Looking forward to it.
When do you think will you be ready for an "official" release with these new features?
Or is it already there?