git-svn-id: http://svn.centreon.com/trunk/plugins-2.x@5088 6bcd3966-0018-0410-8128-fd23d134de7e
This commit is contained in:
parent
896b78c99d
commit
d0fd58c164
|
@ -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
|
||||
/usr/bin/printf "%b" "$TIMET\t$HOSTNAME\t$SERVICEDESC\t$OUTPUT\t$SERVICESTATE\t$PERFDATA\n" >> $PERFFILE
|
||||
|
|
Loading…
Reference in New Issue