Comments
-
Could be helpful, yes. But why not roll the country of origin and IP address groups into a single tool so we're not editing networks in multiple places?
-
Nice write up. You configuration looks similar to something I wrote up last year to convert from NetFlow to NBAR2, but I ran into a problem during implementation. In order download and use the Cisco Protocol Packs that reported on the applications, I needed to purchase an additional license for my routers. I have over 100…
-
Yes, groups is a must have.
-
Thank you for the suggestions. I'll give it a few days to see if someone else in the Thwack community chimes in on this thread, else I'll pursue one of the other options you suggest.
-
Voted up. Have multiple email alerts I need to update because our Excahnge team is deploying new SMTP servers. A single global parameter would have been a real time saver.
-
Cool, planned for 10.7.
-
I was searching for something similar and ran across this post. The number of connected Remote Access clients is not the same thing as the "Connections in use" chart that is shown in the red box above. If you run the 'show conn' command on the ASA, that number is what is being displayed - its the total number of TCP and…
-
Thanks, Charles, I was thinking it might be a version issues as well. I know 5.2 is ancient, but I'm unable to upgrade because our App team developed some customized login code around this version which we found does not port to the new 6.x code.
-
OK, I've worked through my issue, with help from the SW Support team. It my testing of the email alert, I was using the Test feature on the Manage Alerts page. Per SW Support, the variable information returned from a UnDP using this method may not be correct. By setting an artificially low threshold to trigger the alert, I…
-
Yes, I am polling as a rate.
-
Interesting, though I'm still striking out. I have the same UnDP as you do, and my trigger does seem to work on greater than or equal. But using the variable ${CustomPoller.Status} returns an incorrect value. In my case I have 237 concurrent users and the value returned is 18.
-
Good thought, I think I tried darn near everything else related to Orion and the browser, but not IIS itself.
-
OK, thanks for the suggestions. Let me play around with these for a bit. This is a *node* alert, but I want the alert message to include not just the monitored LAN IP address, but the public IP addresses so that the alert recipients can use these for troubleshooting purposes.
-
Thanks for the tips, and the book link!
-
After some tweaking, I can get an Alert to trigger. But I'd like to include the value of the UnDP iveConcurrentUsers variable included in the email message. I've tried ${Node.iveConcurrentUsers}, but that's not working. How would I reference this to be displayed in the email?
-
Hi Nanda, My devices types are defined as Cisco.Switch.IOS, and I do not see stack details in the report, only the S/N for the first switch in the stack. I do have a valid support contract for CatTools, I will open a querry with them. Thanks.
-
I'm using the iveConcurrentUsers poller. I don't know why the original poster's value looks odd, but in my use of it, it reports a valid result.
-
Yes, it works, mostly. If I add a new icon to the folder I do have it available for me to use as the icon on a left tab. But if I decide to change the icon but keep the same name, then the old icon still displays. To clarify, I had a black dot and arch "WiFi" icon which i added as wifi.png. I later found a blue version of…
-
Thank you, the Hot Fix appears to have fixed the map issue for me. Had to re-adjust the default location and zoom since this map appears to be a bit different is scale, but spot checking on pin locations is initially showing these did not change.
-
I agree that a local repository would be helpful. As you point out in another post, this would save on excessive/expensive API calls. It may make registering with MapQuest more palatable if this is the only near-term fix. Though I suspect MapQuest would be none too happy about lost revenue opportunities.
-
Thanks, netlogix. The Custom filed I created was an *interface* property called Interface_IP_Address, not a node property. Since my router has three physical interfaces, I beleive the variable name must include some sort of reference to the particular interface whose IP I want to display. Using the variable…
-
Thanks, byrona. Partially, yes. But I'll be the first to admit that I'm out of my comfort zone under the hood of SQL.
-
How have you made out with this? I am seeing the same symptoms on my 6500 VSS and am wondering if/how you were able to resolve it.
-
This type of response is uncalled for and does not contribute to the discussion at hand.
-
Seriously? When I purchase a product I really do expect it to work and the vendor to support it when it doesn't. I'm not a software developer, I have no idea how to write an API. If I did, then perhaps I wouldn't have needed to buy a product but written my own.
-
Hi Nanda, 1) I run this on the devices I mentioned above, the Cisco Catalyst 2960-S, 3750-X, 3850 series switches, all of which are stackable using either a FlexStack or StackWise connection. 2) The current Cisco Master Version Table report includes the device serial number as part of the report. In a stacked configuration…
-
I have tried, but with no success. I have a Custom Poller setup to collect the number of concurrent users logged into the IVE. In the Advanced Alert Manager, I have a Trigger Condition defined to alert when all of the following apply: - Poller Name is equal to iveConcurrentUsers - Numeric Status is greater than or equal to…
-
I am also seeing a similar issue. Orion NPM 10.4 is reporting my ASR 1002-X as a Wireless Controller as well with 4 GB of memory at 77% utilization. Edit: I just heard from Cisco TAC that the 1002-X does indeed have 4 GB of physical memory, but of that only 1 GB is allocated to IOSd. The rest is for Linux/image, etc.
-
I just wrapped up my call with SolarWinds Support. It seems they had some level of awareness of the issue but it wasn't clear how much advanced notice they had. The "quick" fix is to register with MapQuest (as explained in the link in the map background, reposted here: Modernization of MapQuest results in changes to direct…
-
Note: If you are looking for a custom Tab Icon , I guess these images are stored under <Installation directory>\InetPub\SolarWinds\Orion\images\SubViewIcons, try placing a <custom>.png file under this directory and check for the same This is exactly what I was looking for. Thank you!