Comments
-
That would be my recommendation. If I was doing it and had two pollers, I would probably just script it to choose whichever polling engine to associate the Agent to based upon the last octet of the IP address of the node. E.G. Odds go to Poller 'A' and evens go to Poller 'B'
-
I'm curious where the backslash and asterix are coming from as they're not part of the script. Is your database name Staff A-L\*? What do you have defined in the command line arguments? Can you provide a screenshot?
-
Assuming you're running the latest version the MSI should be named HA-2019.4.0.2653-SolarWinds.HighAvailability.Installer.msi. Again, this is something which should repair itself by applying the latest hotfix to your environment.
-
Dependencies work by suppressing the "Down" state on child objects when the parent is down. These Child objects instead go into an "unreachable" state instead of "Down" when the parent object is down. If the child objects are showing "down" then something in the dependencies is misconfigured. In some cases this can be as…
-
Based on the message returned it appears that host is blocking connections. The good news is there's plenty of publicly accessible NTP servers. Below is a list of a few of them from http://tf.nist.gov/tf-cgi/servers.cgi NameIP AddressLocationnist1-ny.ustiming.org64.90.182.55New York City,…
-
I opened a case with support. Case #11124 for anyone who's following along.
-
Modifications made to text based configuration files will be overwritten by upgrades. We are in the process of migrating settings such as these to the database so they persist through the upgrade process.
-
jbiggley, to my knowledge this is not a bug. The example posted by stevenwhunt above likely is from a group that contains both applications and nodes. My understanding is that you added only applications to your group. As such, only those specific objects contained within the group will appear in the AppStack when…
-
MSP4 should apply equally to NAM/NOM as it does to the individual products.
-
The following are excellent starting points. LokiR may also be able to provide references to some additional resources. * SolarWinds Orion 2016.2 feature: High Availability - SolarWinds Worldwide, LLC. Help and Support * How to set up High Availability for the Orion Platform - Video - SolarWinds Worldwide, LLC. Help and…
-
Looks like your alert may be defined for an Application rather than a Component.
-
Nodes, Volumes, and Interfaces each have their own polling rate. The value you changed in your screenshot above was for ICMP node status. Node statistics (CPU/Memory/Hardware Health) are polled every 10 minutes, volumes ever 15min, and interfaces every 9. That means that each of these polls operate independently of one…
-
TCP Port 17799 communicates exclusively through localhost. It does not need to be opened externally to any network hosts.
-
The SeUM player clears the browser cache after each transaction playback. This is to ensure we collect accurate and meaningful statistics for each playback without having metrics influenced by locally cached content.
-
I believe this is what you're looking for, * SolarWinds Knowledge Base :: Event 10009. DCOM was unable to communicate with the computer...
-
Information polled directly through the ESX host can be more up-to-date than polling through the vCenter. Also, there are occasionally issues with vCenter collecting information from the ESX hosts, or certain information isn't updated as frequently through vCenter like Hardware Health information. So it can sometimes be…
-
This question would likely be better suited for the Orion SDK forum.
-
Yes, notes appear in the Alert Details view. as seen here -> http://oriondemo.solarwinds.com/Orion/NetPerfMon/ActiveAlertDetails.aspx?NetObject=AAT:48
-
No, the macro referenced above is specific to AppInsight for SQL. There is no raw size value available for Transaction Logs. This value is only available as a percentage. ${N=SwisEntity;M=Database.DatabaseAlert.LogDirUsedTotalSpacePercentageMax} ${N=SwisEntity;M=DatabaseCopyAlert.LogUsedTotalPercentage} I have however…
-
Correct. The "Groups" account limitation was initially designed to filter only "Group" views, not as a replacement for custom properties. However, the groups account limitation in NPM was recently extended to support additional uses, including more robust usage with account restrictions and view limitations. SAM 6.0,,…
-
The default out-of-the-box alert "Alert me when a component goes down" will work for that template to notify you whenever any of those Windows Events are found. If you'd like the Event Log message details included as part of the alert action, you can use the ${WindowsEventMessages} macro.
-
Posted here ->
-
This is just a standard GUID.
-
Roughly 1600 elements and I'm at 99.49039% on my poller.
-
Have you applied the following hotfix? -> https://support.microsoft.com/en-us/kb/2607486
-
FB275825 remains an open issue with the NPM 11.5 release.
-
Sorry for the confusion. The issue is that the node custom property macro is ${Node.Custom.XXX}, not ${Node.CustomPropertyName} as referenced above. For example, if you have a node Custom Property named "City", the macro you would use in the script monitor is ${Node.Custom.City}.
-
This is a very rare error that appears to be resolved by upgrading to NPM 11.5.x. I would recommend giving that a try and if that doesn't resolve the issue (or causes more issues) then please restore the database again and open a case with support so we can walk through the upgrade process with you.
-
In theory (I haven't tried this myself) you can use Windows authentication for ODBC connections if you specify "Trusted_Connection=yes" in your connection string, though actual mileage may vary. * Using Integrated…
-
Lighter weight in terms of of bandwidth consumption and Orion server resources.