Re: [CentOS] MRTG and eth0

2017-03-03 Thread isdtor
Matt writes: > Is there an easy way to graph ethernet eth0 on Centos 7 with MRTG > without using SNMP? I thought I found a way to do this in past by > using a shell script to poll the interface but cannot find it back. Yes, this is very easy and the required script is very simple. See http://oss

Re: [CentOS] mrtg 2.16.2 ipv6 on centos 6

2011-09-06 Thread Florian
Hi, i solved my first problem and created a new one :-( After installing the perl-module IO-Socket-INET6-2.67.tar the mrtg 2.16 works with V4 and V6-Addresses. I had to install the perl-Module from source-code "by hand". Is this a dependency, which is not resolved by yum? >From mrtg 2.17 i ge

RE: [CentOS] mrtg

2008-10-27 Thread Dennis McLeod
nt: Sunday, October 26, 2008 10:42 AM > To: CentOS mailing list > Subject: Re: [CentOS] mrtg > > Mad Unix wrote: > > any help/tips/document/link to setup and configure MRTG > under Centos. > > > > MRTG is very old and krufty.use RRDTOOL instead. In fa

Re: [CentOS] mrtg

2008-10-26 Thread John R Pierce
Mad Unix wrote: any help/tips/document/link to setup and configure MRTG under Centos. MRTG is very old and krufty.use RRDTOOL instead. In fact, use CACTI, which is RRDTOOL wrapped up in a nice package ready to use. http://www.cacti.net/You can find the latest cacti RPM for CentOS

Re: [CentOS] mrtg

2008-10-26 Thread Marcellino Junior
I tryed to use this page [ http://wiki.centos.org/TipsAndTricks/MRTG ] but not worked for me.. :( On Sun, Oct 26, 2008 at 3:34 PM, Mad Unix <[EMAIL PROTECTED]> wrote: > any help/tips/document/link to setup and configure MRTG under Centos. > > Thanks > __

Re: [CentOS] MRTG Problem - no traffic recorded

2008-08-09 Thread Morten Nilsen
Mogens Kjaer wrote: Morten Nilsen wrote: ... Target[vlan10]: `ifconfig vlan10 | /usr/bin/awk '/bytes/{ gsub(/:/, " "); print $3 "\n" $8}'` Try adding the full path to ifconfig I did in fact do that last night, and left it running, and now the graph is fine.. Thanks for the reply, none

Re: [CentOS] MRTG Problem - no traffic recorded

2008-08-09 Thread Mogens Kjaer
Morten Nilsen wrote: ... Target[vlan10]: `ifconfig vlan10 | /usr/bin/awk '/bytes/{ gsub(/:/, " "); print $3 "\n" $8}'` Try adding the full path to ifconfig Mogens -- Mogens Kjaer, Carlsberg A/S, Computer Department Gamle Carlsberg Vej 10, DK-2500 Valby, Denmark Phone: +45 33 27 53 25, Fax

Re: [CentOS] MRTG question on CentOS

2008-02-28 Thread Indunil Jayasooriya
On Thu, Feb 28, 2008 at 11:21 AM, Rogelio <[EMAIL PROTECTED]> wrote: > I'm trying to get MRTG up and running on CentOS, but the displayed http page > says that I don't have permission to access /mrtg/ on the server. > > Here are my commands > > yum install mrtg > vim /etc/httpd/conf.d/mrtg.conf my

Re: [CentOS] MRTG question on CentOS

2008-02-28 Thread nate
Rogelio wrote: > [Wed Feb 27 15:41:13 2008] [error] [client 10.200.200.58] Directory index > forbidden by Options directive: /var/www/mrtg/ Run MRTG's indexmaker to make an index file(index.html), or update the apache config to allow Indexes for that directory. nate

Re: [CentOS] MRTG question on CentOS

2008-02-28 Thread Ralph Angenendt
Rogelio wrote: > [Wed Feb 27 15:41:13 2008] [error] [client 10.200.200.58] Directory index > forbidden by Options directive: /var/www/mrtg/ > > Any suggestions? is quite handy anyway, if you're toying aro