Smokeping
From ArchWiki
A work in progress. Hopefully it will be completed.
Contents |
Introduction
Smokeping introduction.
Installation
Preresiquites
Assumed Requriements
- A webserver (Assumed Apache2)
- Perl
These two items will not be discussed.
Smokeping Requirements
- RRDTool
- FPing
- dig
- curl
su - pacman -Sy rrdtool fping dnsutils curl
Perl (Optional) Requirements
- libwww-perl
- Socket 6
- Net::Telnet
- Net::DNS
- Net::LDAP
- IO::Socket::SSL
- Authen::Radius
pacman -Sy perl-libwww perl-net-telnet perl-net-dns perl-ldap perl-io-socket-ssl perl-authen-radius
TODO: Install Socket 6, EchoPing
SpeedyCGI
cd /tmp && wget http://www.daemoninc.com/SpeedyCGI/CGI-SpeedyCGI-2.22.tar.gz && tar xzvf CGI-SpeedyCGI*; cd CGI-Speedy*; yes yes| perl Makefile.PL && make && make test && make install
CGI::Carp
Installation
vim ./bin/smokeping.dist
Replace use lib qw(/usr/pack/rrdtool-1.3.0-rp/lib/perl); with