Home Directory Plugins Email and Groupware PowerMTA Status Check Plugin

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

PowerMTA Status Check Plugin

Current Version
1.0
Last Release Date
2012-12-21
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
License
GPL
Hits
50398
Files:
FileDescription
check_pmtacheck_pmta
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
PowerMTA status check plugin for nagios
This plugin is checking if PowerMTA host is alive or dead.

Also show queue length on PowerMTA host.

Command Line Usage :

./check_pmta [powermta_host_name or powermta_host_ip]

---

Nagios Usage :

Service definition :

define service{
use generic-service
host_name mngw03
service_description PowerMTA Status
check_command check_pmta!1.1.1.1
contact_groups sl_kursadd
}

Command definition:

define command{
command_name check_pmta
command_line $USER2$/check_pmta $HOSTADDRESS$ $ARG1$
}