<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
You can do that via something like this in bb-hosts:<br>
<br>
page Apaches<br>
0.0.0.0 Website1  # http
apache=<a class="moz-txt-link-freetext" href="http://vhost1.yourdomain.com/server-status?auto">http://vhost1.yourdomain.com/server-status?auto</a>
TRENDS:*,apache:apache|apache1|apache2|apache3<br>
0.0.0.0 Website2  # http
apache=<a class="moz-txt-link-freetext" href="http://vhost2.yourdomain.com/server-status?auto">http://vhost2.yourdomain.com/server-status?auto</a>
TRENDS:*,apache:apache|apache1|apache2|apache3<br>
....<br>
<br>
This would allow you to track the various apache graphs for each of
your sites you have running (available in the trends column)<br>
<br>
-Charles<br>
<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:steve.e.mcconnell@gsk.com">steve.e.mcconnell@gsk.com</a> wrote:
<blockquote
 cite="mid:OF2790E280.D5716E07-ON852573DF.0071ABFC-852573DF.0075966D@gsk.com"
 type="cite"><br>
  <font face="Arial" size="2">Thanks for the reply, I had neglected to
add that in to my tracking, which I have now done.  But I don't think
that will get me the Apache Worker status (# busy and idle) , Apache
CPU
stats, and requests per second.</font>
  <br>
  <br>
  <font face="Arial" size="2">That is what I am looking to track </font>
  <br>
  <font face="Arial" size="2"><br>
  </font><br>
  <br>
  <a moz-do-not-send="true" href="mailto:steve.e.mcconnell@gsk.com"><font
 color="blue" size="3"><u>steve.e.mcconnell@gsk.com</u></font></a><font
 size="3">
wrote: </font>
  <br>
  <font face="Arial" size="2"><br>
I have a new hobbit installation which is collecting and trending the
apache
status data correctly.</font><font size="3"> <br>
  </font><font face="Arial" size="2"><br>
For various reasons, I have about 7 separate apache instances on each
server
that I would like to trend individually as well. </font><font size="3"><br>
  </font><font face="Arial" size="2"><br>
To accomplish this, I think that I would have to do the following in
order
to get hobbit (4.2.0)  to trend this data:</font><font size="3"> <br>
  </font><font face="Arial" size="2"><br>
edit ~/bbnet/bbtest-net.c and copy the apache section (lines 601-637)
the
requisite number of times changing the subsequent apache references to
something like 2apache, then 3apache, etc. <br>
Modify the  ~/hobbitd/rrd/do_apache.c file basically copying the entire
thing starting at line 13 (int do_apache_rrd(char *hostname, char
*testname,
char *msg, time_t tstamp) but changing each instance of apache to
2apache,
then 3apache, etc. Then recompile and redeploy. </font><font size="3"><br>
  </font><font face="Arial" size="2"><br>
After redeploying, I would also need to modify hobbitgraph.cfg copying
the apache section and modifying with 2apache, 3apache, etc for the
name
of the graph as well as the rrd files.</font><font size="3"> <br>
  </font><font face="Arial" size="2"><br>
At this point, I think I should point out that I don't program in C
(many
would say in any other language either.)</font><font size="3"> <br>
  </font><font face="Arial" size="2"><br>
Is there anything else that I am missing? and am I making this too
hard?
  </font><font size="3"><br>
  </font>
  <br>
  <font size="3">I assume all of the apache instances are not running
out
of the same directory, so why not track the processes by their full
path
in  hobbit-clients.cfg: <br>
  <br>
PROC /usr/local/apache1/bin/httpd TRACK=apache1<br>
PROC /usr/local/apache2/bin/httpd TRACK=apache2<br>
...<br>
  <br>
-Charles</font>
  <br>
</blockquote>
<br>
</body>
</html>