SAM Application Templates
-
Juniper RPM Probes (net-snmp v2)
Juniper RPM Probes (net-snmp v2).apm-templateI 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…
-
An example template for using Python3 to query a JSON file to import into SAM
Quick Python3 JSON Example Template.apm-templateThis 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…
-
PowerShell Error Handling
PowerShell Error Handling.apm-templateSAM 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…
-
Remote TCP Check
TCP Remote Connection Test.apm-templateWant 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…
-
Remote Ping (MikroTik)
Remote Ping (MikroTik).apm-templateRemote 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.…
-
Remote Ping (Forti)
Remote Ping (Forti).apm-templateRemote 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.…
-
Remote Ping (Juniper)
Remote Ping (Juniper).apm-templateRemote 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.…
-
Remote Ping (Cisco)
Remote Ping (Cisco).apm-templateRemote 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.…
-
Remote Web Certificate Check
NOC-Certificate-expiration.apm-templateThis PowerShell SAM module runs on your SolarWinds server to calculate the remaining days until expiration of your remote web service.
-
SolarWinds Orion/Platform HA Health
Orion HA Service Health.apm-templateThere doesn't appear to be an out the box template for this. For anyone with HA pools configured the way we have worked round this is by monitoring the VIP with the Orion Observability template, adding in the MPE/APE with it's own static IP without any applications assigned, and then…