Can't change User graph permissions (cacti 0.8.7h)

Post general support questions here that do not specifically fall into the Linux or Windows categories.

Moderators: Developers, Moderators

Post Reply
iDen
Posts: 16
Joined: Fri Nov 26, 2010 1:50 pm
Location: Tbilisi, Georgia

Can't change User graph permissions (cacti 0.8.7h)

Post by iDen »

Hello

Cacti 0.8.7h - PIA 3.0 - spine 0.8.7h fresh install
default localhost device and its graphs.

Added new user with restricted permissions. default graph policy deny. So while trying to add specific device or graph or template to exclusion list, cacti drops me to new user creation page without saving graph permissions, without adding exlusions.

user realm permissions: View graphs, Plugin -> SuperLinks: View Pages, Plugin -> Weathermap: View
plugins: Monitor, Mactrack, Errorimage, Settings, Hmib, Bost, Discovery, Weathermap, Realtime, rrdcleaner, superlinks, thold
Cacti/Spine 0.8.7h + Plugin Arch 3.0
Plugins: Monitor 1.3; Mactrack 2.9; Errorimage 0.2; Settings 0.71; Hmib 1.2; Boost 5.1; Discovery 1.3;
Weathermap 0.97a; Realtime 0.43; Rrdclean 0.41; Superlinks 1.3; Thold 0.4.7
Rig: CentOS 6.0 i386 2.6.32-131.12.1.el6.i686
php-5.3.3; net-snmp-5.5-31 ; rrdtool-1.3.8-6.el6.i686; httpd-2.2.15-9; mysql-5.1.52; php-gd/freetype enabled
iDen
Posts: 16
Joined: Fri Nov 26, 2010 1:50 pm
Location: Tbilisi, Georgia

Re: Can't change User graph permissions (cacti 0.8.7h)

Post by iDen »

Sorry haven't mentioned related topic in search results:
Modifying user tree permissions
Cacti/Spine 0.8.7h + Plugin Arch 3.0
Plugins: Monitor 1.3; Mactrack 2.9; Errorimage 0.2; Settings 0.71; Hmib 1.2; Boost 5.1; Discovery 1.3;
Weathermap 0.97a; Realtime 0.43; Rrdclean 0.41; Superlinks 1.3; Thold 0.4.7
Rig: CentOS 6.0 i386 2.6.32-131.12.1.el6.i686
php-5.3.3; net-snmp-5.5-31 ; rrdtool-1.3.8-6.el6.i686; httpd-2.2.15-9; mysql-5.1.52; php-gd/freetype enabled
User avatar
TheWitness
Developer
Posts: 17047
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Re: Can't change User graph permissions (cacti 0.8.7h)

Post by TheWitness »

What browser?

TheWitness
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?
iDen
Posts: 16
Joined: Fri Nov 26, 2010 1:50 pm
Location: Tbilisi, Georgia

Re: Can't change User graph permissions (cacti 0.8.7h)

Post by iDen »

IE9 - not working
Google Chrome 14.0.835.202 m - working
Cacti/Spine 0.8.7h + Plugin Arch 3.0
Plugins: Monitor 1.3; Mactrack 2.9; Errorimage 0.2; Settings 0.71; Hmib 1.2; Boost 5.1; Discovery 1.3;
Weathermap 0.97a; Realtime 0.43; Rrdclean 0.41; Superlinks 1.3; Thold 0.4.7
Rig: CentOS 6.0 i386 2.6.32-131.12.1.el6.i686
php-5.3.3; net-snmp-5.5-31 ; rrdtool-1.3.8-6.el6.i686; httpd-2.2.15-9; mysql-5.1.52; php-gd/freetype enabled
User avatar
TheWitness
Developer
Posts: 17047
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Re: Can't change User graph permissions (cacti 0.8.7h)

Post by TheWitness »

If you are using plugins, grab the top_header.php from Cacti SVN PIA/trunk/include/top_header.php and the same for top_graph_header.php to resolve IE9 issues. Yes, IE9 is NOT the most compatible browser ever. It is simply extending the pain to web developers everwhere for attempting to write web standard applications.

TheWitness
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?
iDen
Posts: 16
Joined: Fri Nov 26, 2010 1:50 pm
Location: Tbilisi, Georgia

Re: Can't change User graph permissions (cacti 0.8.7h)

Post by iDen »

Thanks. works now.

For other who might have such problem:

Code: Select all

svn export svn://svn.cacti.net/cacti/PIA/trunk/include/top_header.php
svn export svn://svn.cacti.net/cacti/PIA/trunk/include/top_graph_header.php

mv -f top_* /path/to/cacti/include/
Cacti/Spine 0.8.7h + Plugin Arch 3.0
Plugins: Monitor 1.3; Mactrack 2.9; Errorimage 0.2; Settings 0.71; Hmib 1.2; Boost 5.1; Discovery 1.3;
Weathermap 0.97a; Realtime 0.43; Rrdclean 0.41; Superlinks 1.3; Thold 0.4.7
Rig: CentOS 6.0 i386 2.6.32-131.12.1.el6.i686
php-5.3.3; net-snmp-5.5-31 ; rrdtool-1.3.8-6.el6.i686; httpd-2.2.15-9; mysql-5.1.52; php-gd/freetype enabled
Post Reply

Who is online

Users browsing this forum: No registered users and 4 guests