mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
be more clever
This commit is contained in:
parent
335d856dfa
commit
782097d72b
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ GPLv2
|
||||||
#set -xv
|
#set -xv
|
||||||
MAIL_LOG="${logfiles:-/var/log/mail.log /var/log/mail.log.1}"
|
MAIL_LOG="${logfiles:-/var/log/mail.log /var/log/mail.log.1}"
|
||||||
|
|
||||||
GREP_HOSTNAME="${0##*postfix_stats_}"
|
GREP_HOSTNAME=$(echo $0 | sed -r 's/^.+postfix_stats_?//')
|
||||||
|
|
||||||
# shellcheck disable=SC2154
|
# shellcheck disable=SC2154
|
||||||
PFLOGSUMM="${pflogsum}"
|
PFLOGSUMM="${pflogsum}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue