Comments
-
If you want the duplicate resource to show information from the same source then its fine to use the existing data source, but if not it would be normal to create a new data source for that element.
-
Hi mbilgrav this is a pretty straightforward process, and is even documented by SolarWinds, but in effect you just changed the server's IP and run the config wizard. Nothing else to it. Change the IP address of the main Orion server or additional polling engine - SolarWinds Worldwide, LLC. Help and Suppor… Like you…
-
Also, the length of time that data is kept will depend on your retention settings!
-
Hi neleducarco welcome to the forums. To be able to alert on Event ID's you would require the Server & Application Monitor module. You can either use the Out-of-Box template (I think it's called 'Errors in Application Event Log') and modify/rename it Or you can create your own template and add the 'Windows Event Log…
-
Use this statement: WHERE Vendor <> 'Cisco' Obviously, change Cisco to the vendor of choice to be excluded. The <> Is a Not Equal to syntax. - David Smith Kenson - SolarWinds Authorized Partner Training, Licenses & Professional Services - LinkedIn - Twitter - Facebook
-
If the email value is already populated in the custom property, why can't you simply inject the custom property as an email variable? Maybe I've misunderstood.
-
Just to clarify do you need the condition to be both of those thresholds at the same time of just either one at a time?
-
Hi haroonh the correct way to achieve what you need is to set the Reset Condition to "Reset this alert when the trigger condition is no longer true (Recommended" this will ensure that when the Application is back up, that the alert is cleared and the system stops sending any down notifications. At the Trigger Actions…
-
I’ve since had a response back from technical support and this is a bug which they are aware of. Until this bug is resolved this is the current workaround which will revert back “MaxConcurrentAction” to the way it was prior to 12.3. 1. Go to Centralized Settings page…
-
Personally I would upgrade the NTA DB server first and then your Orion. Should be fine
-
What sort of Widgets are you trying to add related to the VM's if they are managed as Nodes then you should be able to group them with a Custom Property which can be used to filter the view or via Account limitations. If you're trying to show up stats from the VMAN that might be slightly trickier but would depend on what…
-
Maybe this will help: Orion MVP Maintenance Procedures
-
The easiest method here is to use the power of Custom Properties. This way you can create a single alert which applies to ANY Volume. If you create a Volume Custom Property which has the required threshold (ie C: = 35 / D = 10) and then you create a single alert that triggers if the current capacity is Less than or Equal…
-
When you set the Report Schedule did you remember to actually select PDF and Printable?
-
Hi er.vansh17091 I think you need to think of SolarWinds in two separate parts - you have the software itself, which have system requirements - and then you have the license. In order to deploy an Additional Poller or Additional Webserver in your Test environment you will firstly need two servers either physical or VM.…
-
Failing that try running the config wizard on the server.
-
Not yet they are still two separate products. But I would highly suspect that it's on the roadmap. Keep an eye out here: What We're Working On - Log & Event Manager Edition (Updated February 22nd, 2018)
-
Hi Felix, I will quote the PM jhynds in his post here Introducing Log Manager for Orion under section Where can I find Log Manager and how do I install it? Log Manager can run as a standalone module, but I'd recommend deploying alongside NPM/SAM to avail of the performance data and log data in a single console I mentioned…
-
You should check the Migration Guide - Migration Guide for SolarWinds Orion Products - SolarWinds Worldwide, LLC. Help and Support You might need to run the SQL Script to edit the Hostname if you're on a new server. As for the SQL Account, if you have the permission I would suggest resetting it or you can create a new one…
-
Hi mtaylor7, Few questions for you: 1) Are you using the default All Active Alerts template in Reports? If so when you view the report within SolarWinds does it show the view correctly? 2) When you say that they can scroll down because it's in PDF? Can you attach a copy of the report? I suspect that what has happened is…
-
Check out the following links as a good start. It's fairly easy with the new installer: Orion Platform Products Installation and Upgrade Guide SolarWinds Orion Platform Training: How to Upgrade Multiple Products Simultaneously - YouTube
-
Hi nleon welcome to the community. So assuming you're on a fairly recent version of the products then you can simply install NCM and it adds to the existing modules you already have. Unfortunately, it does require an outage to the system as the installation will stop all the services on your machine and update the…
-
Devices, Groups, Users - No Custom Properties - Yes
-
Hi er.vansh17091 there is an available element within Web Reporting called 'Applications with Problems' once you add it to your report you can select which states you wish to display: I will often create a few of these with the different states so I have one for Unknown, one for Down and one for Warning/Critical. Or if…
-
Hi Faizan, Sadly that is not what SolarWinds created Groups for. They were actually created as a way to get around the 1-to-1 relationship in Dependencies. Most often customers will use a custom property to create a dynamic query which populates the groups, and that same custom property can be used in the Manage Nodes…
-
The Success Center - Success Center SolarWinds Virtual Classrooms (Included for all customers on active maintenance) - Virtual Classrooms | SolarWinds Customer Portal SolarWinds Official Youtube Channel - Lots of good videos here for beginners. - solarwindsinc - YouTube Thwack - This is probably one of the best community…
-
You could run the Software Inventory Report that is an OOB Report showing all the Applications installed on machines that have asset information collected. It won't show you license specific information, but it would, for example, show you the number of copies of Microsoft Office you have in your environment or SQL Server.…
-
Think you were almost there, the problem is probably your 3rd and final JOIN on the Actions table. The ActionID is what links the ActionsAssignments SELECTad.Name AS [Alert Name],aas.CategoryType AS [Trigger or Reset],aa.ActionTypeID AS [Action Type],aa.Title AS [Action],aa.Description AS [Action Details]FROM…
-
There is no central place to check on Custom Property usage. You would need to query the individual database tables such as AlertConfigurations, ContainerMemberDefinition etc.