SAM Application Templates
-
Files Aged
Files Aged.apm-templateAn app monitor for watching a location for aged content. Simply set the relative path as the first arg followed by the minutes you determine as being aged (eg. \\${IP}\c$\temp,15). Any files older than this will raise a warning.
-
Seconds Since File Updated
Seconds Since File Updated v2.apm-templateI had need to monitor a log file and alert if not updated within 5 minutes during the day and 1 hour during the night. I did this using Powershell. Here is the script in its most basic form. Instructions: * Enter the path to the file (I'm using it for a log but it can be any file…
-
Keyword in Text File
Keyword in Text File.apm-templateFeb 2018 - Added keyword to arguments field for easier re-use. I had need to check a text file for keywords and did this via Powershell. I share here the script in it's most basic form: Instructions: * Enter the path to the file and the keyword to search separated by a comma for in the…
-
Microsoft Exchange Mailbox Checker
Microsoft Exchange Mailbox Checker.apm-templateThis template runs a PowerShell script on the Orion server or remote Windows host which connects to an Exchange Mailbox's Inbox folder using the Exchange Rest API and checks the count of messages in the Inbox and the age of the oldest message in the Inbox. Current restrictions…
-
Ephemeral Port Monitor
Ephemeral Port Monitor.apm-templateEphemeral Port Monitor
-
Liebert APM snmp monitor template
Liebert APM snmp monitor template.apm-templateThis is my first attempt at creating a monitor template. I took the general monitors that I saw in the APC monitor, but as this is a three phase UPS it all got expanded. Glad to take any comments or feedback. Thanks
-
RHEL_CentOS 7 Service Checks
RHEL_CentOS 7 Service Checks.apm-templateThis monitor uses a non-root account to monitor service status on RHEL/CentOS 7 systems with the "/usr/bin/systemctl is-active <SERVICENAME>" command. If the service is inactive (i.e., not running/started), the monitor will "exit 1" and report as Down. The only other possible result…
-
RHEL_CentOS 5_6 Service Checks
RHEL_CentOS 5_6 Service Checks.apm-templateThis monitor uses a non-root account to monitor service status on RHEL/CentOS 5/6 systems with the /sbin/service command. Please see PREREQUISITES below for proper operation. PREREQUISITES 1. On the monitored client, use visudo to give the user <USER> rights to run the…
-
Azure SQL DTU Template
Azure SQL DTU Template.apm-templateThis monitor all of the metrics that are used in calculating Azure SQL DTU. See this Microsoft article for details: https://docs.microsoft.com/en-us/sql/relational-databases/system-dynamic-management-views/sys-dm-db-resource-stats-azure-sql-database
-
Oracle Test
Oracle Test.apm-template