User talk:Jbilyk: Difference between revisions
(Added note to install mrtg package from edge) |
m (Formatting + corrected paths to binaries for mrtg + removed alpine linux TS) |
||
Line 14: | Line 14: | ||
Notes for MRTG (in progress): | Notes for MRTG (in progress): | ||
Install package mrtg from edge repo< br/> | Install package mrtg from edge repo<br /> | ||
/usr | {{Cmd|/usr/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)<br /> | Check that output folder is accessible via web server (ie /var/www/localhost or whatever you have configured)<br /> | ||
To test: /usr | To test: env LANG=c /usr/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 /> | ||
Revision as of 00:22, 12 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):
Install package mrtg from edge repo
/usr/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: env LANG=c /usr/bin/mrtg /path/to/config/file/mrtg.cfg
Once working, add to crontab to run as often as desired (ie 5 min)