sntop uses fping (ping is supported, too) to determine connectivity of hosts, specified in a config file, on a regular interval. the results are displayed in a top-like format.
Installation and Configuration:
Download sntop from here and type the following command to install sntop
# tar xvzf sntop-x.y.z.tar.gz
# cd sntop-x.y.z
# ./configure
# make
# make install
you should now edit the system conf file (or remove it), which is by default in /etc:
$ vi /etc/sntoprc
Each user can use their own config file, look at the man pages to figure out how to add servers to the configuration file.
$ cp /etc/sntoprc ~/.sntoprc
$ vi ~/.sntoprc
sntop is placed in /usr/local/bin by default
1 comments:
I am getting a error on my Centos 5.5 box:
# service monitorix restart
Can't locate RRDs.pm in @INC (@INC contains: /usr/local/lib/perl5/5.8.8/i686-linux /usr/local/lib/perl5/5.8.8 /usr/local/lib/perl5/site_perl/5.8.8/i686-linux /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl .) at /usr/sbin/monitorix.pl line 12.
BEGIN failed--compilation aborted at /usr/sbin/monitorix.pl line 12.
Stopping Monitorix: [ OK ]
Starting Monitorix: Can't locate RRDs.pm in @INC (@INC contains: /usr/local/lib/perl5/5.8.8/i686-linux /usr/local/lib/perl5/5.8.8 /usr/local/lib/perl5/site_perl/5.8.8/i686-linux /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl .) at /usr/sbin/monitorix.pl line 12.
BEGIN failed--compilation aborted at /usr/sbin/monitorix.pl line 12.
[FAILED]
Post a Comment