0

I have been using nagios + pnp4nagios for a while and am happy with the images rrdtool creates. My current task is to create a panel that has some statistics generated by nagios and after a while the statistics change. I'm looking for something like that: alt text

But also able to switch screens automatically. I do know that I can make a timed javascript function that switches the layout after a determined time, but I also want to add effects and other stuff to the picture. Any good javascript library that has it?

Nikola Yovchev
  • 9,498
  • 4
  • 46
  • 72
  • No, I haven't. I usually get only one answer and I always find it incomplete. I won't accept an answer unless I am actually willing to use it in my code. As I haven't found such an answer / piece of code up to now, I, naturally, haven't accepted any... – Nikola Yovchev Nov 02 '10 at 13:02

1 Answers1

1

such effects can be achieved easily with most javascript libraries. I like jQuery quite well. See the examples in link text for inspiration

Tobi Oetiker
  • 5,167
  • 2
  • 17
  • 23
  • Thank you for your answer. In the end I ended up used Adobe's Spry Effects. I am quite familiar with JQuery and Sencha, but I was looking for a more dedicated (and compact) decision. Still, if I had to choose a favorite javascript library, it would definitely be Sencha. – Nikola Yovchev Jan 20 '11 at 07:58
  • I will wait for one day for somebody to post an alternative answer and am then accepting your answer. – Nikola Yovchev Jan 20 '11 at 08:20
  • By the way, I just noticed who answered my question. I am a HUGE fan! Keep up the amazing work! – Nikola Yovchev Jan 20 '11 at 09:47