#!/bin/bash # Author: Christoph Galuschka # Athmane Madjoudj if [ $centos_ver -ge 6 ] then # Install rrdtool t_InstallPackage rrdtool else echo "Skipped on CentOS 5" fi