We recently started using solarwinds in our organisation and found it allot of fun to us, as well as extremely useful
2. Go to the site you have added the HTML/Text page and hit edit.
3. Enter:
iframe { overflow:hidden; }
</style>
<iframe src="***WEBSITE HERE***" width="100%" height="1100px" ></iframe>
We have a change management system in place, but having this open and solarwinds, and helpdesk, makes everything so messy... so we roll it all into one page. Took a bit of playing around, and since i couldn't find anything on these forums i thought i would share...
If you want to import a external website or sharepoint site into solarwinds page you can do it via the <IFRAME> </IFRAME> tag.
1. Create a Custom HTML/Text page on your site.2. Go to the site you have added the HTML/Text page and hit edit.
3. Enter:
<style type="text/css">
iframe { overflow:hidden; }
</style>
<iframe src="***WEBSITE HERE***" width="100%" height="1100px" ></iframe>
4. This allows you to link to things like, outlook calendar, sharepoint, servicedesk sites, event management sites... or whatever. and centralises it all in solarwinds. Here’s a example of what we have done, with outlook calendar for planned outages in sharepoint:http://img255.imageshack.us/img255/4857/forumsd1.pnghttp://img255.imageshack.us/img255/4857/forumsd1.png If there’s a better way to do this i would love to hear it, i know its very simple compared to some of the work on these forums but hey... it works.