I have the following ./cfgmaker file;
/usr/local/mrtg-2/bin/cfgmaker --global 'WorkDir: /var/www/html/mrtg/' \
--global 'Options[_]: bits,growright' \
--global 'LogFormat: rrdtool' \
--global 'PathAdd: /usr/local/rrdtool-1.2.11/bin/' \
--global 'LibAdd: /usr/local/rrdtool-1.2.11/lib/perl/5.8.6/i386-linux-thread-multi/' \
--output /var/www/html/mrtg/cfg/192.168.1.109.cfg \
--ifref=ip \
--ifdesc=alias \
--ifref=name \
mycommunityinfo@x.x.x
My Questions:
1- What else I can add here that output additional information 
2- How can I add more devices?
or do I have to change the ip address and re-run the script?
Crontab vs ???
I am only familier with crontab current
(very new with Linux)
I have the following configuration for crontab
*/5 * * * * root env LANG=C /usr/local/mrtg-2/bin/mrtg /var/www/html/mrtg/cfg/*.cfg \
--logging /var/www/log/mrtg.log
So far, this is working GREAT. but does anybody has better way to update .cfg files?
Thanks for any suggestion and advice
DDemirchiStatistics: Posted by ddemirchi — Sun Feb 05, 2006 5:00 pm
]]>