Comments
-
goto short for GoToMeeting, which is a tool SW Support uses to remotely view/control your systems over web.
-
SolarWinds Orion Core 2011.1.0 SP1, IPAM 2.0.1, IPSLAMGR 3.5.1, NCM 6.1, NPM 10.1.2 SP1, NTA 3.7, UDT 1.0.0, IVIM 1.1.1 1995-2011 All Rights Reservedthanks
-
I've found that < .* > works (like regex). FYI
-
great info! Can you guys put that into a KB article? thx
-
I thank you for the response, sir! I'll let them know this is legitimate traffic for us.
-
Hey Denny, what came of this? I may just be missing it. need to be able to monitor rotating log files like IIS.
-
rschroeder, would you share (or PM me) what the different permissions applied were? TIA!
-
as mentioned before, I have this as I have load balancers in front of the site(s), and if I hit a web server directly, that works. FYI
-
this is a permissions issue within the web server. there is no "default" page to load in that directory, but there are files. The web server is configured to not allow a listing of files in the absence of default web page. to test, open http://server/OrionLocalHelp/<file#1> google how to change your web server settings to…
-
">dl-it-networkadmin That is what we do. any GRE/IPSEC we use IPSLA and the "link line" on maps is tied to that object.
-
to piggy back "kweise", we use Loopbacks for orion to manage nodes, so we have to source netflow from loopback. secondly, wondered if you tried sniffing by the router to see if it was outputting netflow..could be bug in IOS maybe? maybe do packet capture on each interface side of the firewall to see if coming in and going…
-
another option (haven't tested in web report but worked in writer) is to create stored procedure with your SQL that works and just call it from the SW report.
-
My bad...impatience issue. It took about 5 minutes before the node showed unmanaged - just doing refresh on node view page for it. I'm good.
-
Labels are important and more so as you add more pollers. I think you need to be able to go back to a poller and edit the labels used for that poller. Perhaps on the web site, ask if want to use single set of labels or use the pollers configured labels....something like that. anyone know of a way to edit the labels after…
-
Nicely done!
-
try reverse engineering from: select top 10 n.Caption, pr.* from Nodes n left join NCM_IPAddresses nip on n.IP_Address=nip.IPAddress left join NCM_PolicyCacheResults pr on nip.NodeID=pr.NodeID where nip.IPAddress is not null and be sure to verify your data integrity ...this was quickdraw
-
sure...so I run script against routers looking for "stuck in active" indicators for eigrp routes... .*\s*A\s.* ---matches whole blocks ([\w-\.]+) \(.*\r((\s)*A [0-9]+.*)+ ---matches whole blocks according to the site http://gskinner.com/RegExr/ Essentially, NCM shows every system it logs into and runs script against...…
-
not that I noticed , I think one of the SPs might have goofed it...
-
yea, confusing.. it is actually two OIDs one will return PRIMARY/SECONDARY <- "configured to be" and the other ACTIVE/STANDBY <- "actual running state" so if I'm running in primary - standby -> I've had a failover and I want to alert on that status. This is a backup to traps as right now my main corporate ASA is not…
-
it used to be you had to manually copy custom icons to your atlas systems and web servers. search thwack for that info...I think there's a KB
-
How do we access old forum topics? Topic 2061 showed how to do custom scripting to accomplish this with a mouse rollover (I think)... http://www.solarwinds.net/SolarWindsForum/topic.asp?TOPIC_ID=2061&SearchTerms=web,page,script
-
I've seen this before, but it was in earlier version 9.1. I would try updating to latest SP or 9.5.1, and/or open a ticket. They have moved that functionality in 9.5.x to the web but the nodes should still show up.
-
what is the path for windows 2008 server? they do it a bit differently and I can't figure out exactly where it needs to go for this to work. Thanks much!
-
i thought it was crappy that you had to put the icons on every system for NA to show them properly, thanks for the update and sorry for the mis-information.
-
do note that: The caption field is auto populated and will be overwritten if you change, so... Basically, I created a new column called HName (originally used HostName, but Netflow uses that and it caused issues).
-
Thanks for info. I see that in notes - mostly tying in with AlertCentral. created custom alerts view so see it there also:
-
it takes some time/work, but you can set up SW to do this in the maps. when I rolled mine out, I took the 6500 chassis, put a "blade map" per blade which pointed to another map. the nested map had an object picture of the blade itself, then I dropped port objects over each port with graphics of the top and bottom port.…
-
I would create a custom column in NCM called NodeID and match on that. This is independant of the IP address and how Orion keeps data for a node even if the IP changes. Obviously should be a unique ID.
-
is correct. to add: search advanced alerts for out of box high cpu and look at trigger actions. you'll see an executable. get on a system and run that query/tweak..you can get memory as well, etc... If you want to send an email with this info, I recommend you put a pause in it prior to sending email as it takes a few [play…
-
Love it!