Comments
-
FROM APM_Component LEFT JOIN APM_Application on (APM_Component.ApplicationID = APM_Application.ID) LEFT JOIN APM_ApplicationTemplate on (APM_Application.TemplateID = APM_ApplicationTemplate.ID) LEFT JOIN Nodes on (APM_Application.NodeID = Nodes.NodeID) Should get you there.
-
The best way to get your "foot in the door" administration training would be the Success Center, in my opinion. Pick a product and you can find documentation and training information. Success Center - SolarWinds Worldwide, LLC. Help and Support You're already here on Thwack, so that handles my second suggestion.
-
Hello there. Is this a custom query object in a view or a filter statement within a pre-existing view object? That is going to affect your syntax greatly.
-
* Other than troubleshooting, how do you make use of your flow data?* I produce a few reports that are delivered weekly to Network Engineers and Analysts. One set is edge/WAN and the other is Core. With aproximately 470 offices data access is a constantly evaluated cost. Our QoS engineers use the core data to justify…
-
I don't have NCM to work with here... However, a quick syntax observation. In your code bit you have your column AS statements with quotation marks around them. SELECT N.CoreNodeID AS "Node_ID", N.AgentIP AS "IP_Addess", N.NodeCaption AS "Node_Name", CA.DownloadTime AS "Download_Time", CA.LastAttemptedDownloadTIme AS…
-
AppInsight for SQL is listed as a SAM applied template on the node details of the specific server that you've applied it to. If you navigate to the Application details page for that applied instance of AppInsight for SQL you will have the ability to "Edit Application Monitor" Just as with other SAM templates, changes made…
-
We have run into the conundrum a number of occasions ourselves. At this time we've chosen to not delete and leave the defunt (or old volume) in the database. This of course can create confusing for the customer consuming the data. I am unaware of anyway to merge the data together through the application. As far as I'm…
-
We opened Case # 543969 We are also seeing that the only impact is to the web ui as well. None of our polling, alerting, and other functionality seems to be impacted as well. I have made the change that ET suggested, however I don't know how long we're going to stick with it. The ui responsiveness has actually gotten worse…
-
You're problem here is your grouping level. You have the following under your ALL condition MachineType = 'IBM PowerPC' VolumeType = 'Fixed Disk' VolumePercentUsed >= 84 VolumePercentUsed < 94 And the following under your ANY condition VolumeSpaceAvailable <= 1024 So right now this will only trigger if the Machine type is…
-
I seem to have omitted one item that has continued to perplex me, and caused me to write lots of seemingly unnecessary code. It popped back up today as I was troubleshooting an application interchange. Why do MINUTE(GETDATE()) and HOUR(GETDATE()) return single digits in the format of "1,2,3,4" and not "01,02,03,04"?
-
Without knowing more about your processing environment it's hard to give you any real direction. With that said here are some things you can look at in regards to items 1 and 3. * Check that the total amount of user configured wait times in your transactions do not exceed the playback interval. This can cause transaction…
-
mmayer5823 those raw metrics are available without setting up a UDP. You can create your new advanced alert through the alert manager. Set it to type "Interface" and you can build your logic with the native data in NPM.