Comments
-
Hi Mav, Right now we are not doing a whole lot: IP SLA defaults on CUCM. IP SLA MOS scores from each branch router back to central. NPM UnDP for channels in use on the voice gateways. What would be really awesome, although I don't know which module this fits under, possibly with the VoIP under IP SLA. Integration with the…
-
+1 :) Sending the whole raw trap/syslog message as an SMS/Page is not pretty. At least a split/substring function to pull out important parts of the message. eg ${Message[0]} = word0, ${Message[1]} = word1, etc. Thanks, Aaron
-
Just be aware at this stage this feature is quite poorly implemented IMHO. It requires that you scan and import *everything* into Orion. See this thread for more details: This may or may not be an issue in your installation. Thanks, Aaron
-
If you still need it, I just implemented this with the following code: // AD. If there is only one result, go straight to it. else if (1 == nodes.Count) { Response.Redirect( "/Orion/NetPerfMon/NodeDetails.aspx?NetObject=" + nodes[0].NetObjectID.ToString() ); } I insert this at line 40…
-
I thought I saw a posting for this previously but I cannot find it...So, I will start a new one. See Here:
-
Perhaps someone restarted the SNMP service? http://knowledgebase.solarwinds.com/kb/questions/537/ Thanks, Aaron
-
Not directly but we have several JMX applications monitored via APM, we simply wrote a VBScript wrapper (Windows Script Monitor) around the java command. The VBScript outputs the status in the format APM expects - Exit code, Message and Statistic. Thanks, Aaron
-
So, Here is what I have gotten from support so far, I hope it helps someone.... 1. Please do not run the Rediscovery on your existing Devices, but perform new Network Sonar Discovery: - Go to Settings > Network Sonar Discovery - Define the portion of your network on which the devices you want to discover are located -…
-
I am seeing this as well. (APM 3.5) Thanks, Aaron
-
If this is not already a feature request, can it please become one? Thanks, Aaron
-
+1 Mandatory as well would be nice. Aaron