2014-02-05
它包括了real-time system 和network health monitor,一個Web 應用框架和一個系統管理應用。
Big Sister System and Network Monitor
http://www.bigsister.ch/
官方畫面
http://www.bigsister.ch/snapshots.html
安裝文件
http://www.bigsister.ch/pdoc/INSTALL.html
SpeedCGI下載網頁
http://daemoninc.com/SpeedyCGI/download.html
這個項目包括了real-time system 和network health monitor, 一個Web 應用框架和一個系統管理應用。
基本需求
Perl modules:
- GD (required if you attempt to use graphical
displays - available from http://www.cpan.org)
- Simon Leinen's SNMP (required if you attempt
to monitor SNMP devices) -
http://www.switch.ch/misc/leinen/snmp/perl/index.html
- LWP::UserAgent (enables realhttp test and will
allow you to install plugins directly from the
Big Sister download site) - available as
"libwww-perl" from http://www.cpan.org
- URI (goes together with LWP::UserAgent) - http://www.cpan.org
- Net::SMTP (if you want Big Sister to send alarms
via SMTP rather than via the "mail" command) -
http://www.cpan.org
Other software packages:
- RRDTool (required if you attempt to use performance
data collection) - available from
http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/
- SpeedyCGI (speeds up Big Sister CGIs) - available
from http://daemoninc.com/SpeedyCGI/
安裝
yum -y install gcc gd net-snmp net-snmp-utils sendmail perl* net-snmp-perl rrdtool rrdtool-perl perl-devel mod_perl-devel perl-core
#wget http://dag.wieers.com/rpm/packages/rpmforge-release/rpmforge-release-0.3.6-1.el5.rf.i386.rpm
#rpm -Uvh rpmforge-release-0.3.6-1.el5.rf.i386.rpm
#yum -y install rrdtool
cd /usr/local
wget http://daemoninc.com/SpeedyCGI/CGI-SpeedyCGI-2.22.tar.gz
tar zxvf CGI-SpeedyCGI-2.22.tar.gz
cd CGI-SpeedyCGI-2.22
perl Makefile.PL
make
make test
make install
cd
# 這三個程式從 2006-01-22 就沒有改版了
wget http://prdownloads.sourceforge.net/bigsister/bigsister-1.02-4.noarch.rpm
wget http://prdownloads.sourceforge.net/bigsister/bigsister-agent-1.02-4.noarch.rpm
wget http://prdownloads.sourceforge.net/bigsister/bigsister-server-1.02-4.noarch.rpm
rpm -Uvh bigsister*.rpm
service httpd restart
service bigsister restart
或
bin/bb_start start
firefox http://localhost/bigsis &
實際上 make 失敗
[root@localhost CGI-SpeedyCGI-2.22]# make
...(略)
speedy_perl.c:918: warning: passing argument 2 of ‘perl_parse’ from incompatible pointer type
/usr/lib64/perl5/CORE/proto.h:57: note: expected ‘XSINIT_t’ but argument is of type ‘void (*)(void)’
make[1]: *** [speedy_perl.o] Error 1
make[1]: Leaving directory `/usr/local/CGI-SpeedyCGI-2.22/speedy_backend'
make: *** [subdirs] Error 2
[root@localhost CGI-SpeedyCGI-2.22]#
(待研究... )
相關
十大優秀開源網絡管理工具
http://forum.icst.org.tw/phpbb/viewtopic.php?f=22&t=16080
[研究] Big Sister System 1.02-4 網路管理工具 安裝 (CentOS 5.4 x86)
http://forum.icst.org.tw/phpbb/viewtopic.php?t=18033
[研究] Big Sister System 1.02-4 網路管理工具 安裝 (CentOS 6.0 x86)
http://forum.icst.org.tw/phpbb/viewtopic.php?t=20285
[研究] Big Sister System and Network Monitor 1.02-4 網路管理工具 安裝 (CentOS 6.0 x86)(失敗)
http://forum.icst.org.tw/phpbb/viewtopic.php?t=20417
沒有留言:
張貼留言