<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: MRTG Installation and Configuration in Debian based Distributions</title>
	<atom:link href="http://www.debianadmin.com/mrtg-installation-and-configuration-in-debian-based-distributions-2.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.debianadmin.com/mrtg-installation-and-configuration-in-debian-based-distributions-2.html</link>
	<description>Debian/Ubuntu Linux System Administration Tutorials,Howtos,Tips</description>
	<lastBuildDate>Fri, 12 Mar 2010 13:14:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Cezary</title>
		<link>http://www.debianadmin.com/mrtg-installation-and-configuration-in-debian-based-distributions-2.html/comment-page-1#comment-4285</link>
		<dc:creator>Cezary</dc:creator>
		<pubDate>Wed, 13 Jan 2010 13:11:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/mrtg-installation-and-configuration-in-debian-based-distributions-2.html#comment-4285</guid>
		<description>My apology PageTop missing H1 should set up as 
PageTop[localhost.cpu]: Active CPU Load % for cpu.cfg
PageTop[localhost.mem]:Free Memory for mem.cfg
PageTop[localhost.memory]: Free Memory for memfree.cfg
PageTop[server.mempercent]: Percentage Free Memory for mempercent.cfg</description>
		<content:encoded><![CDATA[<p>My apology PageTop missing H1 should set up as<br />
PageTop[localhost.cpu]: Active CPU Load % for cpu.cfg<br />
PageTop[localhost.mem]:Free Memory for mem.cfg<br />
PageTop[localhost.memory]: Free Memory for memfree.cfg<br />
PageTop[server.mempercent]: Percentage Free Memory for mempercent.cfg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cezary</title>
		<link>http://www.debianadmin.com/mrtg-installation-and-configuration-in-debian-based-distributions-2.html/comment-page-1#comment-4284</link>
		<dc:creator>Cezary</dc:creator>
		<pubDate>Wed, 13 Jan 2010 13:07:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/mrtg-installation-and-configuration-in-debian-based-distributions-2.html#comment-4284</guid>
		<description>It worked with translated textual MIBs to OIDs, PageTop missing H1 error was corrected by specifying PageTop[localhost.cpu]: Active CPU Load % correctly for cpu, mem, memfree and mempercent configuration files, and lastly indexmaker worked by using only *.cfg files (below at the bottom).

Cpu.cfg file
WorkDir: /var/www/mrtg
LoadMIBs: /usr/share/snmp/mibs/UCD-SNMP-MIB.txt
Target[localhost.cpu]:.1.3.6.1.4.1.2021.11.50.0&amp;.1.3.6.1.4.1.2021.11.50.0:StayAway@127.0.0.1+ .1.3.6.1.4.1.2021.11.52.0&amp;.1.3.6.1.4.1.2021.11.52.0:StayAway@127.0.0.1+.1.3.6.1.4.1.2021.11.51.0&amp;.1.3.6.1.4.1.2021.11.51.0:StayAway@127.0.0.1
RouterUptime[localhost.cpu]: StayAway@127.0.0.1
MaxBytes[localhost.cpu]: 100
Title[localhost.cpu]: CPU Load
PageTop[localhost.cpu]: Active CPU Load %
Unscaled[localhost.cpu]: ymwd
ShortLegend[localhost.cpu]: %
YLegend[localhost.cpu]: CPU Utilization
Legend1[localhost.cpu]: Active CPU in % (Load)
Legend2[localhost.cpu]:
Legend3[localhost.cpu]:
Legend4[localhost.cpu]:
LegendI[localhost.cpu]: Active
LegendO[localhost.cpu]:
Options[localhost.cpu]: growright,nopercent

Mem.cfg

LoadMIBs: /usr/share/snmp/mibs/HOST-RESOURCES-MIB.txt
Target[localhost.mem]: .1.3.6.1.4.1.2021.4.6.0&amp;.1.3.6.1.4.1.2021.4.6.0:StayAway@localhost
PageTop[localhost.mem]:Free Memory
WorkDir: /var/www/mrtg
Options[localhost.mem]: nopercent,growright,gauge,noinfo
Title[localhost.mem]: Free Memory
MaxBytes[localhost.mem]: 1000000
kMG[localhost.mem]: k,M,G,T,P,X
YLegend[localhost.mem]: bytes
ShortLegend[localhost.mem]: bytes
LegendI[localhost.mem]: Free Memory:
LegendO[localhost.mem]:
Legend1[localhost.mem]: Free memory, not including swap, in bytes

Memfree.cfg

WorkDir: /var/www/mrtg
LoadMIBs: /usr/share/snmp/mibs/HOST-RESOURCES-MIB.txt
Target[server.memory]: .1.3.6.1.4.1.2021.4.6.0&amp;.1.3.6.1.4.1.2021.4.5.0:StayAway@localhost
Title[server.memory]: Free Memory
PageTop[server.memory]: Free Memory
MaxBytes[server.memory]: 100000000000
ShortLegend[server.memory]: B
YLegend[server.memory]: Bytes
LegendI[server.memory]: Free
LegendO[server.memory]: Total
Legend1[server.memory]: Free memory, not including swap, in bytes
Legend2[server.memory]: Total memory
Options[server.memory]: gauge,growright,nopercent
kMG[server.memory]: k,M,G,T,P,X

Mempercent.cfg

WorkDir: /var/www/mrtg
LoadMIBs: /usr/share/snmp/mibs/HOST-RESOURCES-MIB.txt
Title[server.mempercent]: Percentage Free Memory
PageTop[server.mempercent]: Percentage Free Memory
Target[server.mempercent]: (.1.3.6.1.4.1.2021.4.6.0&amp;.1.3.6.1.4.1.2021.4.6.0:StayAway@localhost ) * 100 / (.1.3.6.1.4.1.2021.4.5.0&amp;.1.3.6.1.4.1.2021.4.5.0:StayAway@localhost )
options[server.mempercent]: growright,gauge,transparent,nopercent
Unscaled[server.mempercent]: ymwd
MaxBytes[server.mempercent]: 100
YLegend[server.mempercent]: Memory %
ShortLegend[server.mempercent]: Percent
LegendI[server.mempercent]: Free
LegendO[server.mempercent]: Free
Legend1[server.mempercent]: Percentage Free Memory
Legend2[server.mempercent]: Percentage Free Memory

Make the Index Files
Indexmaker
/usr/bin/indexmaker --output=/var/www/mrtg/index.html \
--title=”Memory, CPU and Bandwidth Usage” \
--sort=name \
--enumerate \
/etc/mrtg/mrtg.cfg \
/etc/mrtg/cpu.cfg \
/etc/mrtg/mem.cfg \
/etc/mrtg/memfree.cfg \
/etc/mrtg/mempercent.cfg</description>
		<content:encoded><![CDATA[<p>It worked with translated textual MIBs to OIDs, PageTop missing H1 error was corrected by specifying PageTop[localhost.cpu]: Active CPU Load % correctly for cpu, mem, memfree and mempercent configuration files, and lastly indexmaker worked by using only *.cfg files (below at the bottom).</p>
<p>Cpu.cfg file<br />
WorkDir: /var/www/mrtg<br />
LoadMIBs: /usr/share/snmp/mibs/UCD-SNMP-MIB.txt<br />
Target[localhost.cpu]:.1.3.6.1.4.1.2021.11.50.0&amp;.1.3.6.1.4.1.2021.11.50.0:StayAway@127.0.0.1+ .1.3.6.1.4.1.2021.11.52.0&amp;.1.3.6.1.4.1.2021.11.52.0:StayAway@127.0.0.1+.1.3.6.1.4.1.2021.11.51.0&amp;.1.3.6.1.4.1.2021.11.51.0:StayAway@127.0.0.1<br />
RouterUptime[localhost.cpu]: StayAway@127.0.0.1<br />
MaxBytes[localhost.cpu]: 100<br />
Title[localhost.cpu]: CPU Load<br />
PageTop[localhost.cpu]: Active CPU Load %<br />
Unscaled[localhost.cpu]: ymwd<br />
ShortLegend[localhost.cpu]: %<br />
YLegend[localhost.cpu]: CPU Utilization<br />
Legend1[localhost.cpu]: Active CPU in % (Load)<br />
Legend2[localhost.cpu]:<br />
Legend3[localhost.cpu]:<br />
Legend4[localhost.cpu]:<br />
LegendI[localhost.cpu]: Active<br />
LegendO[localhost.cpu]:<br />
Options[localhost.cpu]: growright,nopercent</p>
<p>Mem.cfg</p>
<p>LoadMIBs: /usr/share/snmp/mibs/HOST-RESOURCES-MIB.txt<br />
Target[localhost.mem]: .1.3.6.1.4.1.2021.4.6.0&amp;.1.3.6.1.4.1.2021.4.6.0:StayAway@localhost<br />
PageTop[localhost.mem]:Free Memory<br />
WorkDir: /var/www/mrtg<br />
Options[localhost.mem]: nopercent,growright,gauge,noinfo<br />
Title[localhost.mem]: Free Memory<br />
MaxBytes[localhost.mem]: 1000000<br />
kMG[localhost.mem]: k,M,G,T,P,X<br />
YLegend[localhost.mem]: bytes<br />
ShortLegend[localhost.mem]: bytes<br />
LegendI[localhost.mem]: Free Memory:<br />
LegendO[localhost.mem]:<br />
Legend1[localhost.mem]: Free memory, not including swap, in bytes</p>
<p>Memfree.cfg</p>
<p>WorkDir: /var/www/mrtg<br />
LoadMIBs: /usr/share/snmp/mibs/HOST-RESOURCES-MIB.txt<br />
Target[server.memory]: .1.3.6.1.4.1.2021.4.6.0&amp;.1.3.6.1.4.1.2021.4.5.0:StayAway@localhost<br />
Title[server.memory]: Free Memory<br />
PageTop[server.memory]: Free Memory<br />
MaxBytes[server.memory]: 100000000000<br />
ShortLegend[server.memory]: B<br />
YLegend[server.memory]: Bytes<br />
LegendI[server.memory]: Free<br />
LegendO[server.memory]: Total<br />
Legend1[server.memory]: Free memory, not including swap, in bytes<br />
Legend2[server.memory]: Total memory<br />
Options[server.memory]: gauge,growright,nopercent<br />
kMG[server.memory]: k,M,G,T,P,X</p>
<p>Mempercent.cfg</p>
<p>WorkDir: /var/www/mrtg<br />
LoadMIBs: /usr/share/snmp/mibs/HOST-RESOURCES-MIB.txt<br />
Title[server.mempercent]: Percentage Free Memory<br />
PageTop[server.mempercent]: Percentage Free Memory<br />
Target[server.mempercent]: (.1.3.6.1.4.1.2021.4.6.0&amp;.1.3.6.1.4.1.2021.4.6.0:StayAway@localhost ) * 100 / (.1.3.6.1.4.1.2021.4.5.0&amp;.1.3.6.1.4.1.2021.4.5.0:StayAway@localhost )<br />
options[server.mempercent]: growright,gauge,transparent,nopercent<br />
Unscaled[server.mempercent]: ymwd<br />
MaxBytes[server.mempercent]: 100<br />
YLegend[server.mempercent]: Memory %<br />
ShortLegend[server.mempercent]: Percent<br />
LegendI[server.mempercent]: Free<br />
LegendO[server.mempercent]: Free<br />
Legend1[server.mempercent]: Percentage Free Memory<br />
Legend2[server.mempercent]: Percentage Free Memory</p>
<p>Make the Index Files<br />
Indexmaker<br />
/usr/bin/indexmaker --output=/var/www/mrtg/index.html \<br />
--title=”Memory, CPU and Bandwidth Usage” \<br />
--sort=name \<br />
--enumerate \<br />
/etc/mrtg/mrtg.cfg \<br />
/etc/mrtg/cpu.cfg \<br />
/etc/mrtg/mem.cfg \<br />
/etc/mrtg/memfree.cfg \<br />
/etc/mrtg/mempercent.cfg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yoan</title>
		<link>http://www.debianadmin.com/mrtg-installation-and-configuration-in-debian-based-distributions-2.html/comment-page-1#comment-3772</link>
		<dc:creator>Yoan</dc:creator>
		<pubDate>Mon, 05 Oct 2009 12:29:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/mrtg-installation-and-configuration-in-debian-based-distributions-2.html#comment-3772</guid>
		<description>i&#039;ve done everything as it is, but got error, when i tried to add cpu an mem graph. 

 ERROR: CFG Error Unknown Option &quot;sscpurawnice.0&amp;sscpurawnice.0&quot; on line 5 or above.
           Check /usr/share/doc/mrtg/mrtg-reference.txt.gz for Help</description>
		<content:encoded><![CDATA[<p>i&#8217;ve done everything as it is, but got error, when i tried to add cpu an mem graph. </p>
<p> ERROR: CFG Error Unknown Option &#8220;sscpurawnice.0&amp;sscpurawnice.0&#8243; on line 5 or above.<br />
           Check /usr/share/doc/mrtg/mrtg-reference.txt.gz for Help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trider.dk</title>
		<link>http://www.debianadmin.com/mrtg-installation-and-configuration-in-debian-based-distributions-2.html/comment-page-1#comment-3661</link>
		<dc:creator>Trider.dk</dc:creator>
		<pubDate>Tue, 15 Sep 2009 18:45:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/mrtg-installation-and-configuration-in-debian-based-distributions-2.html#comment-3661</guid>
		<description>&lt;blockquote cite=&quot;&quot;&gt;ERROR: I Quit! Another copy of mrtg seems to be running. Check /etc/mrtg.pid&lt;cite&gt;

it meens, that the scrip is allready running.. as daemon? or see crontab -l</description>
		<content:encoded><![CDATA[<blockquote cite=""><p>ERROR: I Quit! Another copy of mrtg seems to be running. Check /etc/mrtg.pid<cite></p>
<p>it meens, that the scrip is allready running.. as daemon? or see crontab -l</cite></p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stavros</title>
		<link>http://www.debianadmin.com/mrtg-installation-and-configuration-in-debian-based-distributions-2.html/comment-page-1#comment-3060</link>
		<dc:creator>Stavros</dc:creator>
		<pubDate>Tue, 26 May 2009 15:19:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/mrtg-installation-and-configuration-in-debian-based-distributions-2.html#comment-3060</guid>
		<description>Get the following error message:

ERROR: I Quit! Another copy of mrtg seems to be running. Check /etc/mrtg.pid

Please Help!</description>
		<content:encoded><![CDATA[<p>Get the following error message:</p>
<p>ERROR: I Quit! Another copy of mrtg seems to be running. Check /etc/mrtg.pid</p>
<p>Please Help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bishal</title>
		<link>http://www.debianadmin.com/mrtg-installation-and-configuration-in-debian-based-distributions-2.html/comment-page-1#comment-2902</link>
		<dc:creator>bishal</dc:creator>
		<pubDate>Mon, 11 May 2009 06:32:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/mrtg-installation-and-configuration-in-debian-based-distributions-2.html#comment-2902</guid>
		<description>should we create the /etc/mrtg/cpu.cfg /mem.cfg /memfree.cfg /mempercent.cfg
/disk.cfg files or they are somewhere already present ? cannot go ahead to monitoring disk, memory and cpu but only traffic analysis ? I am stuck here can anyone help from here ? I guess the tutorial lags proper explanation regarding these, Can anyone help in this matter, I googled for some time but cannot come up with a solution to cpu, disk, memory anylysis.

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>should we create the /etc/mrtg/cpu.cfg /mem.cfg /memfree.cfg /mempercent.cfg<br />
/disk.cfg files or they are somewhere already present ? cannot go ahead to monitoring disk, memory and cpu but only traffic analysis ? I am stuck here can anyone help from here ? I guess the tutorial lags proper explanation regarding these, Can anyone help in this matter, I googled for some time but cannot come up with a solution to cpu, disk, memory anylysis.</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lawrence Giam</title>
		<link>http://www.debianadmin.com/mrtg-installation-and-configuration-in-debian-based-distributions-2.html/comment-page-1#comment-2613</link>
		<dc:creator>Lawrence Giam</dc:creator>
		<pubDate>Tue, 24 Mar 2009 07:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/mrtg-installation-and-configuration-in-debian-based-distributions-2.html#comment-2613</guid>
		<description>Hi there,

Tried installing MRTG on Debian Etch with the standard installation instruction. As per the instruction, I think the RunAsDaemon=yes should be set to RunAsDaemon=no. The reason is that if you set RunAsDaemon to yes and put a cron job to run every 5 mins, it will complaint with this message 
==&gt; mrtg/mrtg.log &lt;==
ERROR: I Quit! Another copy of mrtg seems to be running. Check /etc/mrtg.pid

Not sure why nobody notice this.

Regards.</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>Tried installing MRTG on Debian Etch with the standard installation instruction. As per the instruction, I think the RunAsDaemon=yes should be set to RunAsDaemon=no. The reason is that if you set RunAsDaemon to yes and put a cron job to run every 5 mins, it will complaint with this message<br />
==&gt; mrtg/mrtg.log &lt;==<br />
ERROR: I Quit! Another copy of mrtg seems to be running. Check /etc/mrtg.pid</p>
<p>Not sure why nobody notice this.</p>
<p>Regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Troma</title>
		<link>http://www.debianadmin.com/mrtg-installation-and-configuration-in-debian-based-distributions-2.html/comment-page-1#comment-90</link>
		<dc:creator>Troma</dc:creator>
		<pubDate>Thu, 11 Dec 2008 08:58:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/mrtg-installation-and-configuration-in-debian-based-distributions-2.html#comment-90</guid>
		<description>Hi all !

When I finished the installation using this guide, after I rebooted my box, I wait for a few minutes and then start the MRTG page... but all I can see is the MRTG-logo which is a link redirecting me to the MRTG website... so I don&#039;t get any graph on my MRTG homepage.

I had no errors during installation.

I also wanted to check the config files for monitoring purposes, but it seems no MRTG map was created in etc/... did I do something wrong ?  did I not do something ?  did I miss something ?

Thanks for any help anyone can provide :)

Ch33rz,
Troma</description>
		<content:encoded><![CDATA[<p>Hi all !</p>
<p>When I finished the installation using this guide, after I rebooted my box, I wait for a few minutes and then start the MRTG page&#8230; but all I can see is the MRTG-logo which is a link redirecting me to the MRTG website&#8230; so I don&#8217;t get any graph on my MRTG homepage.</p>
<p>I had no errors during installation.</p>
<p>I also wanted to check the config files for monitoring purposes, but it seems no MRTG map was created in etc/&#8230; did I do something wrong ?  did I not do something ?  did I miss something ?</p>
<p>Thanks for any help anyone can provide <img src='http://www.debianadmin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Ch33rz,<br />
Troma</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PatoFlash</title>
		<link>http://www.debianadmin.com/mrtg-installation-and-configuration-in-debian-based-distributions-2.html/comment-page-1#comment-91</link>
		<dc:creator>PatoFlash</dc:creator>
		<pubDate>Tue, 02 Dec 2008 01:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/mrtg-installation-and-configuration-in-debian-based-distributions-2.html#comment-91</guid>
		<description>For the problem

&quot;Use of uninitialized value in hash element at /usr/bin/indexmaker line 352&quot;

Before do indexmarket you need connect the linux server to the network, and you need make a ping from linux server to other workstation for traffic generation. Try againg cfgmaker , indexmaker and mrtg commands.


Patoflash</description>
		<content:encoded><![CDATA[<p>For the problem</p>
<p>&#8220;Use of uninitialized value in hash element at /usr/bin/indexmaker line 352&#8243;</p>
<p>Before do indexmarket you need connect the linux server to the network, and you need make a ping from linux server to other workstation for traffic generation. Try againg cfgmaker , indexmaker and mrtg commands.</p>
<p>Patoflash</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eok</title>
		<link>http://www.debianadmin.com/mrtg-installation-and-configuration-in-debian-based-distributions-2.html/comment-page-1#comment-89</link>
		<dc:creator>eok</dc:creator>
		<pubDate>Sun, 24 Aug 2008 14:25:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/mrtg-installation-and-configuration-in-debian-based-distributions-2.html#comment-89</guid>
		<description>lol, this page crams the two dashes together.. --output should have two dashes</description>
		<content:encoded><![CDATA[<p>lol, this page crams the two dashes together.. --output should have two dashes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eok</title>
		<link>http://www.debianadmin.com/mrtg-installation-and-configuration-in-debian-based-distributions-2.html/comment-page-1#comment-88</link>
		<dc:creator>eok</dc:creator>
		<pubDate>Sun, 24 Aug 2008 14:24:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/mrtg-installation-and-configuration-in-debian-based-distributions-2.html#comment-88</guid>
		<description>found the problem: #/usr/bin/indexmaker –output=/var/www/mrtg/index.html \   should be: /usr/bin/indexmaker --output=/var/www/mrtg/index.html</description>
		<content:encoded><![CDATA[<p>found the problem: #/usr/bin/indexmaker –output=/var/www/mrtg/index.html \   should be: /usr/bin/indexmaker --output=/var/www/mrtg/index.html</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eok</title>
		<link>http://www.debianadmin.com/mrtg-installation-and-configuration-in-debian-based-distributions-2.html/comment-page-1#comment-87</link>
		<dc:creator>eok</dc:creator>
		<pubDate>Sat, 23 Aug 2008 11:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/mrtg-installation-and-configuration-in-debian-based-distributions-2.html#comment-87</guid>
		<description>Hello, everything goes well until i try this:

Make the Index Files

#/usr/bin/indexmaker –output=/var/www/mrtg/index.html \
–title=”Memory and CPU Usage ” \
–sort=name \
–enumerate \
/etc/mrtg/cpu.cfg \
/etc/mrtg/mem.cfg \
/etc/cron.mrtg/memfree \
/etc/cron.mrtg/mempercent \
/etc/cron.mrtg/disk

i get:

ERROR: unable to open config file: –output=/var/www/mrtg/index.html</description>
		<content:encoded><![CDATA[<p>Hello, everything goes well until i try this:</p>
<p>Make the Index Files</p>
<p>#/usr/bin/indexmaker –output=/var/www/mrtg/index.html \<br />
–title=”Memory and CPU Usage ” \<br />
–sort=name \<br />
–enumerate \<br />
/etc/mrtg/cpu.cfg \<br />
/etc/mrtg/mem.cfg \<br />
/etc/cron.mrtg/memfree \<br />
/etc/cron.mrtg/mempercent \<br />
/etc/cron.mrtg/disk</p>
<p>i get:</p>
<p>ERROR: unable to open config file: –output=/var/www/mrtg/index.html</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alalavin</title>
		<link>http://www.debianadmin.com/mrtg-installation-and-configuration-in-debian-based-distributions-2.html/comment-page-1#comment-86</link>
		<dc:creator>alalavin</dc:creator>
		<pubDate>Sun, 27 Jul 2008 09:17:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/mrtg-installation-and-configuration-in-debian-based-distributions-2.html#comment-86</guid>
		<description>this is a wonderful site. BLESSIMO</description>
		<content:encoded><![CDATA[<p>this is a wonderful site. BLESSIMO</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marek</title>
		<link>http://www.debianadmin.com/mrtg-installation-and-configuration-in-debian-based-distributions-2.html/comment-page-1#comment-85</link>
		<dc:creator>Marek</dc:creator>
		<pubDate>Sun, 30 Mar 2008 17:23:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/mrtg-installation-and-configuration-in-debian-based-distributions-2.html#comment-85</guid>
		<description>I got an error:

Use of uninitialized value in hash element at /usr/bin/indexmaker line 352.

Please help !</description>
		<content:encoded><![CDATA[<p>I got an error:</p>
<p>Use of uninitialized value in hash element at /usr/bin/indexmaker line 352.</p>
<p>Please help !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rainboww</title>
		<link>http://www.debianadmin.com/mrtg-installation-and-configuration-in-debian-based-distributions-2.html/comment-page-1#comment-84</link>
		<dc:creator>Rainboww</dc:creator>
		<pubDate>Sun, 24 Feb 2008 07:23:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/mrtg-installation-and-configuration-in-debian-based-distributions-2.html#comment-84</guid>
		<description>the permission denied error when running indexmaker comes from omitting one of the backslashes at the end of each line. if you&#039;ve written this to a script as i have, bash is trying to run the next line (after the missing backslash) as a command. as your cmd files are not chmod +x, they won&#039;t run.  to resolve, add the necessary backslashes.</description>
		<content:encoded><![CDATA[<p>the permission denied error when running indexmaker comes from omitting one of the backslashes at the end of each line. if you&#8217;ve written this to a script as i have, bash is trying to run the next line (after the missing backslash) as a command. as your cmd files are not chmod +x, they won&#8217;t run.  to resolve, add the necessary backslashes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.debianadmin.com/mrtg-installation-and-configuration-in-debian-based-distributions-2.html/comment-page-1#comment-83</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 07 Feb 2008 16:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/mrtg-installation-and-configuration-in-debian-based-distributions-2.html#comment-83</guid>
		<description>I was good up until the, &quot;examples how to monitor cpu, memory, disk usuage&quot;.
These examples, should I create the /etc/mrtg/cpu.cfg /mem.cfg /memfree.cfg /mempercent.cfg
/disk.cfg files?  Or are these already created?  Should I just copy and past what is listed
above for these .cfg files?  Is there anything I need to change to be specific for my devices?

Also the &quot;Creating Jobs for CPU, Memory and disk usuage&quot;, do I create these files , the one for
cron.mrtg/cpu /mem /memfree /mempercent /disk.  I am using Ubuntu, which is very similar
to Debian. I can not seem to locate any of these files in the locations were you said they were
located.  Not to mention when I did try creating them, it said permission denied.

Please help.  I have MRTG up and working, and would like to tie up the rest soon.</description>
		<content:encoded><![CDATA[<p>I was good up until the, &#8220;examples how to monitor cpu, memory, disk usuage&#8221;.<br />
These examples, should I create the /etc/mrtg/cpu.cfg /mem.cfg /memfree.cfg /mempercent.cfg<br />
/disk.cfg files?  Or are these already created?  Should I just copy and past what is listed<br />
above for these .cfg files?  Is there anything I need to change to be specific for my devices?</p>
<p>Also the &#8220;Creating Jobs for CPU, Memory and disk usuage&#8221;, do I create these files , the one for<br />
cron.mrtg/cpu /mem /memfree /mempercent /disk.  I am using Ubuntu, which is very similar<br />
to Debian. I can not seem to locate any of these files in the locations were you said they were<br />
located.  Not to mention when I did try creating them, it said permission denied.</p>
<p>Please help.  I have MRTG up and working, and would like to tie up the rest soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Heath</title>
		<link>http://www.debianadmin.com/mrtg-installation-and-configuration-in-debian-based-distributions-2.html/comment-page-1#comment-82</link>
		<dc:creator>Heath</dc:creator>
		<pubDate>Fri, 13 Jul 2007 17:46:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/mrtg-installation-and-configuration-in-debian-based-distributions-2.html#comment-82</guid>
		<description>In response to jamie:

Make sure that you don&#039;t have an extra line break.  That should all be on one line in the cfg file.</description>
		<content:encoded><![CDATA[<p>In response to jamie:</p>
<p>Make sure that you don&#8217;t have an extra line break.  That should all be on one line in the cfg file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jamie</title>
		<link>http://www.debianadmin.com/mrtg-installation-and-configuration-in-debian-based-distributions-2.html/comment-page-1#comment-81</link>
		<dc:creator>jamie</dc:creator>
		<pubDate>Fri, 13 Jul 2007 15:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/mrtg-installation-and-configuration-in-debian-based-distributions-2.html#comment-81</guid>
		<description>hi Thanks for the tutorial.

Am experiencing a problem when I run:

/usr/bin/indexmaker -output=/var/www/mrtg/index.html -title=&quot;Memory and CPU Usage&quot; /etc/mrtg/cpu.cfg

I get the following error:

ERROR: CFG Error Unknown Option &quot;sscpurawnice.0&amp;sscpurawnice.0&quot; on line 5 or above.
           Check doc/reference.txt for Help

Any ideas?</description>
		<content:encoded><![CDATA[<p>hi Thanks for the tutorial.</p>
<p>Am experiencing a problem when I run:</p>
<p>/usr/bin/indexmaker -output=/var/www/mrtg/index.html -title=&#8221;Memory and CPU Usage&#8221; /etc/mrtg/cpu.cfg</p>
<p>I get the following error:</p>
<p>ERROR: CFG Error Unknown Option &#8220;sscpurawnice.0&amp;sscpurawnice.0&#8243; on line 5 or above.<br />
           Check doc/reference.txt for Help</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boast</title>
		<link>http://www.debianadmin.com/mrtg-installation-and-configuration-in-debian-based-distributions-2.html/comment-page-1#comment-80</link>
		<dc:creator>boast</dc:creator>
		<pubDate>Wed, 18 Apr 2007 17:49:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/mrtg-installation-and-configuration-in-debian-based-distributions-2.html#comment-80</guid>
		<description>I don&#039;t get it.

[ Error writing /etc/cron.mrtg/cpu: No such file or directory ]</description>
		<content:encoded><![CDATA[<p>I don&#8217;t get it.</p>
<p>[ Error writing /etc/cron.mrtg/cpu: No such file or directory ]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bozhan</title>
		<link>http://www.debianadmin.com/mrtg-installation-and-configuration-in-debian-based-distributions-2.html/comment-page-1#comment-79</link>
		<dc:creator>bozhan</dc:creator>
		<pubDate>Sun, 08 Apr 2007 22:49:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/mrtg-installation-and-configuration-in-debian-based-distributions-2.html#comment-79</guid>
		<description>LoadMIBs: /usr/share/snmp/mibs/UCD-SNMP-MIB.txt  /usr/share/snmp/mibs/HOST-RESOURCES-MIB.txt /usr/share/snmp/mibs/HOST-RESOURCES-MIB.txt /usr/share/snmp/mibs/HOST-RESOURCES-MIB.txt

all on one line.</description>
		<content:encoded><![CDATA[<p>LoadMIBs: /usr/share/snmp/mibs/UCD-SNMP-MIB.txt  /usr/share/snmp/mibs/HOST-RESOURCES-MIB.txt /usr/share/snmp/mibs/HOST-RESOURCES-MIB.txt /usr/share/snmp/mibs/HOST-RESOURCES-MIB.txt</p>
<p>all on one line.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
