From f86722e7a092f5d1c6c7815499bd61866c75045c Mon Sep 17 00:00:00 2001 From: "Costa Tsaousis (ktsaou)" Date: Fri, 20 Nov 2015 01:19:29 +0200 Subject: normalized all charts.d plugins --- charts.d/postfix.chart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'charts.d/postfix.chart.sh') 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 -- cgit v1.2.3