Ok, I'm having a major brain hemorrhage or something. I just can't get mrtg setup on my box. I've done it before and it's not like it's brain surgery but there's a mental block or something that I just can't get around. All I want to do is have a nice, simple graph of the traffic on the box and the gateway in the standard day/week/month/year thing. I've got the mrtg rpm installed and it's all there. Could someone just give me a quick kickstart on this? Just something to dislodge the blockage. I'd be forever in your debt. Thank you, Joe
One useful thing I found, make sure you have - LANG='en_US' export LANG in your /etc/profile or MRTG may not work at all. "cfgmaker community at router" will give you configs to put in /etc/mrtg "indexmaker /etc/configfile.cfg" will give you some base html "0,5,10,15,20,25,30,35,40,45,50,55 * * * * /usr/bin/mrtg /etc/mrtg/configfile.cfg1.cfg >/dev/null 2>&1" in your crontab will get things running. Joe Klemmer wrote:> Ok, I'm having a major brain hemorrhage or something. I just can't get > mrtg setup on my box. I've done it before and it's not like it's brain > surgery but there's a mental block or something that I just can't get > around. All I want to do is have a nice, simple graph of the traffic on > the box and the gateway in the standard day/week/month/year thing. I've > got the mrtg rpm installed and it's all there. > > Could someone just give me a quick kickstart on this? Just something > to dislodge the blockage. I'd be forever in your debt. > > Thank you, > Joe > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos >
Joe Klemmer wrote:> Ok, I'm having a major brain hemorrhage or something. I just can't get > mrtg setup on my box. I've done it before and it's not like it's brain > surgery but there's a mental block or something that I just can't get > around. All I want to do is have a nice, simple graph of the traffic on > the box and the gateway in the standard day/week/month/year thing. I've > got the mrtg rpm installed and it's all there. > > Could someone just give me a quick kickstart on this? Just something > to dislodge the blockage. I'd be forever in your debt. > > Thank you, > Joe >"man cfgmaker" and "man indexmaker" perhaps?