summaryrefslogtreecommitdiffstats
path: root/charts.d/postfix.chart.sh
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2015-11-20 01:19:29 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2015-11-20 01:19:29 +0200
commitf86722e7a092f5d1c6c7815499bd61866c75045c (patch)
tree1449a86a8220a42909192ba1508c9d31bfe2b3c1 /charts.d/postfix.chart.sh
parent93921bbb7cd15c3f3a4e4f52386cf3611eadd8d0 (diff)
normalized all charts.d plugins
Diffstat (limited to 'charts.d/postfix.chart.sh')
-rwxr-xr-xcharts.d/postfix.chart.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/charts.d/postfix.chart.sh b/charts.d/postfix.chart.sh
index 1086ad54ee..0a246da626 100755
--- a/charts.d/postfix.chart.sh
+++ b/charts.d/postfix.chart.sh
@@ -32,7 +32,7 @@ postfix_check() {
if [ -z "$postfix_postqueue" -o ! -x "$postfix_postqueue" ]
then
- echo >&2 "postfix: cannot find postqueue. Please set 'postfix_postqueue=/path/to/postqueue' in $confd/postfix.conf"
+ echo >&2 "$PROGRAM_NAME: postfix: cannot find postqueue. Please set 'postfix_postqueue=/path/to/postqueue' in $confd/postfix.conf"
return 1
fi