SAM Application Templates
-
Asset Management - SNOW
Asset Management - SNOW.apm-templateThis is used to monitor Snow Asset Management software. https://www.snowsoftware.com/int
-
Citrix PVS
Citrix PVS.apm-templateThis is to monitor Citrix Provisioning Services(PVS).
-
RightFax Doc Transport Server
RightFax Doc Transport Server.apm-templateUse this template to monitor RightFax servers in the Doc transport role.
-
RightFax Application Server
RightFax Application Server.apm-template
-
Citrix NetScaler
Citrix NetScaler.apm-templateThis template is used to monitor lots of stats for your Netscaler.
-
Linux Read-Only File Check
Linux Read-Only File Check.apm-templateThis template returns the read/write status of a file on a Linux file system. If the file is read-only, then the component returns a status of Critical. If the file is writable, then the component returns an "up" status. Note, you must configure the script parameters with the path to…
-
Encrypted File Check
Encrypted File Check.apm-templateChecking for files that suddenly become encrypted. i.e. suspicious activity... This is a very simple proof of concept that shows how you might check specific file attributes using a basic PowerShell script. Be sure to edit the paths in the script to fit your environment.
-
Log Parser
Log Parser.apm-templateThis template looks for a specified keyword in the log files of a specified directory and its subdirectories on a Linux or Unix computer and lists the number of occurrences along with the lines where the keyword is present. Prerequisites: SSH and Perl installed on the target server. Credentials: Root…
-
Embedded Linux VPN Connections
Embedded Linux VPN Connections.apm-templateThis template returns the total number of active VPN connections for devices using OpenVPN on embedded Linux devices such as DD-WRT, BusyBox, etc. What makes this special is that it's all done in bash and has no external library dependencies Prerequisites: SSH access Credentials:…
-
HTTP/S Block Check
HTTP-S Block Check.apm-templateThe following script will return an "Up" Status when the website specified within the script arguments is inaccessible, and will return a "Down" status should the website be accessible. This is useful for verifying web filters, access control lists, or firewall policies are functioning…