|
|
| Author |
Message |
adrianmarsh Cacti User
Joined: 17 Aug 2005 Posts: 417 Location: UK
|
Posted: Wed Apr 11, 2007 12:08 pm Post subject: Animations |
|
|
| Howie... over on your site you show some example mpgs... and in them are some "normal" graphs (CPU etc). How do you embed normal cacti graphs into the weathermap ? |
|
| Back to top |
|
 |
Howie Cacti Guru User
Joined: 16 Sep 2004 Posts: 2162 Location: United Kingdom
|
Posted: Wed Apr 11, 2007 12:22 pm Post subject: Re: Animations |
|
|
| adrianmarsh wrote: | | Howie... over on your site you show some example mpgs... and in them are some "normal" graphs (CPU etc). How do you embed normal cacti graphs into the weathermap ? |
| Code: |
NODE randomicon
POSITION 100 100
ICON /path/to/the/graph/image/file
|
Done Nodes don't have to be things on your network.
In fact, those little graphs are made using my Sparklines script (see the thingy.com link in my sig). The script is a little raw though, and needs a few Perl modules to get going.
To do it with Cacti graphs, I guess you'd need to use the Graph Export function, or some kind of script to fetch the graph or generate it yourself with 'rrdtool graph'. |
|
| Back to top |
|
 |
adrianmarsh Cacti User
Joined: 17 Aug 2005 Posts: 417 Location: UK
|
Posted: Wed Apr 11, 2007 5:24 pm Post subject: |
|
|
Ok thanks I'll look into it.. I guess it can't be a URL??
Oh BTW: An old gripe I had from way back still seems to be there, in that the "normal" logging, produces 5-6 lines in the Cacti log every iteration.. It'd be nice to have a flag to change that to 'errors only' or something..
A. |
|
| Back to top |
|
 |
Howie Cacti Guru User
Joined: 16 Sep 2004 Posts: 2162 Location: United Kingdom
|
Posted: Wed Apr 11, 2007 5:46 pm Post subject: |
|
|
| adrianmarsh wrote: | Ok thanks I'll look into it.. I guess it can't be a URL??
|
I don't think so. Then again some parts of PHP can transparently load URLs instead of files, so it might be worth trying.
| adrianmarsh wrote: |
Oh BTW: An old gripe I had from way back still seems to be there, in that the "normal" logging, produces 5-6 lines in the Cacti log every iteration.. It'd be nice to have a flag to change that to 'errors only' or something..
A. |
Yep, I remember. I did start looking at it, and got distracted. I'll try and sort it for 0.91. |
|
| Back to top |
|
 |
Howie Cacti Guru User
Joined: 16 Sep 2004 Posts: 2162 Location: United Kingdom
|
Posted: Sun May 13, 2007 5:31 pm Post subject: |
|
|
| This change is in 0.91 |
|
| Back to top |
|
 |
|