Comments
-
This would be very useful!
-
Would also love to have the ability to view/manage and report on all assigned schedules, something we can so with custom properties manage
-
A workaround to give you the same thing would be to use the "Group By" dropdown, selecting the site's Polling Engine, "Select all Nodes" for that engine, then Maintenance Mode - "Mute Alerts Now".
-
Bump
-
Bump
-
This is a huge deal for availability calculations. We want to be able to schedule in Maintenance using the Unmanage Utility but are not able to as the Group Availability metrics take a hit when all the elements are unmanaged.
-
Are there any examples on thwack?
-
Bump
-
Bump, time to upgrade away from this old XLS format
-
select distinct n.caption as [Node Name] ,'/Orion/images/StatusIcons/Small-' + n.StatusIcon AS [_IconFor_Node Name] , n.detailsurl as [_linkfor_Node Name] ,case when n.cpuload < 0 then 'Not Polled' when n.host.nodeid is not null and n.host.cpucorecount is not null then concat(round(n.host.cpuload,0),'% of…
-
@"AlexSoul" What did you end up doing? We are replacing spreadsheets with excel and have a similar situation as you outlined. Looking to find out what the best practice is for having a list of these non-routable, non-pingable, air-gapped IPs in IPAM.
-
Excellent idea for our environment. Every time we do maintenance or upgrades we face this issue. Custom error/maintenance pages with auto-refresh would save calls coming into the help desk. We have NOC pages customized for C level executives and every time the site is unavailable it creates a perception that there is a…
-
NPM, NCM, SAM, NTM, IPAM, NTA, NTM, Engineers Toolset, Pingdom, Kiwi Splunk, Wireshark, Treesize, HP Insight Manager, vSphere, NSX, Infoblox, OEM, ServiceNow, SCCM, SCOM, QRadar, Ncircle
-
We would also like the ability to monitor individual processors in the Data Plane / Data Processor . We have confirmed with Palo-Alto support that the current SNMP OIDs aggregate and average multiple CPUs in the Data Plane MIB as a single Data Plane CPU metric. We ran into a situation recently where one of the three Data…
-
In our environment we move nodes to different pollers for maintenance and troubleshooting activities and to rebalance our polling engines. The initial discovery will be done on the primary polling engine and then moved to one of out additional 7 pollers. On the new polling engine we need to ignore the volumes/interfaces…
-
Love the charity aspect for the shortcut mission!
-
Bump
-
This would help us discover newly deployed firewalls that have not been instrumented for monitoring in SolarWinds. Having NCM Config downloads from the Panorama would show these changes.
-
This would be incredibly useful for alerting different groups and keeping track of who is responsible for what element.
-
Based on these glowing testimonials, it's clear that Kristen is an invaluable asset to the SolarWinds community. Her dedication, passion, and commitment to the community are evident in every aspect of her work. From her meticulous attention to detail in managing the platform to her tireless efforts in ensuring that every…
-
Adding a "Sort by" column would be great for us to be able to troubleshoot or bulk delete application monitors by status.
-
Adding to this feature request. Having custom titles above each graph would solve the problem we have with SAM component monitors' names not being shown. In this example we have three different daemons being watched but we can not tell which is which. Having a title for each graph would solve this issue.
-
It looks like JSON is supported in NCM 2019.4 HF 1 release according to the release notes. Network Configuration Manager 2019.4 Release Notes
-
This would be an excellent feature!
-
I would like to see this as a feature as well. How are you able to add a custom property to the pop-up window?
-
Bracket Battle 2022: Super Squads (solarwinds.com) - The Play-in bracket is the only one open so far
-
Bump
-
An agent is designed to have a one-to-one relationship with a polling engine. When you deploy an agent, it's registered to and managed by a specific poller—either your Main Polling Engine or an Additional Polling Engine (APE). That designated poller is solely responsible for sending monitoring configurations to the agent…
-
You will need to use SNMP for one instance and an agent for the other. Agents can point to one environment.
-
The issue is in your where clause, to include both status use WHERE n.Status IN (2, 9). Also try and keep using the table aliases all the way through your query. Try this: SELECT n.Caption AS [Node], n.DetailsUrl AS [_linkfor_Node], '/Orion/images/StatusIcons/Small-' + n.StatusIcon AS [_IconFor_Node], n.IP_Address AS [IP…