I am running 1.4-5 and have followed the instructions at http://wiki.oreon-project.org/index.php/Graphs and I am having an issue.
The file being created is service-perfdata?? I have no clue to why the questions marks are there. Data is being stored, but I'd like to figure out why the question marks are there.
my process-service-perfdata is as follows
TIMET=$1
HOSTNAME=$2
SERVICEDESC=$3
OUTPUT=$4
SERVICESTATE=$5
PERFDATA=$6
PERFFILE="/usr/local/nagios/var/service-perfdata"
/usr/bin/printf "%b" "$TIMET\t$HOSTNAME\t$SERVICEDESC\t$OUTPUT\t$SERVIC ESTATE\t$PERFDATA\n" >> $PERFFILE
I tried to continue on with the rest and I'm not getting any data in OreonDataStorage.
Any help would be greatly appreciated.
Thanks
The file being created is service-perfdata?? I have no clue to why the questions marks are there. Data is being stored, but I'd like to figure out why the question marks are there.
my process-service-perfdata is as follows
TIMET=$1
HOSTNAME=$2
SERVICEDESC=$3
OUTPUT=$4
SERVICESTATE=$5
PERFDATA=$6
PERFFILE="/usr/local/nagios/var/service-perfdata"
/usr/bin/printf "%b" "$TIMET\t$HOSTNAME\t$SERVICEDESC\t$OUTPUT\t$SERVIC ESTATE\t$PERFDATA\n" >> $PERFFILE
I tried to continue on with the rest and I'm not getting any data in OreonDataStorage.
Any help would be greatly appreciated.
Thanks
Comment