Install rrdtool 1.4 on CentOS 6



I got the error after I install Check_mk 1.2.4p2. When I try to check one of the many network interfaces in Check_MK, the graphs of some parameters are not shown. Instead I see a red box with white fonts saying
ERROR: Unknown function 'PERCENTNAN' in VDEF 'outpercmb'

For fix this issue I installed latest version rrdtool
Download latest version rrdtool
# wget http://pkgs.repoforge.org/rrdtool/perl-rrdtool-1.4.7-1.el6.rfx.x86_64.rpm
# wget http://pkgs.repoforge.org/rrdtool/rrdtool-devel-1.4.7-1.el6.rfx.x86_64.rpm
# wget http://pkgs.repoforge.org/rrdtool/rrdtool-1.4.7-1.el6.rfx.x86_64.rpm

Install all dependencies for rrdtool
# yum install libdbi ruby xorg-x11-fonts-Type1 perl-Time-HiRes gettext libpango libpangocairo pango -y

We need remove old version
# yum erase rrdtool -y

Install rrdtool from rpm packages
# rpm -Uvh perl-rrdtool-1.4.7-1.el6.rfx.x86_64.rpm rrdtool-1.4.7-1.el6.rfx.x86_64.rpm rrdtool-devel-1.4.7-1.el6.rfx.x86_64.rpm

Nhận xét

Bài đăng phổ biến từ blog này

CLEANING UP THE ZABBIX DATABASE

Configuring DHCP Relay service on the FortiGate unit

Stuxnet Trojan - Memory Forensics with Volatility | Part I