Comments
-
This *should* work. Create a new Alert. In the Trigger condition, choose 'Custom SQL Alert' for the first drop down, and for the second drop down choose 'Node'. The first portion of the SQL is auto-filled. Paste the following (or equivalent) to the bottom half , (SELECT Nodes.City FROM Nodes WHERE DeviceType='Router' AND…
-
you can achieve it through custom properties and config change templates More Automation in NCM: Usage of Variables and Custom Properties in Command Scripts and Config Change Templates
-
This would definitely fall in the 'unsupported' category but a simple workaround would be to create a SQL Trigger to show volumes as Down when they are not responding to queries. You can set the Status = 12 (Unknown) if that makes more sense. CREATE TRIGGER [dbo].[volumestatuschange] ON [dbo].[Volumes] AFTER UPDATE, INSERT…
-
I am assuming you have seen this FAQ already SolarWinds Knowledge Base :: NTA 4.x Installation: Frequently Asked Questions 3 servers is definitely recommended. It is possible to get away with 2. The FAQ also covers migration questions. I am also assuming you are still running NTA v3.11 or older. Just ensure that your…
-
Have you checked the pre-requisites in the admin guide? http://www.solarwinds.com/documentation/en/flarehelp/sam/default.htm#OrionSAMAGAppInsightforSQLRequirements.htm#_Toc3684…
-
I noticed you categorized as Universal Device Pollers. When you setup the custom poller in UnDP, simply choose Counter as the data type. This will make it automatically compute the difference between consecutive polls.
-
There is also an out of the box log parser template in SAM that you can use for this purpose Log Parser (PowerShell)
-
Which specific action triggered that error? Can you share any screencaps?
-
Are you sure your questions are about LEM? It sounds like you currently have Network Performance Monitor, and you can achieve the additional requirements like custom services and database availability using Server & Application Monitor. Where you do see only Windows services and other services? Some screenshots would help.…
-
omprasad This has been discussed many times on thwack. For example, SMS Alert for NPM
-
What is the status of the Groups? A screenshot of the Group status and Group members would help
-
Yes, you can create Event Groups from the Build > Groups section and use the event group in the correlation rule
-
The old job logs can safely be deleted to free up space. It should be respecting the VNQM settings you can see by launching the LogAdjuster.exe utility directly under the Orion installation folder. If not, best to open a support ticket to investigate further.
-
Yes, you can. Simply go to Settings > SAM Settings > Manage Templates. Select the template, click on Assign Nodes and select the group of servers for which you would like to apply the template.
-
can you post configuration screenshots for both?
-
Mixed mode authentication to the SQL server is still required for SolarWinds Orion to work. Which step of the Configuration Wizard is throwing the error?
-
You will have to set this for the interfaces you want to monitor at a different interval. It is not to be set at a node level. Go to Settings, Manage Nodes. Flip the drop down on top of the list from 'Nodes' to 'Interfaces'. Search and Select the interfaces for which you want to override the global defaults and click on…
-
Did you install the NPM specific additional poller components? That would be required to monitor interfaces from the additional polling engine
-
(assuming I can trust Google Translate) Can you manually telnet to these ports on the SolarWinds server from the Additional Polling Engine server?
-
Greg, You will need to choose from the list of available "Node Details" resources to automatically filter the resource to the specific node. In this case, you will need to choose the 'Current Percent Utilization of Each Interface' resource
-
Which version of NPM are you using?
-
GA date: Unfortunately, precise date cannot be announced in advance RC to GA: Yes, you will have to upgrade from RC to GA Rollback: Backup / Snapshot your SolarWinds VM and the Database first.
-
I'm not entirely sure if this will help your specific question, but Michael Halpin has been trying to simplify the use of API in PowerShell. If you haven't seen this, be sure to take a look at PowerShell Module based on the SDK . One of the Cmdlets available in this module is * New-OrionInterface
-
I am assuming you have looked at page 5 and 6 already to create an account with the necessary permissions http://www.solarwinds.com/documentation/apm/docs/SAMAppInsightGuide.pdf Have you tried one of the 'older templates' like this one just to test if the SQL client has no issues communicating to the SQL server not working…
-
The Remote Shares that were configured for file analysis must be persisted with upgrades. Are the Shares on a NAS or VM? If NAS, which vendor? Which version did you upgrade from?
-
Have you added these nodes as WMI nodes, and you are seeing things like CPU and memory but the component monitor wizards are not working? Is the wbemtest working from the solarwinds server to the DMZ nodes? I suppose you have seen this document as well…
-
Logic looks fine. The resultant SQL also should be fine. So, it maybe to do with the data values for this custom property. Use the Report > Show SQL option from the Report Writer designer view, copy the SQL into a new Advanced SQL report and modify this line in the WHERE clause Cust <> 'NewCust' to Cust NOT LIKE…
-
I am assuming you are trying to get this to work in SAM (Server & Application Monitor) First of all, install the ODBC driver for MySQL on the SAM server If you have done that already, then either the the connection string is incorrect or correct platform (32 bit vs 64 bit) hasn't been specified. To correct connection…
-
If you drill down to the Linux node that does have the LEM Agent installed and look at the Asset Inventory sub-view, how exactly does the software name appear? I am assuming you are using SAM to determine which nodes don't have a LEM Agent
-
Config archives or the latest config only? What is a sample search that you would like to do that is not covered by the out of the box 'Search NCM' resource? If you want to search the latest config only from the configs saved on the NCM filesystem, there is a handy powershell script that you can find by search google with…