您好,登錄后才能下訂單哦!
./install.pl --check-prereq
checking required PERL modules
Carp...1.11
CGI...3.51
Data::Dumper...2.124
Digest::MD5...2.39
File::Basename...2.77
File::Find...1.14
MIME::Base64...3.08
POSIX...1.17
RRDs...1.4007
Time::HiRes...1.9721
現在已經弄好了,主要問題是el5的包裝好后不能locate到RRDs.pm,然后導致RRDs檢查失敗
然后到下面的鏈接下了el6的包,安裝完后再檢查就沒有錯了。
http://opensource.hqcodeshop.com/CentOS/6%20x86_64/RRDtool/
rrdtool-1.4.7-1.el6.x86_64.rpm
rrdtool-perl-1.4.7-1.el6.x86_64.rpm
GD失敗也是一樣,先刪除el5的包,然后裝個el6的新包即可
rpm -i perl-GD-2.45-1.el6.rfx.x86_64.rpm
安裝過程中還遇到了No data in rrd directory /usr/local/nagiosgraph/var/rrd 的錯誤
后來找到原因,是因為nagiosgraph需要定義一個command,而這個定義我是follow網上一個教程的,然后里里面的commnad_line定義的command和我安裝的版本不一致。所以根本找不到insert.pl
define command {
command_name process-service-perfdata-for-nagiosgraph
command_line /usr/local/nagiosgraph/bin/insert.pl
}
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。