deverts ✭✭✭✭✭

Comments

  • Actually, thanks to tech support, I came to realize my exchange admins decommissioned the mailserver I was pointing too. So, I had to change all my adv. alerts to point to the new exchange server and imagine my surprise when the darn thing started working again. :) I appreciate your response, thank you! Dwyane…
  • FYI...I've also seen issues with the path-jitter option.
  • This might help... Custom Property to auto populate another Custom Property? D
  • Which F5 platform and code level? Mine have been solid and haven't seen issues like this. We have Platform 2000S running 11.x code. D
  • chmarx‌, I've done the same, but monitoring a service only provides details of the service itself. I'm looking to take that further and get a status of the cluster (up, down, out of sync, etc.). I appreciate the response, and it you have a way to get details about the status', please do share. D
  • Hi, PeterLyttle​, While this approach is a bit more labor intensive, you could try: Place objects into the map using custom properties Addresses are easy, but I've seen discrepancies on all online mapping tools (even Google Earth). You can't go wrong with providing the exact Lat/Long coordinates. D
  • First, I apologize, I don't have a solution for you. I do have a question for you though. I've seen various postings from different folks integrating monitoring solutions together (i.e., ZENOSS, Nagios, etc.). I'm trying to understand the various use cases for integrating versus consolidation into one common tool. I'm not…
  • COUNT ME IN!!! D
  • Example of sending data to Splunk API: { "event":[{ "Status": "Node Down", "Severity": "${N=Alerting;M=Severity}", "Time": "${N=Alerting;M=AlertTriggerTime;F=DateTime}", "Device": "${N=SwisEntity;M=DisplayName}", "URL": "${N=SwisEntity;M=DetailsUrl}", "IP": "${N=SwisEntity;M=IP_Address}", "Street":…
  • Can you try this: SELECT DISTINCT n.displayname, p.CustomPollerName, p.CurrentValue I have a similar query working with this. D
  • Brandon, Thanks for the response. This is the pocess I've been using, but with 1,000s (6500+) devices, the process gets old real quick. As I stated, I'm a recovering HP NNM admin and I could modify the naming scheme then rediscover. I was hoping to find this ability on NPM. Please keep the options coming. Anyone write a…
  • Other references: https://developer.cisco.com/meraki/webhooks/#!webhook-sample-alerts Re: Meraki Webhooks with Solarwinds - The Meraki Community The second one is your Meraki community request D
  • My issue turned out to be a couple problems combined. The Hotfix was one issue. The new syslog and trap format more than tripled my tables, so those needed to be truncated and ultimately cleaned up. But after cleaning it up, I've been good for 1 week. D
  • I can confirm upgrading from 12.0.1 to 12.2 and all the latest HFs, the issue is still plaguing the code. I uninstalled OIP and restarted the services, but it's still occurring, support ticket is open. D
  • Dresden, NPM SP2 corrected the performance issue. I do appreciate your reponse though and it was on the right track for a fix! Dwyane
  • I do have the Eng. toolkit, but I need to make the settings available to our entire IT team. Anyone have any ideas how to make this funcationality work? Through scripting, or customizing?
  • cobrien​ Sir, many thanks for the insights. Question...is there a published bug list? Like Cisco's caveat lists? The "issue," any associated workarounds, and an anticipated fix release/date? D
  • aLTeReGo, I'm going to piggie-back on this...we have several IBM chassis' that don't properly read the MegaRaid SAS 8480E info. Any insight is appreciated. WMI is configured and pulling data, SNMP is pulling data, but we are able to read info for the logical disk, but not the MegaRAID disk. D
  • aliceak​, I realize this post is a couple days old and I'm late to the game, but in my environment, I also only have 2.1GHz CPUs with NPM SLX and other modules. Instead of only providing 4 vCPUs, we added 8 and the system runs great on all the latest module version. So while my posting is late, at least you can take…
  • Sounds like a misconfigured NIC team, a misconfigured etherchannel, or mismatch setup between the 2.
  • Do you have the router pointing to your NPM server for syslog? Speed and duplex mismatches are recorded in the router log; so if you did a "show log" on the router you would see them, or if you have the logs going to NPM, you could see them in the Message Center. D
  • * Have you applied the configuration to your 2921 as above? * And are you seeing the conversations in NTA? * Your 2921 LAN interface should be configured with the default speed (1GB), and your WAN interface should be configured with the WAN speed (example: add "bandwidth 3072" if its a DS3 interface) , and rediscovery the…
  • I guess I should have read the entire posting. I was so preoccupied with helping, I didn't completely read the final statement.
  • Yes, please. 297 yes votes, and mine was already one of them. Do you need any input or suggestions on how I'd like to see this function? D
  • Provided you are an admin, it's Settings -> All Settings -> NTA Settings
  • jawwad05​, Try this...if it doesn't fit your situation, it should at least point you in the right direction. Step 1: Have your AD Admins create as many groups as you need (Execs, Tech Support, Sys Admins, Network, etc.). Talking about just this instance, NetTeam1 and NetTeam2. Step 2: Have your AD Admins add the user…
    in NCM Node Comment by deverts January 2018
  • I have 6 years of archives. The files are not very big, and I have plenty of drive space to accommodate the configs. That said, some are redundant and if I was a powershell guru, I'd create a script that performs a "diff" on the files then deletes anything that is identical; retaining only those with differences. But, I'm…
  • Awesome! Glad to assist. I'd say that's a big win in your environment for Orion. D
  • Scott, That's perfect info, thanks! I suspect what you are seeing is the result of the SNMP poll of the VMs. Part of the polling process is to pull the ARP cache from the device it is polling, and then try to poll those devices (the "neighbors"). I'm assuming your VM environment is using 192.168.2.x as its VM interconnect…
  • Additional info that I just thought about...what are the results if you "List Resources" on that IIS server? Do you see the disks, memory and NICs? That would also validate your SNMP strings. D