SA-CHECK_SPAMD.RAW(1) | User Contributed Perl Documentation | SA-CHECK_SPAMD.RAW(1) |
sa-check_spamd - spamd monitoring script for use with Nagios, etc.
sa-check_spamd [options]
Options:
-c secs, --critical=secs Critical ping response threshold -h, -?, --help Print usage message -H hostname, --hostname=hostname Hostname of spamd service to ping -p port, --port=port Port of spamd service to ping --socketpath=path Connect to given UNIX domain socket -t secs, --timeout=secs Max time to wait for a ping response -v, --verbose Verbose debug output -V, --version Output version info -w secs, --warning=secs Warning ping response threshold
The purpose of this program is to provide a tool to monitor the status of "spamd" server processes. spamd is the daemonized version of the spamassassin executable, both provided in the SpamAssassin distribution.
This program is designed for use, as a plugin, with the Nagios service monitoring software available from http://nagios.org. It might be compatible with other service monitoring packages. It is also useful as a command line utility or as a component of a custom shell script.
Options of the long form can be shortened as long as the remain unambiguous (i.e. --host can be used instead of --hostname).
This value must be at least as long as the value specified for warning and less than the value specified for timeout.
This value must be greater than the values specified for both the critical and warning values.
This value must be no longer than the value specified for critical and less than the value specified for timeout.
The program will indicate the status of the spamd process being monitored by exiting with one of these values:
"Mail::SpamAssassin" version 3.1.1 or higher (3.1.6 or higher recommended)
Daryl C. W. O'Shea, DOS Technologies <spamassassin@dostech.ca>
sa-check_spamd is distributed under the Apache License, Version 2.0, as described in the file "LICENSE" included with the Apache SpamAssassin distribution and available at http://www.apache.org/licenses/LICENSE-2.0
Copyright (C) 2015 The Apache Software Foundation
2023-04-30 | perl v5.36.0 |