Comments
-
This enhancement is planned for mid next year and is under active development to be available out of the box. So stay tuned!
-
This is an application template that I've assigned to my engines that will track netflow usage. SolarWinds Platform Polling Engine - Netflow Collection It doesn't track individual network devices exporting flow, but I can at least see volume to understand if it growing slowly or spiking.
-
Are these devices all network based? Server based? or a mix of network and servers? Agents can handle high latency (500ms) and polling SNMP over the wire can also be very forgiving, well above the 100ms. If you poll over the wire then adjusting node thresholds and alerts is the best option to account for this. I created…
-
When you edit that 'All Group' widget, what is the View Mode set too?
-
@"robert.poreba" , I asked our engineering team to investigate this and they unfortunately were not able to reproduce this in our lab (Internally tracked under OO-33054). In a similar vein, in 2025.1, we are adding a new verb called 'PollStatusNow' that only does Status polling associated with an entity and not the full…
-
We are tracking this internally under OO-39344. It is something that is high on our list. We hope it is something that could be delivered in a future release, but there are a lot of moving parts. In the mean time, you can manually create a script like @"HerrDoktor" and @"superfly" mentioned.
-
This feature is coming in the 2025.1 release, GA planed for Feb 2025. The Release Candidate will be available around mid December
-
As long as everything goes well, it is currently earmarked for the 2025.2 release
-
You can have up to 10 output pairs in a script as long as your name them uniquely. Statistic.name1 Message.name1 Statistic.name2 Message.name2 Statistic.name3 Message.name3 etc In your case, you'd have to update your foreach loop to output something similar to the following: Statistic.jobs_name_Rep_Pfsense: 0…
-
Here is an example that you might be able to use as a base for business hours. At the end of the day, it would need to be a query to refine the dataset as @"syeal01" mentioned. solarwinds/SWQL/Widget_Table_Single_Interface_Bandwidth_Business_Hour.swql at master · everychad/solarwinds · GitHub
-
Internally tracked under OO-40686 to update the SDK documentation with SplitStringToArray
-
Yes, that is correct. Other vendors are currently a feature request. Tagging @"B.Rathinavel" for visibility.
-
Tagging @"B.Rathinavel"
-
I would check that both FQDN and Hostname are resolvable from both side, MPE and APE. I've had certain scenarios where I had to override the host file on each server for to get it to work, specifically when I had a double NAT. This was the article I referenced, specifically the diagram in the 'Example' section.…
-
I'd start here: https://documentation.solarwinds.com/en/success_center/orionplatform/content/core-orion-variables-and-examples-sw1115.htm
-
Any recent upgrades to SolarWinds? There was an issue a handful of releases ago around this that was addressed. https://support.solarwinds.com/SuccessCenter/s/article/Meraki-dashboard-and-access-points-display-as-Down I also believe that in new versions of SW the url for meraki was updated from dashbaord.meraki.com to…
-
I would recommend downloading and installing the OrionSDK "SWQL Studio" tool if you have not already. Releases · solarwinds/OrionSDK (github.com) It would allow you to see all of the entities and what properties are available to add. That way you could see if there was a DateTime property available in the entity you're…
-
First I've heard of this. I'd create a support case to investigate further. Others can chime in if they have seen the same issue.
-
replace the '=' with 'IN' Orion.Status IN (2,3)
-
For Cisco, we currently support Meraki and Viptela (vEdge) devices. The cEdge (Catalyst SD-WAN) models are on our roadmap. Tagging @"B.Rathinavel" for visibility.
-
It is buried in the alert variables, but this is what you're after. Modify Alerts To Be Smarter With Node Thresholds
-
I built something like this a while back that might serve as a base. New Modern Dashboard - Alert Stats
-
For NPM licensing yes, Observability Self-Hosted (Formerly HCO), no. My screenshots are from a lab. In production, i never cared much for access ports, I only monitored by trunk/uplink ports.
-
This bug is internally tracked under: OO-38846
-
There is an option to switch the interface to 'unpluggable' so that it does not go into a down state. So if your alert is set to Status = Down, then these interfaces will not trigger it. https://documentation.solarwinds.com/en/success_center/npm/content/npm-setting-interface-management-states-sw668.htm Edit an interface…
-
Network Atlas has been marked for deprecation, so I would not recommend using it. The replacement is called Intelligent Maps and it is all built natively into the same UI (Does not require a separate tool to build maps). There are some major improvements that have happened over the past several releases, so I would make…
-
We are looking at ways to improve this notes features as we move more over to newer UI (Modern dashboards). We don't have a timeline for this specific item but it is on our radar.
-
The best option, if you have the licensing for it, is to use [mention:eb1ed9b3ef304923be835419c3dad295:23b05a61c3e5445190d9bfa00453bce4] or [mention:a84e186fd01942edab9c43c038b14c6c:23b05a61c3e5445190d9bfa00453bce4] as they use an agent to automatically pull in log data. It can be for Windows EventIDs or pointed to a flat…
-
We are planning on adding better Aruba support in the first half of 2025. Specifics surround routing, hardware health, VLANs, and topology. We do have additional items that we'd like to add around switch stacking and PoE data, however, these are still in a research phase and not set to a specific release.
-
Not supported in SRM. You should be able to enable SNMP and get some basic info by simply adding it as a node. If there are specific metrics you're looking for then I'd suggest using an Application Template (probably have to build one) that pulls in that data via API, custom scripts, or other means. Application Templates…