
$ ./modemstat -m ip_modemand see what happens. If it's ok you should get something like this:
4857 3856 uptime load router.qwoot.netIf not, you should check your hostname and permissions to write to /tmp/.modemdata and /var/log/modemlog. If your modem requires a password supply the -p option too. Otherwise report it as a bug (see the 'Contact' section below)
WorkDir: path_to_where_mrtg_should_put_the_graph Options[_]: nopercent,growright,nobanner,nolegend,noinfo,gauge MaxBytes[_]: 125000000 Target[alcatel_speedtouch]: `path_to_the_modemstat_script -m ip_modem` Options[alcatel_speedtouch]: nopercent,growright,nolegend,noinfo,nobanner,integer,gauge,pngdate Title[alcatel_speedtouch]: Load for Alcatel Speedtouch Modem
/usr/local/mrtg-2/bin/mrtg /etc/mrtg/modemstat.cfgto run MRTG. The first two times you run MRTG it will complain a bit but that should disappear the third time ;)
$ crontab -eand add something like this:
0-59/5 * * * * /usr/local/mrtg-2/bin/mrtg /etc/mrtg/modemstat.cfg 1> /dev/null
alex at qwoot dot net