SAM Application Templates
-
CONNECT DIRECT AIX Process (TivMon)
CONNECT-DIRECT-AIX-Process--TivMon-.apm-templateAnother simple SSH script to return status of a single process Define Shell Extension Define/create Working Directory Define Process : : *IF *MISSING Process.Process_Command_U *EQ ( 'sh -- sap/wpl.sh' )
-
Microsoft Dynamics CRM 4.0 Events
Microsoft Dynamics CRM 4 Events.apm-templateMicrosoft Dynamics CRM 4.0 Events This template assesses the status and overall performance of a Microsoft Dynamics CRM 4.0 server by monitoring critical errors in the Windows Application Log file. Prerequisites: WMI access to the target server. Credentials: Windows Administrator…
-
Microsoft Dynamics CRM 4.0 Statistics
Microsoft Dynamics CRM 4 Statistics.apm-templateMicrosoft Dynamics CRM 4.0 Statistics This template assesses the status and overall performance of a Microsoft Dynamics CRM 4.0 server by retrieving statistics from performance counters. Prerequisites: WMI access to the target server. Credentials: Windows Administrator on the…
-
Memcached
Memcached.apm-templateMemcached This template allows you to monitor the performance of Memcached installed on a Linux machine by using Perl scripts. Note: This template was created on Memcached version 1.4.13. Prerequisites: SSH and Perl installed on the target server. SNMP installed on the target server and permission to…
-
Custom templates for OES services on Linux
APM_multiple.apm-templateI finally got around to creating some templates to monitor Novell processes running on OES2 SP3. I've divided the process into three groups: * Standard OES services - includes things like LDAP, eDirectory, SLP, NTP, X-Tier, etc. * NCP/NSS services - includes NCP and DFS services, and SMS * iPrint…
-
MongoDB (Windows)
MongoDB (Windows).apm-templateMongoDB (Windows) This template allows you to monitor the performance of MongoDB installed on a Windows machine by using PowerShell monitors. Prerequisites:WinRM must be installed and properly configured on the target server. Configuring Windows Remote Management (WinRM) 1. If not already done…
-
Websphere 6
Websphere_6_Performance.apm-templateThis script uses vbscript to extract performance counters out of perfservlet.xml. This is meant for Websphere 6 only. - If you use a port other than 9080, edit the xml in a text editor and a do a bulk replace of ${IP}:9080 with ${IP}:yourPortNumber
-
AIX-Unix Directory File Count Monitoring
AIX-Unix-Directory-File-Count-Monitoring.apm-templateIf counts the number of files within a directory. You can set warning an critical on them for alerting.
-
Linux ntp monitor perl
Linux-ntp-monitor-perl.apm-templateLinux ntp monitor perl. Shows offeset, drift, noise, jitter and stability. Testet with ntp 4.3p3 on suse linux. @ntp_str = `ntpq -c rv $ARGV[0]`; # execute "ntpq -c rv <node>" #print @ntp_str; $ntp_str = split(/,/,@ntp_str); #print "$ntp_str[7]\n"; #print "$ntp_str[8]\n"; $var1 =…
-
SQL Server 2005-2008 Performance Counters (SQL) - Updated
SQL Server 2005-2008 Performance (SQL).apm-templateThis template has been updated from the original that ships with APM v4.2 to address issues related to multiple named SQL instances. You should only use this template if you are experiencing issues using the original SQL Server 2005-2008 Performance Counters (SQL) template…