Home Directory Plugins Email and Groupware PowerMTA Status Check Plugin

PowerMTA Status Check Plugin

Bookmark and Share

Current Version
1.0
Last Release Date
2012-12-21
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
E-mail
License
GPL
Hits
9809
Files:
FileDescription
check_pmtacheck_pmta
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$
}