summaryrefslogtreecommitdiffstats
path: root/templates/Makefile.am
diff options
context:
space:
mode:
authorndarshan <dnarayan@redhat.com>2014-11-21 17:02:40 +0530
committerSahina Bose <sabose@redhat.com>2014-11-26 22:43:33 -0800
commitde2d81b459e8674e49d4993b15b5d383f72c301e (patch)
treeaec68ad2c40c0faca5bd10eb9a883c0b7dab6291 /templates/Makefile.am
parentbc31d1f4f278dea2f0c0892a412734302c6bf308 (diff)
brick plugin: set rrd configuration to multiple.
By default perfdata is created in single rrd file which causes failure of fetching DS in upgrade scenario. Because earlier brick utilization had only one DS. Now with thin LV monitoring included in brick utilization, It will be having two DS. The graph templates wont be able to read them in single rrd file. So in case of upgrade we run the script rrd_convert as a pre step to migrate the old data to new rrd files.and this patch also sets pnp4nagios rrd configuration to multiple rrd file for each DS. Change-Id: Iadb50250b2e93d73b61e25be90a0770dae0780f3 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1143995 Signed-off-by: ndarshan <dnarayan@redhat.com> Reviewed-on: http://review.gluster.org/9188 Reviewed-by: Sahina Bose <sabose@redhat.com>
Diffstat (limited to 'templates/Makefile.am')
-rw-r--r--templates/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/Makefile.am b/templates/Makefile.am
index 78b81b4..6d93fd7 100644
--- a/templates/Makefile.am
+++ b/templates/Makefile.am
@@ -1,5 +1,6 @@
pnp4nagioscheckcommanddir = $(sysconfdir)/pnp4nagios/check_commands
pnp4nagioscheckcommand_DATA = \
+ check_brick_usage.cfg \
check_disk_and_inode.cfg \
check_interfaces.cfg \
$(NULL)