I thought it would be interesting to see what some other people are doing with customizing their Orion displays. Anyone have any great screenshots they want to show off?
My fav is a US weathermap with all of our customers plotted on the map....
Where did you all get those maps from?
All the info & files to do this are available in the Content Sharing Zone:thwack.com/.../default.aspx
I highly recommend that anyone who has not visited this plethora of goodness [CSZ], check it out now, as there are many cool things hiding there.
I created a custom poller for my UPS. Then I put all of them as gauge in a custom HTML section on my main status page.
I have 2 gauge per UPS one for load, the other for battery.
I don't know how to put an image in this post, so here is a link:
http://www.starmark.biz/SolarwindsUPS.jpg
Magman,
Would you be willing to share your code? I am not sure how to do this and it would be very helpful for us.
Thanks
Yes, no prob.
First you must create 2 custom mib poller for each UPS unit you want to display.
Then simply create a custom view with one Custom poller linear gauge and one radial gauge.
Assign your custom poller to each resource. One for the linear gauge and one for the radial gauge. I assigned the battery capacity to the linear gauge and the load to the radial one.
Then detach your resource to a new webbage by clicking on the title of it. Look at the source of the page, you need two things, the custom poller ID and the node ID.
Then on your main view, your sumary one, create a new resource, a custom HTML resource. Past in this code for each UPS:
<img src="/NetPerfMon/Gauge.asp?Style=Angle Left&NetObject=N:92&CustomPollerID={9835E0CC-12E6-400B-BC6B-3B486D213185}&CustomScales=1&Width=600&Scale=80&Max=100&Min=0&CustomLegends=&Legends=&WarningLevel=50&ErrorLevel=90&ReverseThreshold=0&TimeUnit=" border="0">
<img src="/NetPerfMon/Gauge.asp?Style=LED Bar&NetObject=N:92&CustomPollerID={4C459503-35B9-4997-8117-02EB4231F461}&CustomScales=&Width=400&Scale=100&Max=100&Min=0&CustomLegends=&Legends=10&WarningLevel=50&ErrorLevel=90&ReverseThreshold=1&TimeUnit=" border="0">
Only thing you have to do is change the CustomPollerID and the NetObject, you also can create an HTML table to well present these pictures.
Let me know if you have any problems...
Here is my first attempt. Since the company I work for is global, so I need some good weather maps for Asia and Europe. Any ideas for that would be appreciated.
Take screen shots within Google Earth! Much better!
Good work!
Would it be possible to get a snapshot of your screenshot's view source? I am curious on how to format the spacing, etc.
Just blank out the sensitive stuff.
I put it in my last reply.... just above yours!