-
Server Solarwind Problem Network
Hello Everyone, Current, i having problem network with Solarwind. I reinstall solarwind but remain the same. step 1: download new source. step 2: install new server windows 2019 std. step3: install solarwinds. step4: ping server solarwind new : "request time out" but solarwind new ping to local ok. I checked event log but…
-
Nodes With Empty Custom Properties
Example report for showing nodes that have priority Custom Properties not filled in. Empty values means that anywhere you are using that custom property will not be as effective because those nodes won't apply. For example, in the report we are using a CP titled "Decommissioned_Date" which we may be using in an alert. That…
-
Report doubles in Size
We have two reports that work just fine. They essentially do the same thing, only one reports on running configs and the other on startup configs, and specifically shows the last time that type of config was run. In an attempt to rationalise these reports into one, I just removed the part from my report that restricts it…
-
Report Schedules Still Sending after being deleted and removed from the database
We have an issue where a schedule has been deleted along with its reports, however the schedule still runs and is being deleted. I have scoured the database for these reports and schedules, and found no trace of them, however the emails still send. The deletion of the reports stops them being sent, however the emails are…
-
Creating a report on specific triggered alerts with acknowledgement information
Hello! I'm attempting to create a report showing triggered alert time, object, node, acnowledgement, and acknowledgement note. The problem I'm running into is that the AcknowledgedBy and AcknowledgedTime fields reside in the AlertStatusView table, where everything else is in the AlertHistoryView table. So I attempted to…
-
SDK SWQL to Database Manager Conversion and JOINS.
I have a fairly simple query I've created that I now want to use in an air-gapped environment and has no access to SSMS or the SDK. As a consequence I am really struggling to convert it to a format that the Database Manager understands. The query is: SELECT nd.Client, ncp.NodeID, ncp.Name, ncp.Type, ncp.TypeName,…
-
Volume Capacity Forecast
I'm curious to hear opinions on how accurate people are finding the forecasts. Kevin
-
Report/Alert for response time
Running a report in SQL for response times. I'm curious of the timeframes of Min, Max, Avg response times. For instance, I ran a query and saw 2,198ms max response time with average at 280. How long of polling was that to receive those high numbers? It has since gone down to expected response times.
-
Orion Account Report with Extended Module Specific Permissions
Building off this report by including extended account permissions that are found in other tables. [View:/cfs-file/__key/communityserver-discussions-components-files/46/Account_2B00_Report_2B00_and_2B00_Extended_2B00_Permissions-_2800_enabled-accounts_2900_.xml:320:240]
-
Querying NCM for nodes that have (and or have not) backed up in last x days
So, as per my title really.. I can't find where/how to query the date for when a node last had a successful backup. My current query looks like this: SELECT n.NodeID, n.IPAddress, nc.ClientPrefix, n.Caption, n.MachineType, n.Vendor, n.NCMLicenseStatus.LicensedByNCM, nc.LoginStatus, nc.LastInventory, nc.Node_In_BAU,…