Hi, <br><br>I have setup MRTG with 14all.cgi cgi script. <br><br>I downloaded it from below URL. <br><br><a href="http://my14all.sourceforge.net/14all-1.1.txt">http://my14all.sourceforge.net/14all-1.1.txt</a><br><br>and did only below 3 changes to that file. those  can be seen in 
<span style="font-weight: bold;">BOLD</span> letters.<br><br># if MRTG_lib.pm (from mrtg) is not in the module search path (@INC)<br># uncomment the following line and change the path appropriatly:<br>#use lib qw(/usr/local/mrtg-2/lib/mrtg2);
<br><span style="font-weight: bold;">use lib qw(/usr/lib/mrtg2);</span><br><br># if RRDs (rrdtool perl module) is not in the module search path (@INC)<br># uncomment the following line and change the path appropriatly<br>
# or use a LibAdd: setting in the config file<br>#use lib qw(/usr/local/rrdtool-1.0.38/lib/perl);<br><span style="font-weight: bold;">use lib qw(/usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi);</span><br><br>### where the 
mrtg.cfg file is<br># anywhere in the filespace<br>#$cfgfile = '/home/mrtg/mrtg.cfg';<br><span style="font-weight: bold;">$cfgfile = '/etc/mrtg/mrtg.cfg';</span><br># relative to the script<br>#$cfgfile = '
mrtg.cfg';<br># use this so 14all.cgi gets the cfgfile name from the script name<br>#(14all.cgi -> 14all.cfg)<br>#$cfgfile = '';<br><br>Everything works fine. But, i need to custumise it as I want to. <br><br>
if I cliclk below URL.<br><br><a href="http://ipaddress/cgi-bin/14all.cgi">http://ipaddress/cgi-bin/14all.cgi</a> <br><br>I get the first page with the graph. <br><br>If I clik it I get another page with four graphs. <br>
<br>I want to edit the first graph. (Daily graph)<br>I want to edit the time slot in that graph (i.e X axis)  It shows 12:00 , 00:00  and 12.00. <br><br>I am sending herewith my daily graph (5 minute Average). pls view it. 
<br><br>when it gives 12 hour period, I find it difficlut to read. So I want to get it displayed in 6 hour period.<br><br>something like 12:00 18:00 00:00 6:00 12:00 in X axis. <br><br>Then, I find it easier to read it. <br>
<br>Can you help me to edit this cgi script. <br><br><br><br>-- <br>Thank you<br>Indunil Jayasooriya<br>