Comments
-
This is a non-intrusive query of the database - You don't have to stop any services, etc. I recognize that. SELECT queries are read-only. What I'm asking is, can I run a query like this without freaking the pollers out? UPDATE Interfaces SET Unpluggable = 1 WHERE NodeID=123 AND CustomerID != 'Internal' Note: we label…
-
Okay, nice to know it's not just me. :- ) Case opened. If support provides a useful method for troubleshooting, to anyone, please post it here?
-
You can check if your action is successful by doing a before and after SQL check of: SELECT InterfaceID, InterfaceName FROM Interfaces WHERE Unpluggable = 1 Can I just update the database directly? The DB Manager will let me do R/W operations. Or will the polling engine freak out?
-
Question... would you ever need to set different source IP's for different operations on the same node? Currently you can set the IP per node, but it will be the same for every operation created on that node. Okay, here's another permutation of this same issue (setting the source ip-address for operations). I use VRFs, to…
-
Exactly! Good to know. Thanks
-
With pleasure. This is the tab order from the advanced alert editor, creating an (email) trigger action. (note: by "tab order", I refer to what happens when using the tab key to navigate between elements). As I recall this is one of many (dialogs with this issue) -- although I could be mistaken. The problem is.... it makes…
-
We also use the map feature heavily. Most of our customers just want to see a (simple!!) metric of network health. And, likewise, we don't want (to puke) data all over our customers. We have two ways of dealing with this: 1. Orion: using a top-level system-overview map (which indicates device/topology health); and 2. PHP…
-
Has any one else noticed that the SolarWinds Network Performance Monitor service just stops at random times? We are running Orion Network Performance Monitor 9.0 SP2 on a dedicated Windows Server 2003 box and we sure have. We've been experiencing this for a year (maybe longer). Mainly because I don't know how to give…
-
I second this! Orion already shows high utilization and simple-error counts. Adding FECN/BECN counts (and even DE bits) would be EXTREMELY useful for Frame Relay circuit historical-analysis/notification/tracking/etc. Glen Johnson
-
1. Use SVG for graphs (e.g. client-side/dynamic) instead of server-side generation. If anyone has a Linksys WRT54G (wireless router) running the Tomato Firmware, you've seen how cool SVG can be. 2. Ability to graph functions, i.e. count the number of arp entries on a router (per vlan). 3. Ability to use MySQL for as the…
-
This one is probably obvious: CISCO-CDP-MIB:cdpCacheTable Base OID - 1.3.6.1.4.1.9.9.23.1.2.1 More info here: Cisco SNMP Object Navigator Special request: link cdpCacheDeviceId, cdpCacheDevicePort, cdpCacheAddress, etc to their respective sections (e.g. node, interface, node/netflow, etc).
-
I am trying to find a way to show trap messages and/or syslog message in the Events viewer. Has anyone else been able to make this work? I've wondered something similar. In Orion's advanced alerts, it's possible to post an event (in the trigger actions) to orion's event log (on the web pages, etc) -- but not from the…