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
50809
Files:
FileDescription
check_pmtacheck_pmta
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
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$
}