User talk:Jbilyk: Difference between revisions
m (formatting for readability) |
(Added a second project - Alpine Linux terminal server running xrdp + likewise) |
||
Line 21: | Line 21: | ||
To test: /usr/local/mrtg-2/bin/mrtg /path/to/config/file/mrtg.cfg<br /> | To test: /usr/local/mrtg-2/bin/mrtg /path/to/config/file/mrtg.cfg<br /> | ||
Once working, add to crontab to run as often as desired (ie 5 min)<br /> | Once working, add to crontab to run as often as desired (ie 5 min)<br /> | ||
<br /><br /> | |||
------------------------------------------------------------------------------------------------------------------------------------------------------------ | |||
<br /><br /> | |||
Another project: Alpine Linux teminal server<br /> | |||
Basic idea is that a Windows client can use built-in RDP client and get a secure terminal server for web browsing<br /> | |||
Alpine Linux Edge w/ XFCE<br /> | |||
XRDP (a version with audio redirection such as http://bazaar.launchpad.net/~ryanaxp/posixrdp/devel/files, though that version is giving issues)<br /> | |||
Likewise (for Active Directory integration)<br /> |
Revision as of 18:04, 2 June 2010
This page is a work in progress ... This page is still being developed. |
Setting_up_MRTG_and_Smokeping_to_Monitor_Bandwidth_Usage_and_Network_Latency
Notes for smokeping(in progress):
Lighttpd - do not execute CGIs with interpreter
Need perl-rrd
Need perl CPAN URI::Escape
Paths within smokeping scripts (/etc/smokeping/*, smokeping.cgi, perl libs, scripts in bin)
Setup monitoring hosts
Notes for MRTG (in progress):
Deps: gd-dev, libpng-dev, zlib-dev
configure --prefix=/usr/local/mrtg-2
make && make install
/usr/local/mrtg-2/bin/cfgmaker --global 'WorkDir: /path/to/work/dir' --global 'Options[_]: bits,growright' --output /path/to/config/file/mrtg.cfg snmp-community@host
Check that output folder is accessible via web server (ie /var/www/localhost or whatever you have configured)
To test: /usr/local/mrtg-2/bin/mrtg /path/to/config/file/mrtg.cfg
Once working, add to crontab to run as often as desired (ie 5 min)
Another project: Alpine Linux teminal server
Basic idea is that a Windows client can use built-in RDP client and get a secure terminal server for web browsing
Alpine Linux Edge w/ XFCE
XRDP (a version with audio redirection such as http://bazaar.launchpad.net/~ryanaxp/posixrdp/devel/files, though that version is giving issues)
Likewise (for Active Directory integration)