Comments
-
I haven't read back through this thread, but if you run a discovery without any credentials added (no SNMP, WMI, etc) and leave the option for "include devices that respond to ICMP alone" enabled it should work: Specify a preferred polling method during discovery - SolarWinds Worldwide, LLC. Help and Support
-
Tracking down Adobe updates is never easy in my opinion, but here's some information that will hopefully help: Using the links that joeuser99 provided above, I added the three new catalogs from Adobe to my Patch Manager server (Expand the products and catalogs list - SolarWinds Worldwide, LLC. Help and Support ). Be sure…
-
The error is kind of generic, so there are a few things you'll want to check. The cleanup wizard is the only other clue that's provided so far so this might be an issue at the database level. I'm going to provide that solution last as it's usually the nuclear option for this (at least until you fully re-deploy). However,…
-
Adding to this I can tell you that if you don't have access to the TEMP directory some images may not load correctly. For example, we had an issue where those permissions were denied to most accounts due to some internal shenanigans and the images and backgrounds for our Orion Maps would no longer load. Once the…
-
That error is specific to having the WSUS signing certificate in place and the "Allow signed content" policy enabled per the KB: Error when deploying third-party updates to client systems - SolarWinds Worldwide, LLC. Help and Support This is specifically for third party updates. So if you've been updating these machines…
-
Sorry, that was a partial answer. It looks like you're mixing syntax. You would just use swis.query(jobs_query).
-
Do you have more examples like that? I usually tend to play with my query in the SWQL Studio and brute force my way through the errors (I wish it would pass the error directly when it came up), but I wonder how many times I've run into something like this instead of the usual syntactical issues I almost always seem to…
-
Additionally, if you haven't seen these resources you may want this KB: Add endpoint-centric resources - SolarWinds Worldwide, LLC. Help and Support
-
You can set up Universal Device Pollers (UnDPs) if you need them and you can alert on the data returned, for example: Create an alert from multiple universal device pollers - SolarWinds Worldwide, LLC. Help and Support
-
The other piece I have to offer is the Custom Object Resource, but it doesn't necessarily have flow related data. If you're mostly looking at bits and other metrics it may work for your needs: Specify what a Custom Object resource displays - SolarWinds Worldwide, LLC. Help and Support
-
I only see the one SourceFire/Firepower connector still, you will want to reach out to Support and generally follow the process outline by Curtis as before to submit for the connector.
-
Admittedly I haven't played with this much and namely I'm not sure (but would guess) that it will update, but you should be able to do this already. In Network Atlas if you find your node and expand it, you should be able to see the interfaces there. We use port descriptions and it had the information I expected, we just…
-
I would say this is possible, but going to require a fair bit of customization depending on how close to the screenshot you want to get it. For example, you can find some similar types of display set up here: https://thwack.solarwinds.com/docs/DOC-202667#start=100 The data part looks fairly easy, either you're getting it…
-
I do this on the regular from Manage Nodes, unless your installation doesn't have it for some reason? * * * This will export a CSV of the data. If this doesn't work, you can create a report with the criteria you're after and export it to excel directly.
-
I know you've got a solution that works for you, but just to clarify, on the application assignment itself, if you go into advanced settings and changed the preferred polling method to Agentless it wasn't running the script from Orion against the remote machine?
-
I don't think there's any official documentation, there's a lot of examples on Thwack from various customers providing their own customizations. Do you have an example of your query that's causing you issues? We can take a look at your syntax and suggest from there.
-
No work arounds or fixes that I'm aware of. And to my knowledge none of the hotfixes are related to this issue. I suggest contacting support and make sure you have a ticket logged so that if it is being worked on you can be notified when there is a fix.
-
Just was passing through looking for some other information, but having recently been working on our HA and having something similar: What are the nature of your alerts? Are they node down alerts? Can you confirm that the secondary server can ping/SNMP to the down nodes if they are? In our case we have ~100 nodes that our…
-
Are you sure it's the account and not firewall or another block? If you try a domain admin or local admin account does the WBEMTest work? If it's failing even with a local admin account I would check ports and WMI access. WMI uses a huge range of dynamic ports so I would suspect that a component in use there is being…
-
SAM scaling is 10,000 components and 12,000 elements (as with NPM) per poller. Scale SAM for larger environments - SolarWinds Worldwide, LLC. Help and Support You can review your current component counts by going to Settings -> All Settings -> Database Details and clicking on Total Elements per Poller at the very bottom of…
-
It's in Settings under Product Specific Settings -> "Web Console Settings" and then search for ORION WEB SERVER ADDRESS. I believe the preferred method is to update the database, but we used this as a stand in before updating the database after an issue we had last week.
-
It actually needs to be after the line starting with "ON" as that is part of the Inner Join statement. So second to last line in the query.
-
I don't know if this is different because we have Log Analyzer, but I found some settings in the advanced settings (CAUTION, while you can maverick this stuff, it is usually recommended to only adjust these settings with the guidance of Support): https://<your server here>/Orion/Admin/AdvancedConfiguration/Global.aspx I…
-
It's usually either firewall or certificate. I haven't heard of any certificate issues recently, so you may still be having issues with reaching the content. You can review the repository.log file for more information: Repository synchronization failed probably offline - SolarWinds Worldwide, LLC. Help and Support
-
Does Ed still cover this in his SAM intro class from SolarWinds Academy? I know he's doing it on linux other than Windows, but unless you're using Docker you should be able to just use the Component Monitor Wizard if you wanted to get to the services/processes directly. This is definitely a good way to show that it's…
-
A few things: * Try incognito mode. * Try a different browser. If these are giving the same results, run the configuration wizard SHOULD reset your web configuration as far as some of this customization is concerned. Make sure you have backups/snapshots and have backups of files in case you did make any custom…
-
The Agent/LEM doesn't block the agent ports. With nmap ports can respond closed if nothing was listening at the time: closed A closed port is accessible (it receives and responds to Nmap probe packets), but there is no application listening on it. They can be helpful in showing that a host is up on an IP address (host…
-
To me, this link suggests that you might be getting the error due to where your discovery is run: Re: Using Scheduled Discovery for Discovering Monitoring Gaps - A Crazy Idea For your situation, if you've added several APEs, and moved nodes to other APEs, but haven't updated your discoveries, you may be running into an…
-
Unfortunately for your scenario, the Patch Manager database is married to an installation of Patch Manager. Migrating the database from one install to another is not currently supported, so you cannot re-use the database: Patch Manager instance and database limitation - SolarWinds Worldwide, LLC. Help and Support
-
LEM can send email/SMTP, SNMP traps or popup messages, but not syslog or SMS natively. Theoretically if you have SMTP information for your Talariax or mobile provider you could use their SMTP addresses to send (most providers have an SMTP to text option). The general instructions on how to set up the connector are in the…