<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Yes it is<br><br>You can run commands remotly on your machines via ssh or rsh the script is almost the same except you use command<br><br>ssh user@hostip uptime &lt;------------<br>instead of<br>uptime &lt;------------------<br><br>and first you have to configure ssh and install your public key via ssh-copy-id<br><br>ssh-copy-id [-i [identity_file]] [user@]machine<br><br>and than everythink is the same.<br><br>Regards <br><br><hr id="stopSpelling">Date: Mon, 26 Apr 2010 14:03:11 +0530<br>Subject: Re: [mrtg] How to monitor non SNMP Device using MRTG<br>From: g.ashok1988@gmail.com<br>To: albadino@hotmail.com<br>CC: mrtg@lists.oetiker.ch<br><br><div>Hi again Dumani,<br></div><div>Thanks for your reply. In my previous reply I was more concerned about the remote system monitoring rather than my sytem. But you just mentioned about that in your last line like <font color="#996633">"Remember you can execute commands remotely via ssh or rsh so you can make load average graphs of other systems as well"&nbsp;</font><font color="#000000">which means that we can have mrtg to be running on remote machine and if you want to get that graphs you have to use httpd service. Isn't it?&nbsp;</font></div>
<div><font color="#000000"></font></div><div><font color="#000000">But my concern is about having all those data on my system(server) so that I can view the graphs at anytime and maintain log files on my system rather than running mrtg and maintining all the data in respective systems.</font></div>
<div><font color="#000000"></font></div><div><font color="#000000">Is it possible without snmp enabled on my client machines?</font></div><br><div class="ecxgmail_quote">On Mon, Apr 26, 2010 at 1:01 PM, Fehmi Dumani <span dir="ltr">&lt;<a href="mailto:albadino@hotmail.com">albadino@hotmail.com</a>&gt;</span> wrote:<br>
<blockquote class="ecxgmail_quote" style="border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">



<div>
Greetings Ashok<br><br>On your script you are showing the VAL1 of a system running mrtg uptime for 1 min, the second VAL2 is showing your uptime and the and the system load averages for the past 1, 5. Since mrtg on his own creates a graph for periodic use in your cause every 5 minutes you don't have to give bouth values showing the same thing<br>
<br>VAL1=`echo "$SECOND*100" | bc | cut -f1 -d"."`<br><br>and for<br><br>VAL2=100<br><br>your solid green will show the system load averages for the past 5 minutes of the system which will be periodically obtained. and the second line blue 100% that might be used.<br>
<br><br>If I can make some modifications on your mrtg.cfg I would make it like this:<div class="ecxim"><br><br>EnableIPv6: no<br>WorkDir: /home/Ashok/mrtg2/Station21/<br>Interval: 5<br>Title[load_avg]: Average Load on Station21<br>
PageTop[load_avg]: &lt;H1&gt;( Average Load on Station21 ) * 100&lt;/H1&gt; <br></div>Options[load_avg]: nobanner,gauge,growright<div class="ecxim"><br>Target[load_avg]: `/home/Ashok/mrtg2/cfg/load_avg.sh`<br>MaxBytes[load_avg]: 100<br>
YLegend[load_avg]: LoadAvg * 100<br>Unscaled[load_avg]: ymwd<br></div>LegendI[load_avg]: Load Average<br>LegendO[load_avg]: Max Load Average<div class="ecxim"><br>Suppress[load_avg]: y<br>RunAsDaemon: Yes<br>Refresh: 600<br>
<br></div>I don't use mrtg as a daemon so it is up to you if you wana use it or do the job with crontab. All I add was LegendI and LegendO to put Max Average and Current show values and removed noinfo,nopercent, at options. Remember in order to view it on your page you have to configure httpd to set a dir /home/Ashok/mrtg2/Station21/ to be used, also if you have SELinux enabled you will have to run it on permisive mode or to create your own policies, otherwise it won't let you publish on httpd. Than all you have to do is get the indexmaker create the index.html and wait for some minutes to see your graphs. (Indexmaker usage command: indexmaker --output=/home/Ashok/mrtg2/Station21/index.html /etc/mrtg/mrtg.cfg<br>
<br>Remember you can execute commands remotely via ssh or rsh so you can make load average graphs of other systems as well.<br><br>Regards<div class="ecxim"><br>                                               <br><hr>The New Busy think 9 to 5 is a cute idea. Combine multiple calendars with Hotmail.  <a href="http://www.windowslive.com/campaign/thenewbusy?tile=multicalendar&amp;ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_5">Get busy.</a></div>
</div>
</blockquote></div><br><br clear="all"><br>-- <br><br>Thanks<br>G. Ashok Kumar<br>Softential<br>                                               <br /><hr />Hotmail is redefining busy with tools for the New Busy. Get more from your inbox. <a href='http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_2' target='_new'>See how.</a></body>
</html>