centOs 安装rrdtool 步骤

来源:互联网 发布:嘉兴南湖行知小学 编辑:程序博客网 时间:2024/05/17 23:49

1.下载包

wget http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.4.5.tar.gz

2.编译

./configure --prefix=/usr/local 


3.安装

makemake install


编译过程中会有几个警告,但是整个环境并没有影响。基本上安装部份都不会有什么问题,输入“rrdtool”  看是否出现如下信息

[root@localhost rrdtool-1.4.5]# rrdtoolRRDtool 1.4.5  Copyright 1997-2010 by Tobias Oetiker <tobi@oetiker.ch>               Compiled Nov 15 2011 11:40:17Usage: rrdtool [options] command command_optionsValid commands: create, update, updatev, graph, graphv,  dump, restore,                last, lastupdate, first, info, fetch, tune,                resize, xport, flushcachedRRDtool is distributed under the Terms of the GNU GeneralPublic License Version 2. (www.gnu.org/copyleft/gpl.html)For more information read the RRD manpages

OK 大功告成