Comments
-
Nothing out of the box will be able to do that. I see this request somewhat frequently and I think the best way to do it at this point is to use a custom HTML widget with javascript inside it that will take the array of SWQL rows and parse them into something you can feed into one of these types of things: Collapsible…
-
The icon for an unmanaged node icon change sometimes lags by maybe 30 seconds, but any longer than that and I would interpret that as the script not working as intended. You also could do something like add a custom query resource to the view to spot check what the database has for the node you are looking at select…
-
Wish any of my clients had SCM
-
Regarding the SQL 2005, alterego addressed that question here in 2014. Does anyone know why AppInsight isn't Supported on SQL 2005 SP4? Essentially SQL 2005 was already out of support before Solarwinds ever came out with the appinsight concept so they never wrote it intending to be used on software that was already past…
-
You just click the add data series and select the data you want to chart out, looks like it would probably be usedspace in this case. You'll have to specify the name of the time column, obviously you'd pick timestamp. Group by and Legend shows should both be physicalname
-
CourtesyIT is probably best suited to explain how to get your policies up to date since he write the NCM templates for them.
-
Yeah for at least a bit, it could also indicate that you had 100% packet loss for about a minute and then the system came back online before Orion marked the node as down.
-
When doing the interface discovery part you can click down to advanced and there is a section for setting up rules like excluding interfaces that have a description that includes a string, I would use that and just set up rules to exclude each of the vlans you don't want. Just hit reselect once your criteria are in place…
-
If you have SAM you just have to have vmware credentials and it grabs the hardware health from the vmware api, this is from one of the ESX hosts on the oriondemo website. If you only have NPM server hardware info is not available. -Marc Netterfield Loop1 Systems: SolarWinds Training and Professional Services * LinkedIN:…
-
Node discovery normally uses net-snmp for linux systems, so just set that up per the man page. On the SAM side it is common to need ssh access but the level of permissions required depends 100% on the commands you want to run in your scripts. Alternatively you can use the linux agent, which will create its own local…
-
Most likely I believe that installing docker creates a new network interface (used internally for Docker) on the device with the different hostname and network parameters and the agent messages are being associated with that interface instead of the one you are expecting. This is not too different from the case where a…
-
Nothing built in would maintain a sustained connection, the polling engines generally want to test for something immediate then kill their connection and move on to the next thing we need them to poll. Do you own the web server? Are there any records in the web logs recording the start and end of user sessions?
-
When you check system uptime how are you checking it, within solarwinds or by logging into the device? There are known issues with several types of devices where they report their "uptime" through indirect measures such as how long the snmp service has been running, also the snmp uptime counter rolls over after about 2…
-
Except in the cases where Solarwinds corporate builds a custom integration you will find that NPM isn't going to do much for you for interacting with an API, but you can build up almost any integration you can dream up using SAM. So I'd be focusing on learning what kinds of scripts you can put together to collect whatever…
-
If you are new to NCM the far easiest way to do this would be to just do a job with a script, since the CLI for changing passwords should be identical for the majority of your devices, and you wouldn't need to do any case by case logic so the CCT is just making a simple task into something more complicated. To give you my…
-
This is a basic kb on whipping an interface bandwidth report, Create basic report for Interface Usage in NPM - SolarWinds Worldwide, LLC. Help and Support Once you get familiar with the UI and how the data is arranged you can get much more elaborate than that. Orion normally tracks total/tx/rx bytes, bps, packets, errors,…
-
Instead of alerting on an application you need to alert on a component, I don't recall the exact name of it but the component message is one of the variables you can include in the email. In most cases the best strategy with Orion alerting is to choose the most granular object you can and alert on that because if you…
-
I would expect those are being added to the event log as part of an alert that has an action to write the status to the npm event log. The statuses are not being formatted so it is spitting out the raw status codes. Not sure why this would change specifically alongside the upgrade as i haven't seen this in my environments…
-
If you are relying on a undp for the info you will probably need custom swql/sql to correlate a particular rowid on this undo table to the same row on a poller that collects names for each ap. On a plane now but if you post the oid you use I can probably tell you the oid for the names.
-
Haven't built it out to do this before, but to pull this off (assuming the application doesn't just choke on it) you'll probably need to be making changes on orion.nodes, orion.nodesettings, and orion.pollers at the very least. Check all those tables for a node currently on ICMP, change it to snmpv3, figure out all the…
-
The variable is ${N=SwisEntity;M=ComponentAlert. WindowsEventMessages} Viewing Event Log Data, SAM Question
-
Caption is first created when the node is added to orion, if you are using SNMP/WMI/Agent to poll then it should be the same as system name. If polling doesn't yield a sysname then solarwinds does a dns lookup for the address and sets the caption to the fqdn, if nothing comes back from dns then it just uses the IP address.…
-
Assuming you have a large enough license you would just want to monitor all interfaces and everything that isn't an uplink or permanent connection should have the flag for "unpluggable" set to true. Now you have full visibility and only get notified on down interfaces for the ones you hadn't tagged as unpluggable. The…
-
If you hit the edit button on map resource of the group details view there is the box at the top where you pick a map, but look a little lower down and there is a map name format thing where you can pick from a few choices, i want to say they are {ID} {Name} and one other. If you select one of those then for each group it…
-
These will probably help, b asically anything on the NCM nodes table in the database can be called as a variable in the scripts, they mention ${agentIP} but I want to say just plain ${ipaddress} is also one. Looking for list of NCM variables Advanced network config change template commands
-
Do you mean Node details view? If you create a map and assign it to the details view it would show the same map for all nodes which is not usually the goal. All nodes should already have the auto-generated map for themselves as a tab on the left
-
Depends on what you mean by monitoring the mapped drive, but the answer is basically yes. As a general rule, you should be monitoring those drives on the file server where the live, in which case it is just a normal local drive to that server. There is also a built int SAM template called "Windows File Share Availability"…
-
When I was given the reigns of my first Solarwinds deployment I was also told to get our documentation under control for an environment with about 300 servers and a network of 1000 switches (although most of those switches we only needed to ping for up/down thankfully) I worked on it intermittently learning as I went and…
-
The way nodes get marked down already gives a lot of room for minor packet loss, it is probably important to understand exactly how that process works if you aren't familiar. Solarwinds pings a node, if it gets a response the node is up and it waits until the next polling cycle to ping again. If it gets no answer to the…
-
This is a fundamental issue with SQL, not really a bug per se, you just have to know how to work around it. in SQL a null (which is being displayed as "None" in the GUI in your screenshot) is not able to be compared to any actual values. So in DB terms, if you said NULL != 'reynolds' it would always report false, thats…