initial commit of file from CVS for smeserver-zabbix-agent on Sat Sep 7 21:17:46 AEST 2024
This commit is contained in:
11
root/var/lib/zabbix/bin/util_count_mail_out
Normal file
11
root/var/lib/zabbix/bin/util_count_mail_out
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
BINDIR='/var/lib/zabbix/bin'
|
||||
LOGTAIL=$BINDIR'/util_logtail'
|
||||
PARSER=$BINDIR'/util_parse_mail_out'
|
||||
LOGFILE='/var/log/qmail/current'
|
||||
TMPDIR='/var/lib/zabbix/tmp/'
|
||||
|
||||
for WHAT in failure deferral success total; do
|
||||
$LOGTAIL $LOGFILE $TMPDIR/mail.out.$WHAT.offset | $PARSER $WHAT > $TMPDIR/mail.out.$WHAT
|
||||
done
|
||||
|
Reference in New Issue
Block a user