Add monitoring daemon updates to the NEWS file
authorMichele Tartara <mtartara@google.com>
Tue, 9 Jul 2013 16:49:19 +0000 (16:49 +0000)
committerMichele Tartara <mtartara@google.com>
Wed, 10 Jul 2013 08:31:09 +0000 (08:31 +0000)
The "inst-status-xen", "diskstats" and "lv" data collectors have been added.

The daemon is now running as root.

Signed-off-by: Michele Tartara <mtartara@google.com>
Reviewed-by: Helga Velroyen <helgav@google.com>

NEWS

diff --git a/NEWS b/NEWS
index 18029a2..3c7e8df 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,15 @@ Version 2.9.0 beta1
 - On instance creation, disk templates no longer need to be specified
   with '-t'. The default disk template will be taken from the list of
   enabled disk templates.
+- New "inst-status-xen" data collector for the monitoring daemon, providing
+  information about the state of the xen instances on the nodes.
+- New "lv" data collector for the monitoring daemon, collecting data about the
+  logical volumes on the nodes, and pairing them with the name of the instances
+  they belong to.
+- New "diskstats" data collector, collecting the data from /proc/diskstats and
+  presenting them over the monitoring daemon interface.
+- The monitoring daemon is now running as root, in order to be able to collect
+  information only available to root (such as the state of Xen instances).
 
 
 Version 2.8.0 beta1