Realtime 0.36 - Released
Moderators: Developers, Moderators
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Re: Realtime 0.36 - Released
In your case url_path is not set in config.php
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:
Re: Realtime 0.36 - Released
Anything in your apache error_log?rhart211 wrote:This is what I have set for url_path:
$url_path = "'/";
My default url is http://localhost/
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: Realtime 0.36 - Released
I must apologize. This issue was only present while using chromium 8.0.549.0.
The realtime graphs would not be shown, only /plugins/realtime/graph_image_rt.php?graph_start=-60&graph_end=0&local_graph_id=1&ds_step=5&count=0&timetweak=1286568094
However, the actual graph is shown using firefox.
This must be bug in chromium
Thank you very much for your help, thewitness.
Richard
The realtime graphs would not be shown, only /plugins/realtime/graph_image_rt.php?graph_start=-60&graph_end=0&local_graph_id=1&ds_step=5&count=0&timetweak=1286568094
However, the actual graph is shown using firefox.
This must be bug in chromium
Thank you very much for your help, thewitness.
Richard
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Re: Realtime 0.36 - Released
It may be a standards issue. The browsers have been incorporating controls on how the innerHTML is allowed to be used. I had a report last week that FF 3.6.10 was broken, but it works on both my Winows7 boxes. So, it looks like there may be some changes that have to take place in Realtime at some point.
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?
Re: Realtime 0.36 - Released
Well it turns out I was using an older version of chromium.
I have installed the official Google chrome in ubuntu 10.04 and the realtime graphs work.
Thank you.
I have installed the official Google chrome in ubuntu 10.04 and the realtime graphs work.
Thank you.
Re: Realtime 0.36 - Released
I have the same problem when using firefox 3.6.10
But IE8 works great, better than FF ever did. IE actually updates the image seamlessly, where FF always showed the loading gif.
I wonder if one of the FF addons could be the culprit.
EDIT: Ran FF in safe mode and still experiencing the same problem. Must be FF it self.
Code: Select all
/plugins/realtime/graph_image_rt.php?graph_start=-60&graph_end=0&local_graph_id=58&ds_step=5&count=0&timetweak=1287431393
I wonder if one of the FF addons could be the culprit.
EDIT: Ran FF in safe mode and still experiencing the same problem. Must be FF it self.
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Re: Realtime 0.36 - Released
Could be a FF add on to. You might want to disable all the FF Add on's and try again. Enable the Add on's one at a time till it breaks again. Tell us which Add on is breaking it.
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?
Re: Realtime 0.36 - Released
Realtime plug and IE9 aren't working that well.
Popup screen is to small.
Popup screen is to small.
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Re: Realtime 0.36 - Released
Glad to here that, not. Realtime is now at 0.43.
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?
Realtime 0 36 Released
Nice work
But can you give in few words why should I or someone else for that matter use this plugin instead of those other plugins?
I do see some extra functions, that I actually needed before, but is this all?
But can you give in few words why should I or someone else for that matter use this plugin instead of those other plugins?
I do see some extra functions, that I actually needed before, but is this all?
Re: Realtime 0.36 - Released
Does this plugin work with cacti 0.8.8a ?
Thanks
Thanks
Re: Realtime 0.36 - Released
I can confirm that it works as of 0.8.8b, the only thing I had to do was to logout/login again after reinstalling it (maybe it was not needed, but after trying things it was one of them)
Who is online
Users browsing this forum: No registered users and 1 guest