ASSP Anti-Spam SMTP Proxy Server Watchdog
ASSP Anti-Spam SMTP Proxy Server Watchdog
Wer einen ASSP (Anti-Spam SMTP Proxy Server) betreibt will mit Nagios oder Whatsup Gold diesen Service im Auge behalten können. Mit einem kleinen Script kann man den Status des Service abfragen:
#!/bin/bash
# ASSP watchdog process.

#
# Start in the correct directory.
BASE=/usr/share/assp/
cd $BASE

# Check for a running ASSP process and give Process ID
PROC=`ps axww | grep "[a]ssp.pl" | awk '{print $1}'`

FILES=`lsof -p "${PROC}" | grep /usr/share/assp | grep perl`

# Test If ASSP is not running.
if [ "${FILES}" ]
then {
echo "ASSP OK"
}
else {
echo "ASSP NOT RUNNING"
# Start ASSP
# /etc/init.d/assp start
} 
fi

ASSP

The Anti-Spam SMTP Proxy (ASSP) server project is an Open Source, Perl based, platform-independent transparent SMTP proxy server that leverages numerous methodologies and technologies to both rigidly and adaptively identify e-mail spam. ASSP is easy to set up because it requires only minor changes to the configuration of your your Mail Transfer Agent.


Nichts gefunden

Es wurde zur Story ASSP Anti-Spam SMTP Proxy Server Watchdog kein Kommentar gefunden

Information

Werbung oder Ähnliches sind nicht erlaubt, daher wird jeder Beitrag geprüft und freigegeben.
Advertising, etc. are not allowed, so any contribution is reviewed and approved.
Facebook-Webadress are not allowed, Facebook als Webadresse ist nicht erlaubt


* Die E-Mail wird nicht veröffentlicht / The email will not be published
** Bitte Zahl eintragen / Please enter the number
Ihr Kommentar
?
?
captcha Image?
?
 

Tippsammlung

Kleine Tippsammlung für mich und dijenige die sich auf meine Webseite verirrt haben.

Archiv

JahrArchiv
Tag(s):