<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>RE: [Nagios-users] Visiual Info about cpu and mem usage</TITLE>

<META content="MSHTML 6.00.2800.1458" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=208462414-27082004><FONT face=Arial 
color=#0000ff size=2>Just a note about nagiosgraph.  There's a bug that you 
will need to make sure to fix.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=208462414-27082004><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=208462414-27082004><FONT face=Arial 
color=#0000ff size=2>The docs tell you to put the following in your 
misccommands.cfg:</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=208462414-27082004><FONT face=Arial 
color=#0000ff size=2>command_line  /usr/local/nagios/nagiosgraph/insert.pl 
"$LASTCHECK$\t$HOSTNAME$\t$SERVICEDESC$\t$OUTPUT$\</FONT></SPAN><SPAN 
class=208462414-27082004><FONT face=Arial color=#0000ff 
size=2>t$PERFDATA$"</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=208462414-27082004><FONT face=Arial 
color=#0000ff size=2>  - But, this is wrong.  You need to 
put:</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=208462414-27082004><FONT face=Arial 
color=#0000ff size=2>command_line  /usr/local/nagios/nagiosgraph/insert.pl 
"$LASTCHECK$||$HOSTNAME$||$SERVICEDESC$||$OUTPUT$||$PERFDATA$"</FONT></SPAN></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><SPAN class=208462414-27082004><FONT face=Arial color=#0000ff size=2>- 
Chuck</FONT></SPAN></DIV>
<DIV><BR></DIV>
<BLOCKQUOTE dir=ltr 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
  <HR tabIndex=-1>
  <FONT face=Tahoma size=2><B>From:</B> Thomas.Zimmer@oppenheim.de 
  [mailto:Thomas.Zimmer@oppenheim.de] <BR><B>Sent:</B> Friday, August 27, 2004 
  7:14 AM<BR><B>To:</B> nagios-users@lists.sourceforge.net<BR><B>Subject:</B> 
  RE: [Nagios-users] Visiual Info about cpu and mem usage<BR></FONT><BR></DIV>
  <DIV></DIV>
  <P><FONT face=Arial size=2>as far as i can see, nagiosgraph seems to be a 
  really good tool. i´m not yet using it, but looked over the functions.</FONT> 
  <BR><FONT face=Arial size=2>the rrd-files are create automatically by 
  nagiosgraph. for plugins not yet included in the nagiosgraph-map, you just 
  have to configure a regular expression for the performance-output of your 
  service-check and set what data you want to graph. this may take a while, but 
  many native nagios-plugins are already included.</FONT></P>
  <P><FONT face=Arial size=2>apan cost me some time to configure, learn how to 
  handle rrd-databases, and the native supported plugin were very rare 
  (respectively they´re using snmp which i don´t have for 
disposition)</FONT></P>
  <P><FONT face=Arial size=2>performance issues and the fact of running another 
  daemon disqualified Nagiosstat for my needs</FONT> </P>
  <P><FONT face=Arial size=2>i hop i could help a bit. i´m trying nagiosgraph 
  right now, perhaps i will send some more information about it.</FONT> </P>
  <P><FONT face=Arial size=2>greetz, thomas</FONT> </P></BLOCKQUOTE></BODY></HTML>