Links Plugin Question
Moderators: Developers, Moderators
Links Plugin Question
Has anyone played around with the Links plugin http://wotsit.thingy.com/haj/cacti/links-plugin.html? Specifically getting Nagios embedded in that tab? Just curious. Thanks.
Actually, Howie (the Links author) sent me some information on using IFRAME's. Nagios has been loading into that tab nicely now for a few weeks. I've been meaning to post the modifications to Nagios and the Links plugin in this forum for all to enjoy however, I've been busy with my VMware project. I will post the files later this week including my nice "Nagios" tab for Cactitdjb wrote:While not for Nagios I'm doing the same thing with other applications.
I just use an iframe html command to embed the applications in.
Not sure how much that helps...
Same thing
I'm looking to do the same thing. I have the tab with nagios in it which seems to work. I used Iframes but the length is odd. If I set it to 100% it doesn't seem to work, I have to manually define the length. Not too big of a deal with Nagios, but another program I'm using with another tab is screwed up by that. Can I see the config you used for the iframe?
Another quick question I have:
In nagios, the updates are every 90 seconds. Did you modify something so the page refresh is on the same screen (like tactical overview for instance) instead of changing to the default nagios home screen when an update occurs?
Thanks.
Another quick question I have:
In nagios, the updates are every 90 seconds. Did you modify something so the page refresh is on the same screen (like tactical overview for instance) instead of changing to the default nagios home screen when an update occurs?
Thanks.
Re: Same thing
Hi munozm!munozm wrote:Another quick question I have:
In nagios, the updates are every 90 seconds. Did you modify something so the page refresh is on the same screen (like tactical overview for instance) instead of changing to the default nagios home screen when an update occurs?
Thanks.
Here is the modified Links plugin to allow for Nagios to display correctly as a tab inside of Cacti. After you expand the archive, you need to place the "links" folder in the plugin directory of Cacti and activate it like any other plugin. Next, you need to move the index, main and side html files into the "share" directory of your Nagios installation.
I did modify it to display the Tactical Overview on the refreshes instead of the main page. This was needed because of the refresh. You can set it to whatever view in Nagios that you want. For my operations people, this is the easiest to default to. Anyway, let me know if there is anything else I can help with.
I'd like to thank Howie for his initial help with getting this to work and of course, to everyone that helps make Cacti and Nagios the great products that they are.
I even included my custom "Nagios" tab that I created to blend in with the Cacti tab scheme. Enjoy!
- Attachments
-
- Screenshot
- nagios-in-cacti.jpg (178.04 KiB) Viewed 7681 times
-
- nagios-in-cacti-link.tar.gz
- Custom Nagios Tab in Cacti
- (7.04 KiB) Downloaded 315 times
Last edited by Khan on Tue Jul 31, 2007 3:53 pm, edited 1 time in total.
- Howie
- Cacti Guru User
- Posts: 5508
- Joined: Thu Sep 16, 2004 5:53 am
- Location: United Kingdom
- Contact:
Also, after mike first asked about this I got to thinking that I'll probably try and get a new Links+ out, with the ability to add multiple tabs each with their own page from one plugin. I think I have the necessary stuff to make proper cacti-style tabs on the fly, and the actual plugin functionality is the same.
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!)
That would be sweet, Howie. Maybe you can do that after you implement the INODE modifications for javascripting so that I don't have to do it via post processingHowie wrote:Also, after mike first asked about this I got to thinking that I'll probably try and get a new Links+ out, with the ability to add multiple tabs each with their own page from one plugin. I think I have the necessary stuff to make proper cacti-style tabs on the fly, and the actual plugin functionality is the same.
- Howie
- Cacti Guru User
- Posts: 5508
- Joined: Thu Sep 16, 2004 5:53 am
- Location: United Kingdom
- Contact:
I don't recall saying that I would do that, but thanks for your input.Khan wrote:That would be sweet, Howie. Maybe you can do that after you implement the INODE modifications for javascripting so that I don't have to do it via post processingHowie wrote:Also, after mike first asked about this I got to thinking that I'll probably try and get a new Links+ out, with the ability to add multiple tabs each with their own page from one plugin. I think I have the necessary stuff to make proper cacti-style tabs on the fly, and the actual plugin functionality is the same.
Things I do for for Weathermap or other spare-time projects tends to get prioritised based on how much fun it will be, or how much I need it for my own work, or how much many fewer questions it'll result in in the forums.
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!)
I know, I know...just giving you a hard time. Trust me, the network guys at my company LOVE the work that you are doing with WeatherMap. It's really opened their eyes to what can be done with Linux in general which in turn, makes my management happy when they can visually see what's going on with our LAN\WAN. It also helps us justify the need to purchase more bandwidth so that our p0rn downloads go faster!Howie wrote: I don't recall saying that I would do that, but thanks for your input.
Things I do for for Weathermap or other spare-time projects tends to get prioritised based on how much fun it will be, or how much I need it for my own work, or how much many fewer questions it'll result in in the forums.
Hi Mike,munozm wrote:Great thanks. The tab seems to be working.
Where did you reset the value to make the tactical page come up when an auto refresh occurred?
Just as a response to my iframes issue, I noticed that the height option seemed to work in Internet Explorer, but not in my firefox browser.
Thanks,
Mike
The setting for the Tactical Page is Line 10 in the index.html page. The line reads:
Code: Select all
<FRAME SRC="/nagios/cgi-bin/tac.cgi" NAME="main">
- Howie
- Cacti Guru User
- Posts: 5508
- Joined: Thu Sep 16, 2004 5:53 am
- Location: United Kingdom
- Contact:
I've just finished the first version of SuperLinks, which does all this stuff. I'll post in Plugin Announcements in a minute.Howie wrote:Also, after mike first asked about this I got to thinking that I'll probably try and get a new Links+ out, with the ability to add multiple tabs each with their own page from one plugin. I think I have the necessary stuff to make proper cacti-style tabs on the fly, and the actual plugin functionality is the same.
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!)
Who is online
Users browsing this forum: No registered users and 0 guests