Comments
-
Multiple tabs in one SecureCRT window - VanDyke Software Forums Quote: You should be able to accomplish your goal by enabling the following option in the Global.ini file: From:D:"Single Instance"=00000000 To:D:"Single Instance"=00000001 To edit the Global.ini file:* Close all instances of SecureCRT. If changes are made to…
-
The URLs I supplied in first reply contain some useful information. Syslogs and traps won't require NPM or NTA. Just a system that can receive syslogs and traps.
-
Have you considered setting a custom property (new or leverage an existing) that would match only this interface? And make that part of your condition.
-
Perhaps some inspiration here? https://thwack.solarwinds.com/community/solarwinds-community/announcements/blog/2015/10/01/custom-properties-how-do-you-…
-
Hmmm....I had hoped you were in denial or misleading us. That is strange. Sounds silly, but how about an HTTPS monitor in SAM (I know...it's HTTP/80 traffic...nonetheless). Port 443 (yours would be 80 of course) Url: http://www.solarwinds.com Host Request: GET Follow Redirect: Follow Use Proxy: (?) Search String:…
-
mcordero, one other approach might work. I believe groups were introduced after many of us were using custom properties for what later became implemented as group functionality. Perhaps your limitation could be a custom property itself (directly) and not via a group. Probably worth a try before using the SWQL hammer.
-
Wouldn't you be at the mercy of how the service provider configured (or declined to configure) their device?
-
Why are you unsure about unmanage scheduling utility?
-
There is an alert "Alert me when a node reboots". Alerts that are triggered have timestamps. You might want to consider creating a report (or modifying existing). There are several canned reports for alerts that could be starting points.
-
Would the DTS package serve any purpose if I want to monitor the same devices with the same credentials and have the same views but do not care about historical data in a new SolarWinds deployment?
-
How about a query (SQL or SWQL) that shows down nodes but also does the following at the end: group by IMPACT, ASCENDING I'm not in front of an install right now, but I can see a query looking like this: SELECT CAPTION from NODES where STATUS=2, GROUP BY IMPACT, ASCENDING My syntax is probably a little off, but I've…
-
Does disabling UAC introduce any unexpected behavior?
-
Glad to hear it. I haven't had maps in my installations for about four years, so I was thinking back to what I might do if I did--and hoping I was providing you accurate information. (Since my in environment were already named geographically and my geographical custom properties were in place, and since I had too many…
-
If browsing to ssh://<insert IP address> works, then the SSH hyperlinks will work. Your browser and/or operating system will have to be configured accordingly. That's definitely a prerequisite. Obviously there is no value in this solution if OS and/or browser don't yield the expected behavior. I believe by installing Tera…
-
Maximum of 100k elements per primary SolarWinds NPM server (i.e. 1 NPM server + 9 APEs). https://support.solarwinds.com/Success_Center/Network_Performance_Monitor_(NPM)/Maximum_capacity_of_Solarwinds_infrastructure Maximum capacity of Solarwinds infrastructure Overview This article provides brief information on the maximum…
-
Just double-checked my environment and it appears no 'import' option. Due to that, and the need to move reports around like you, in some cases I resort to recreating as SWQL resources ('Custom Query' when adding resource to page). Doing so allows for copying and pasting from one installation's website to another. This is…
-
If you suspect the database still contains interfaces it should not, last part of the link I provided covers a way to check and a way to remedy (note the preferred methods that appear before this one on the page I referenced):…
-
Are you using IE or another browser? Is your SolarWinds web server behind any load balancing? Is your view URL using FQDN? If so, is your custom HTML using FQDN? Might need some IIS logs/ LiveHeaders/ packet captures to really troubleshoot.
-
Not at all. End users would (correctly) tell me the tool was broken since they could log in to the devices. I would get called in to work to fix the broken tool. And the issue would creep with more devices becoming stale. Issue exacerbated any time a router deployed doing routing correctly but SNMP incorrectly.
-
You could review IIS logs for that info. Within inetpub folder (review your IIS settings for where you should expect to find your logs if necessary). \some_drive\inetpub\logs\LogFiles\W3SVC2\ in my environment. Yours may be similar.
-
dhanson wrote: Glad to help! Don't forget to mark correct answers...I'm tryin' to get the backpack! =) ">dhanson, good luck with the backpack (I like mine). To that end, I 'liked' your comment.
-
Have you tried polling dot3adAggPortTable ?https://www.cisco.com/c/en/us/td/docs/ios/cether/configuration/guide/ce_lacpmib.html
-
Used to do this for a use case just like yours except it was Cacti rather than PRTG. Only gotcha was when interface index numbers changed and you got a blank graph until fixed. Although that was an issue whether or not external system was shown through Orion. Might be the path of least resistance for you. We did something…
-
alexslv, anxiously awaiting your publication. I will even tell my management that our mate across the pond was the brains behind this.
-
Yeah...been there too. Verizon gave my team SNMP RO access into the MPLS network they provided. Way back in 2006.
-
I guess the $64,000 question is whether a page limited this way showing other metrics for that group is helpful. You could show interface utilization and other metrics for the group. Showing anything not in the group would not work (by design) due to page limitation created. So it boils down to what else is on the page.…
-
I envisioned you using a native resource like the one here: http://www.oriondemo.solarwinds.com/Orion/SummaryView.aspx?viewkey=Current%20Top%2010%20Lists Top 10 Errors & Discards This Hour
-
If you want to use a SWQL query against your group, here is an example for inspiration: https://thwack.solarwinds.com/thread/71929 I would treat SWQL and SQL queries as separate efforts from this view as I don't think those queries 'care' (think of them as honey badgers) about the other criteria defined. They stand on…
-
Create a view and limit the view via your group. And then add widgets like you mentioned.
-
Does your UDP actually return 0,1,2, and 3 or does it return vrrpNotRunning and other text phrases? If it actually returns vrrpNotRunning as in your second post, perhaps the UDP enumeration feature would help you. You could map 0 to whatever that is (healthy?), 1 to vrrpNotRunning, etc. Then your alert trigger logic would…