Cycle Graphs Plugin
Moderators: Developers, Moderators
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
I am very close to a new release.
TheWitness
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?
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?
Cycle through Superlinks?
Is it possible for the Cycle plugin to cycle through - Graphs (it does already), WeatherMaps and Superlinks items?
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Oh, that would be cool. Ask Howie if he want's to take this one.
TheWitness
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?
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?
- Howie
- Cacti Guru User
- Posts: 5508
- Joined: Thu Sep 16, 2004 5:53 am
- Location: United Kingdom
- Contact:
I looked at the code a little while ago, and it was so graph-centric I gave up.
What I have in my head is some sort of objecty thing - Cacti, and plugins can supply some sort of identifier, and then a series of hooks allow other plugins or cacti to present that information without having to know how. It would be useful for adding weathermap/thold/arbitrary stuff to graph trees too, at least.
So then, any plugin can register itself as an 'object supplier', and provide some functions to (e.g.) 'display as text in a list', 'display in a screen area', 'give a list of possible ids'. It would also mean consistent display of graphs anywhere they were shown.
I wrote some of this for Weathermap (in fact it's still in there - you can see handlers for non-existent hooks in setup.php), before Cacti bumped a version.
I have rather lost my enthusiasm for Cacti fiddling lately, so it won't be something I'll be doing more of anytime soon.
What I have in my head is some sort of objecty thing - Cacti, and plugins can supply some sort of identifier, and then a series of hooks allow other plugins or cacti to present that information without having to know how. It would be useful for adding weathermap/thold/arbitrary stuff to graph trees too, at least.
So then, any plugin can register itself as an 'object supplier', and provide some functions to (e.g.) 'display as text in a list', 'display in a screen area', 'give a list of possible ids'. It would also mean consistent display of graphs anywhere they were shown.
I wrote some of this for Weathermap (in fact it's still in there - you can see handlers for non-existent hooks in setup.php), before Cacti bumped a version.
I have rather lost my enthusiasm for Cacti fiddling lately, so it won't be something I'll be doing more of anytime soon.
Weathermap 0.98a is out! & QuickTree 1.0. Superlinks is over there now (and built-in to Cacti 1.x).
Some Other Cacti tweaks, including strip-graphs, icons and snmp/netflow stuff.
(Let me know if you have UK DevOps or Network Ops opportunities, too!)
Some Other Cacti tweaks, including strip-graphs, icons and snmp/netflow stuff.
(Let me know if you have UK DevOps or Network Ops opportunities, too!)
Hi,akash wrote:I am running Cacti 0.8.7d, PA 2.4, php5 and 0.7 of cycle
I still get the following error
Notice: Undefined variable: title in /usr1/web-data/htdocs/www/cacti/plugins/cycle/ajax.php on line 212
Notice: Undefined variable: graphid in /usr1/web-data/htdocs/www/cacti/plugins/cycle/ajax.php on line 212
and shows no graphs for cycling.
I have the same error if i select tree mode.
Is tree mode working in 0.7 version?
thx
--
Cacti Version 0.8.7e
Cacti OS unix
PA.: 2.6
SNMP Version NET-SNMP version: 5.4.1
RRDTool Version RRDTool 1.3.x
PHP Version 5.2.10-2ubuntu6.3
Sini
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
It is supposed to. This is likely an untested boundary condition. I would be interested in getting a copy of your DB through PM.
TheWitness
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?
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?
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Yes. Simple enough.
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?
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Nope.
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?
-
- Posts: 22
- Joined: Tue Nov 13, 2007 10:19 am
Re: Cycle Graphs Plugin
as trent1980 reports on page 6 of this topic on Tue Apr 14, 2009 12:28 pm
I cannot see the Cycle tab after installation and activation of the plugin
I did configured it from settings then "cycle" tab and saved config,
but from the cacti root URL, I cannot see the cycle tab
Console, Graph, Settings and all of my "superlinks" tab do appears, but not Cycle
If I cannot access from a tab, at least, please tell me what is the supposed URL to access it directly
thanks .
I cannot see the Cycle tab after installation and activation of the plugin
I did configured it from settings then "cycle" tab and saved config,
but from the cacti root URL, I cannot see the cycle tab
Console, Graph, Settings and all of my "superlinks" tab do appears, but not Cycle
If I cannot access from a tab, at least, please tell me what is the supposed URL to access it directly
thanks .
-
- Posts: 22
- Joined: Tue Nov 13, 2007 10:19 am
Re: Cycle Graphs Plugin
I finally found why I could'nt see the cycle tab !
From utilities -> user management -> your username -> check "Plugin -> Cycle Graphs"
that's all .
From utilities -> user management -> your username -> check "Plugin -> Cycle Graphs"
that's all .
Re: Cycle Graphs Plugin
Hi guys,
I have been trying to install this addon into my cacti and i am getting whenever i go to the cycle tab.
Anyone have any idea how to can get this to work?
System: FreeBSD 8.2
PowerEdge R410
Cacti-0.8.8
I have been trying to install this addon into my cacti and i am getting
Code: Select all
undefined
Anyone have any idea how to can get this to work?
System: FreeBSD 8.2
PowerEdge R410
Cacti-0.8.8
-
- Posts: 3
- Joined: Wed May 19, 2010 4:44 am
Re: Cycle Graphs Plugin
Hi,
I'm having an issue when i want to cycle trough specific graphs, is starts ok, but it then stops on the last ones and it doesn't cycle the first ones again.
Anyone had this issue?
I'm having an issue when i want to cycle trough specific graphs, is starts ok, but it then stops on the last ones and it doesn't cycle the first ones again.
Anyone had this issue?
Who is online
Users browsing this forum: No registered users and 3 guests