<!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">
<tt>Arrrgggghhhh</tt><br>
<br>
mark wagner wrote:
<blockquote cite="mid:48473280.8060402@redhat.com" type="cite">(Hopefully)
simple changes to do two different things
  <br>
1) add some additional stats to be collected via collectd on the
managed nodes
  <br>
2) add the package rrdtool-ruby to the wui.  This is required for the
stats API to access the rrd with Ruby
  <br>
  <br>
I don't have privs in the repo so if someone acks and can send it along
it'd be appreciated.
  <br>
  <br>
-mark
  <br>
  <pre wrap=""><pre wrap="">
<hr size="4" width="90%">
_______________________________________________
Ovirt-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Ovirt-devel@redhat.com">Ovirt-devel@redhat.com</a>
<a class="moz-txt-link-freetext" href="https://www.redhat.com/mailman/listinfo/ovirt-devel">https://www.redhat.com/mailman/listinfo/ovirt-devel</a>
</pre></pre>
</blockquote>
<tt>Signed-off-by: root <a class="moz-txt-link-rfc2396E" href="mailto:root@perf11.lab.bos.redhat.com"><root@perf11.lab.bos.redhat.com></a><br>
---<br>
 ovirt-host-creator/common-post.ks |    9 +++++++++<br>
 wui/ovirt-wui.spec                |    1 +<br>
 2 files changed, 10 insertions(+), 0 deletions(-)<br>
<br>
diff --git a/ovirt-host-creator/common-post.ks
b/ovirt-host-creator/common-post.ks<br>
index 088f920..526a8dc 100644<br>
--- a/ovirt-host-creator/common-post.ks<br>
+++ b/ovirt-host-creator/common-post.ks<br>
@@ -295,6 +295,9 @@ LoadPlugin network<br>
 LoadPlugin libvirt<br>
 LoadPlugin memory<br>
 LoadPlugin cpu<br>
+LoadPlugin load<br>
+LoadPlugin interface<br>
+LoadPlugin disk<br>
 <br>
 <Plugin libvirt><br>
         Connection "qemu:///system"<br>
@@ -305,6 +308,12 @@ LoadPlugin cpu<br>
 <Plugin network><br>
         Server "@COLLECTD_SERVER@" @COLLECTD_PORT@<br>
 </Plugin><br>
+<br>
+<Plugin interface><br>
+       Interface "eth0"<br>
+       IgnoreSelected false<br>
+</Plugin><br>
+<br>
 EOF<br>
 <br>
 echo "Clearing kerberos config"<br>
diff --git a/wui/ovirt-wui.spec b/wui/ovirt-wui.spec<br>
index 269b7de..e1482f0 100644<br>
--- a/wui/ovirt-wui.spec<br>
+++ b/wui/ovirt-wui.spec<br>
@@ -25,6 +25,7 @@ Requires: pwgen<br>
 Requires: httpd >= 2.0<br>
 Requires: mod_auth_kerb<br>
 Requires: ruby-libvirt >= 0.0.2<br>
+Requires: rrdtool-ruby<br>
 Requires: iscsi-initiator-utils<br>
 Requires: cyrus-sasl-gssapi<br>
 Requires(post):  /sbin/chkconfig<br>
-- <br>
1.5.4.5 </tt><br>
</body>
</html>