Comments
-
except for the exclusion of a pretty serious Syslog Server bug fix. :-( Can you elaborate a little on what your seeing, or not seeing? Edit: I think I found what your talking about: http://www.thwack.com
-
Since Huge buffer misses are where you will get the biggest bang in finding and fixing potential issues change the sort order line ORDER BY SUM_of_Huge_Buffer_Misses DESC Another thing to think about: Depending on the overall number of nodes in your network one might consider looking at more than just the Top 10.
-
when you have over 10,000 nodes, it is a big deal...
-
yeah, my clients don't want to hit escape, they want to click and go.... So I am very interested as well..
-
All my cloud services are pined to the Data Centers, red bad...
-
Bandwidth Utlization formula: Utilization: The average percentage of bandwidth utilization rates the report period. Bandwidth Utilization | (Total Bytes In + Total Bytes Out) x 8 x 100% | |--------------------------------------------- | / report period | (Speed In + Speed Out) |
-
Welcome to the "club" PHAM
-
We update it every week speaking of updating it every week has anyone automated their Orion server MIBs.cfg update process?
-
I also want to open this up to suggestions or issues around high discards or errors on Cisco switches that have not yet been posted in this forum. That might be hard to do Haley... This post reads almost Identical to the following post :-( http://www.thwack.com also to the Knowledge Base:…
-
I feel your pain Bryan (multiplied by a factor of 2). I have 7 Polling Engines, 1 NPM, and a Hot Stand-by server with a substantially large db. I just about lost my mind during the version 8 upgrade in doing 7 concurrent Polling Engines a basically two NMPs...The db structure got validated 9 times, and that took a long…
-
Try the More serach Options http://www.thwack.com/search/SearchResults.aspx?q=advanced+alerts+&sd=6%2f1%2f2007&ed=6%2f6%2f2007
-
not that I have been sucessfull with...
-
Correction. You cannot re-order the columns. Sure, you can move them around while you're presently within the Custom Property Editor, but when you exit, those changes do not retain. Once you go back into the Custom Property editor, the original order is restored. Yeah, but it would be "cool" if when you re-arrange the…
-
no I haven't
-
One more thing to check and also "tweak" for your environment: In the Node Manager go to File> Advanced Settings> Node Warning Interval Tab, and make sure it's not set to low...
-
Unfortunately each OID needs a separate chart at this time. But you can build the custom charts and then build a custom view using the RAW HTML and embedding the links the those charts. like this: <html> <head> <title>Custom Chart</title> </head> <body> <img src="PUT URL HERE" border="0"> </body> </html> <html> <head>…
-
no, never fixed it or even found a workaround for it (yet)
-
Allrighty then... I'll have to re-train him ;-) Thanks
-
I can do it for the right price! ;-) BB dito! Actually, just take your best Network Engineer and hook him up with Stephen Moreau at Corona...
-
davidbrowne - change the following line: ORDER BY Nodes.Caption to ORDER BY DownTime DESC This will should the oldest even at the top of the list
-
You will have to extend the Events Retention beyond the 30 day "out of the box" setting, doing so will make your db larger over time. I have the report scheduled to write to a file share every 30 days so my db stays a small as it can. Admin>Thresholds & Polling>Orion Polling Settings>Events Retention
-
Modify the Interface type number to the corresponding number for the type of interface (InterfaceType=6) Ethernet (all fast/gig etc) (InterfaceType=9) TokenRing (BrokenRing) (InterfaceType=22) Serial (non-Frame-relay) (InterfaceType=171) POS (InterfaceType=49) ATM - aal5 (InterfaceType=53) PortChannel There could be more,…
-
Correct the report does the past 30 days, and if you schedule it to run (as is) on the first day of the new month it works as written. This part of the original SQL statement is for the last month eventtime between dateadd(month, -1, getdate()) and getdate() this gets the event time and measures it only from the…
-
This part of the SQL statement is for the last month eventtime between dateadd(month, -1, getdate()) and getdate()
-
im on Orion Platform 2019.2
-
You really should consider configuring the interface with the actual bandwidth of the circuit.
-
mesverrum how can this be modified to show only nodes that are currently down? "So it shouldn't have anything on it except for nodes that are currently down, or nodes that have recorded down events in the events table. "
-
If the boss wants "big" talk him into an IMAX screen... They are eight stories tall.. LOL John J. Times
-
If your using NG's method, which gives you the Min/Max/Avg resonse time for nodes, use the following HTML to get the circuit/interface utilization: (variables are color coded) "http://insert server…