From ea4f06b64506d6443de86acc70f0e84adbae5e15 Mon Sep 17 00:00:00 2001 From: Julien Mathis Date: Wed, 7 May 2008 12:23:50 +0000 Subject: [PATCH] git-svn-id: http://svn.centreon.com/trunk/plugins-2.x@5088 6bcd3966-0018-0410-8128-fd23d134de7e --- centreon-plugins/src/process-service-perfdata | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/centreon-plugins/src/process-service-perfdata b/centreon-plugins/src/process-service-perfdata index 173743a03..6ee8bb45f 100644 --- a/centreon-plugins/src/process-service-perfdata +++ b/centreon-plugins/src/process-service-perfdata @@ -1,5 +1,6 @@ +#! /bin/sh ################################################################### -# Oreon is developped with GPL Licence 2.0 +# Centreon is developped with GPL Licence 2.0 # # GPL License: http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt # @@ -32,4 +33,4 @@ SERVICESTATE=$5 PERFDATA=$6 PERFFILE="@NAGIOS_VAR@/service-perfdata" -/usr/bin/printf "%b" "$TIMET\t$HOSTNAME\t$SERVICEDESC\t$OUTPUT\t$SERVICESTATE\t$PERFDATA\n" >> $PERFFILE \ No newline at end of file +/usr/bin/printf "%b" "$TIMET\t$HOSTNAME\t$SERVICEDESC\t$OUTPUT\t$SERVICESTATE\t$PERFDATA\n" >> $PERFFILE