echo 'graph_info This graph displayes AUTH packets of all radiator processes combined.'
#
# Count all statistics files and create labels
for COUNT in `ls $STATISTICSDIR/Statistics-auth* | sed -r 's/auth([1-9]{1})\.log$/auth0\1\.log/g' | sort | awk -F"auth" '{print $2}' | sed 's/\.log//g'`; do
echo 'radiator'$COUNT'.label radiator_'$COUNT' '
echo 'radiator'$COUNT'.type DERIVE'
echo 'radiator'$COUNT'.min 0'
echo 'radiator'$COUNT'.info radiator proc '$COUNT
done
exit 0
fi
# Print values for all statistics files
for FILE in `ls $STATISTICSDIR/Statistics-auth* | sed -r 's/auth([1-9]{1})\.log$/auth0\1\.log/g' | sort`; do