Comments
-
quote:Originally posted by Jemini YES!YES! I was hoping that upgrade to Version 8 to apply this function which is very important ,but it could not work on unsupported mibs .Even the custom mob poller utility could retrieve correct value from certain devices but I can not read it from the web page,It always show me "NO…
-
YES!YES! I was hoping that upgrade to Version 8 to apply this function which is very important ,but it could not work on unsupported mibs .Even the custom mob poller utility could retrieve correct value from certain devices but I can not read it from the web page,It always show me "NO DATA". And I tried to add an new…
-
I have answer to your first question: read this support.solarwinds.net/.../ProblemDetail.cfm Question: Why can't I see any of my custom properties in my reports after upgrading Orion? Resolution: After upgrading, you will need to update the schema files. To do this, first close the Report Writer, then start the Custom…
-
I think you don't have to use ssh for web surfing. And you can try the encrypted-way for web server,such as certificate, ssl and client ip limit..etc.
-
it's dosent work but only replace the "solarwind...." by a blank. here is the registy entry: [HKEY_LOCAL_MACHINE\SOFTWARE\SolarWinds.Net\Orion Network Performance Monitor\Settings] "Font Size"="1" "Status Icons On Interfaces"="True" "Status Icons On Nodes"="False" "Auto-Refresh Default"="True" "Autoshow Event…
-
quote:Originally posted by bix That's sort of what I want, but not quite. I spoke with Orion support, and they said that it was outside the scope of their efforts, and that a custom SQL query might be the way to go. I talked with our SQL guys. Because of the fact that orion captures moments in time, what I'm really asking…
-
your need a report of peak valve that greater than 80% for a while(such as today,or past two hours). So you can chose custom report ,choose the interface whici has a peak value greater than a certain value. Is it your want? quote:Originally posted by bix I'm looking for a meathod to display a "top 20"-ish graph of…
-
And I found out that the yahoo.chart has a shortcome that only suit for interfaces with same bandwidth if you want to that chart tell the total utilization. Maybe it's so hard to tell the correct values for a range of interfaces with different bandwidth. My solution is give up utilization, choose traffic instead,here is an…
-
quote:Originally posted by lucastquote:Originally posted by Jemini you may search "yahoo chart" in this forum which tells a limited way to customize the chart: the unit in x-axial and y-axial,the color of graph and titles, but the data should be queried from the database using SQL. Thanks. Unfortunately the Yahoo chart…
-
you may search "yahoo chart" in this forum which tells a limited way to customize the chart: the unit in x-axial and y-axial,the color of graph and titles, but the data should be queried from the database using SQL.
-
quote:Originally posted by Don Yonce Try the "Send a Windows Net Message" action. These will pop-up on the remote PC's screen. Also, it's quite common in a NOC environment to connect to polling engine speaker to the paging system and then use text-to-speech alerts. I find that Orion alert engine only support english TTS…
-
here is an new one that I can caculate a group of interfaces with diffenrent bandwidth. Plz give me advice for any advance <TEST1-PercentUtilization> <ID>TRAFFICUtil1</ID> <Poller>Summary</Poller> <Name>Traffic Utilization</Name> <SQL> SELECT Datetime, SUM(avginbps) as InPercentUtil, SUM(avgoutbps) as OutPercentUtil FROM (…
-
I renew the "Yahoo chart" script and it can caculate multiple interface with different bandwidth. Don,could you tell me how to display the "SumBandwidth" as a footer in the chart? SELECT datetime, sum(avginbps) as InBandwidth, sum(avgoutbps) as OutBandwidth from (SELECT Convert(DateTime,Floor(Cast(DateTime as…
-
Don,I have another question for "yahoo chart"....how to deal with multiple interface with different bandwidth? quote:Originally posted by Don Yonce Jemini, There are a number of ways to do this. Here are a couple .... Method one - download and install charts built for Yahoo We built some custom charts like this for Yahoo…
-
Thank Don ,the new resource works great!
-
Thanks Network_guru. I want to view the chart but dose report writer make chart? Yes follow your instructions I can query and get the historical data from database of those interface,but not chart. How can I view this chart from Orion Web pages? Thanks. Maybe another way is paste the data to Microsoft Excel and make chart…
-
quote:Originally posted by lavelanet Can you tell us what this fixed? The most one is that custom mib poller problem is fixed.I think the next step for the developers is the performance issue when edit custom mib poller in browsing node/interface and oid which cause the system manager a littlt long time to wait for loading…
-
quote:Originally posted by dclecompte We have now released Orion 8.0.1. This service release fixes several problems with the Custom Poller and a problem with performance of the web console. Denny LeCompte Sr. Product Manager, Orion SolarWinds Thanks you guys very much.It's the most important gift for me in the new year:)