Shared Files for the Orion Platform
  • 01_C2_OS - Cisco IOS XE Devices

    The devices listed here are known to run Cisco IOS-XE
    • 3 Mar 2023
  • 01_C2_OS - Cisco IOS Devices

    These devices listed here are known to run Cisco IOS.
    • 3 Mar 2023
  • Alert on Unmanaged Node for more than 30 days

    I have developed an Alert to trigger on Nodes which are unmanaged for more than 30 days. It's a Custom Query Alert which is written based on Audit Events as unmanaged objects can't trigger an alert unless we update/check the box under Polling Settings to trigger actions on unmanaged objects. This alert will work even without enabling trigger action on unmanaged objects under polling settings. Trigger Condition :
    • 28 Oct 2022
  • Alert on Muted Node for more than 3 days

    I have developed an Alert to trigger on Nodes which are muted for more than 3 days. It's a Custom Query Alert which is written based on Audit Events as once node is in Muted state it can't trigger an alert. Trigger Condition :
    • 28 Oct 2022
  • Component Process Count over Threshold (Linux)

    The Process Monitors for components have out of the box thresholds for: CPU Physical Memory Virtual Memory I/O Read I/O Write I/O Total But one we're missing is for process count. This is an effort to implement a workaround to alert when a count is over a certain threshold. Type: Custom SWQL This is the basis of the alert in SWQL from the alert (but there are additional notes in the alert) SELECT TOP 1000 [Component].Uri , [Component].DisplayName FROM Orion.APM.Component...
    • 8 Jul 2022
  • New Synology DSM Version Available

    This alert is triggered when a new version of the Synology DSM software is detected. This detection is made by the Device Poller also available for download ( Synology Network Attached Storage - Device Pollers - Network Performance Monitor ).
    • 11 Jun 2022
  • UnDP value change alert

    Hi there, I've been working on this today and I think I finally worked up a solution. Basically this alert uses a custom SQL query which will check if the status value of the UnDP has changed, if so it will get triggered. I've searched in the forums for this solution but I couldn't find it so I though I might share it in case someone finds it helpful. Here is the query: SELECT CustomPollerAssignmentView.AssignmentName , CustomPollerAssignmentView.CustomPollerAssignmentID FROM CustomPollerAssignmentView...
    • 6 Jan 2022
  • Custom Property Automation - Site/Country/Region

    Hello there, The Problem Custom Properties are a very important tool for organising your SolarWinds platform, and many administrators choose to be very granular when it comes to how they group devices. This becomes even more important when you work in an operations environment where you are looking after multiple sites, across multiple countries and regions. However, filling in custom properties is often not done, or not done correctly so this automation alert is intended to take some of the...
    • 16 Nov 2021
  • Too many reboots by a Node

    Occasionally SNMP or the device itself will restart frequently due to an issue. This alert identifies the node, currently set to 4 times in 30 minutes.
    • 4 Nov 2021
  • Replacement High CPU Load Alert

    I have never been a fan of the out of the box alert for high CPU in Orion. It is a static value and in no installation I have ever worked on, has a single value been appropriate for all devices. This alert definition uses the Critical threshold value, for which you can specifity at the global level (Settings > Orion Thresholds) or at the Node object level (Edit Node). This gives much greater control over the correct alert condition for each device. Within the settings, you will see I have a...
    • 20 Oct 2021
  • Alert if the Polling Engine is not updating new data

    This alert looks to see if any polling engines have not updated the database in the last 10 minutes, which is an indication that either the polling function has stopped, or database connectivity has been lost.
    • 20 Oct 2021
  • Update Node Region (Custom Property) based on Caption

    Updates the Node Region (a custom property) based on the Caption of the Node. Requires a text Custom Property type for Nodes called "Region."
    • 14 Oct 2021