Shared Files for Server & Application Monitor
  • Omnissa Horizon Connection Servers

    Template for Omnissa Horizon Connection Servers
    • 4 downloads
  • SSL Certificate Expiration Monitoring from the URL

    This template can be used to monitor the SSL certificate expiration date from the URL and the hosted server details not required for this. Ensure the server has reachability to the websites that you want to monitor.
    • 23 downloads
  • Linux Interface Packet Monitor

    This script was developed for a client to capture tcpdump statistics from a Linux network interface. The primary objective was to validate whether a specific interface, part of an MPLS circuit , was receiving packets timely and consistently . The interface was a key part of an IPSLA pair , positioned on the far end of the MPLS circuit. Our goal was to ensure that traffic from the intended source was reaching this device through the correct circuit . To achieve this, we decided to run tcpdump...
    • 4 downloads
  • Linux Volume Monitoring

    I'm dealing with a heavily linux environment, and let's be honest: Solarwinds monitoring of Linux volumes is somewhere between "Could be better" and "I got tired of waiting and made something better on my own". Dealing with the constraints of what is, let's address the elephant in the room with a fix, and this is it: What I created is a script that will run DF -h, look for any path that is not named NFS (because duh, NFS mounts can be 99% full and could translate to 100 gigs free or something anyway...
    • 13 downloads
  • IBM MQ Monitoring

    Pre-Reqs: For this to work AS IS, you need a document hosted on the IBM MQ server that has several headers defined below, the purpose of this was to create unique thresholds per queue based upon the admin needs and so they can modify thresholds themselves as often as needed without having to modify anything in SolarWinds directly. AKA don’t page me out in the middle of the night to adjust thresholds because an external customer is having data flow issues! These columns provide them the ability...
    • 12 downloads
  • Speedtest-CLI (Download Speed Monitor)

    Script requires speedtest-cli binary, which is available here: https://www.speedtest.net/apps/cli Script is based on bash commands and needs to be ran on Linux/Unix machine (via SSH or Agent). Chart example:
    • 13 downloads
  • SAM Password recovery

    Did you know that we can actually decrypt password credentials stored in the SolarWinds Database? By using few built-in PowerShell functions and providing login name with "Credential for Monitoring", you can display the actual password. Script will be ran locally on SolarWinds server, so as a Test Node you can choose any Windows machine. This is NOT a security concern, this is just a dedicated function in PowerShell. If you want to protect yourself from running such scripts, you need to define...
    • 15 downloads
  • TrakaWeb Services

    Monitor the status of several services associated with the Traka Web server.
    • 4 downloads
  • Everi T31 Back Office

    Everi T31 Back Office
    • 5 downloads
  • Duo Security Authentication Proxy

    Duo Security Authentication Proxy
    • 30 downloads
  • Juniper RPM Probes (Invoke-SNMPv3Get)

    I have started working with Juniper RPM probes some time ago and needed to add its statistics to SolarWinds. SolarWinds added support for RPM probes in VoIP and Network Quality Manager (VNQM) module, however every time I tried to use it I got strange results. The probes were always in Unknown status, the VNQM website was unresponsive or it timed out. My last test was with Orion 2024.2.0 and it still had issues. I talked with SolarWinds Support, but I was not able to receive a quick solution and...
    • 6 downloads
  • Juniper RPM Probes (net-snmp v2)

    I have started working with Juniper RPM probes some time ago and needed to add its statistics to SolarWinds. SolarWinds added support for RPM probes in VoIP and Network Quality Manager (VNQM) module, however every time I tried to use it I got strange results. The probes were always in Unknown status, the VNQM website was unresponsive or it timed out. My last test was with Orion 2024.2.0 and it still had issues. I talked with SolarWinds Support, but I was not able to receive a quick solution and...
    • 5 downloads
  • An example template for using Python3 to query a JSON file to import into SAM

    This is just a straightforward script for querying a JSON file in a SAM template using Python. Written on Ubuntu. The script will need to be modified to point to the correct JSON file (specifically the location variable) and the print portion will also need to be updated with the specific values you want to pull out of the JSON.
    • 27 downloads
  • PowerShell Error Handling

    SAM Template will catch all potential errors and redirect them to Orion Output. All breaks (enters) will be removed, in order to display one long string. This is necessary, as SAM does not allow breaks in output. You can use this to implement in your script, in order to troubleshoot what is wrong. Orion does support displaying error messages, however only if the Message/Statistic is properly displayed. If script would exit before displaying Message/Statistic values (probably due to some error...
    • 7 downloads
  • Remote TCP Check

    Want to know if your Windows Application server can reach it's SQL? Or if the application can reach the cloud app? You have probably used the PowerShell command "Test-NetConnection", or TNC for short. It's perfect to see if a server or client can reach a remote TCP port. With a SAM template we can use that to test if another Windows server can reach that required TCP port. Download the attached SAM template and import it. Assign credentials for the "from-server", use local execution mode...
    • 48 downloads
  • Remote Ping (MikroTik)

    Remote Ping for MikroTik network devices. Template is based on PowerShell (running locally on SolarWinds server) and is connecting via SSH Terminal, in order to execute Ping command. Posh-SSH module is required: https://www.powershellgallery.com/packages/Posh-SSH/ Command for installing Posh-SSH on servers with Internet access: Install-Module -Name Posh-SSH Example for terminal output: [admin@Router1] > ping 8.8.8.8 count=5 SEQ HOST SIZE TTL TIME STATUS 0 8.8.8.8 56 114 16ms...
    • 7 downloads
  • Remote Ping (Forti)

    Remote Ping for Fortinet network devices. Template is based on PowerShell (running locally on SolarWinds server) and is connecting via SSH Terminal, in order to execute Ping command. Posh-SSH module is required: https://www.powershellgallery.com/packages/Posh-SSH/ Command for installing Posh-SSH on servers with Internet access: Install-Module -Name Posh-SSH Example for terminal output: Router1 # config vdom Router1 (vdom) # edit root current vf=root:0 Router1 (root) # execute...
    • 6 downloads
  • Remote Ping (Juniper)

    Remote Ping for Juniper network devices. Template is based on PowerShell (running locally on SolarWinds server) and is connecting via SSH Terminal, in order to execute Ping command. Posh-SSH module is required: https://www.powershellgallery.com/packages/Posh-SSH/ Command for installing Posh-SSH on servers with Internet access: Install-Module -Name Posh-SSH Example for terminal output: admin@Router1> ping 8.8.8.8 count 5 PING 8.8.8.8 (8.8.8.8): 56 data bytes 64 bytes from 8.8...
    • 1 download
  • Remote Ping (Cisco)

    Remote Ping for Cisco network devices. Template is based on PowerShell (running locally on SolarWinds server) and is connecting via SSH Terminal, in order to execute Ping command. Posh-SSH module is required: https://www.powershellgallery.com/packages/Posh-SSH/ Command for installing Posh-SSH on servers with Internet access: Install-Module -Name Posh-SSH Example for terminal output: Router1>ping 8.8.8.8 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 8.8.8.8...
    • 20 downloads
  • Remote Web Certificate Check

    This PowerShell SAM module runs on your SolarWinds server to calculate the remaining days until expiration of your remote web service.
    • 107 downloads