From e91468e8030ce33963826eab07601aa882f2ba0d Mon Sep 17 00:00:00 2001 From: ndarshan Date: Tue, 6 Jan 2015 16:45:20 +0530 Subject: graph-templates: disk and brick utilization graph template modification. This patch modifies the graph template for brick utilization and disk utilization to handle the changes made by check_disk _and_inode plugin revamp. Now separate graphs for data, inode, thinpool and thinpool-metadata utilization are shown. Change-Id: Iad7da8ab3fede89bb528ceadfd817646c018795e Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1167771 Signed-off-by: ndarshan Reviewed-on: http://review.gluster.org/9394 Reviewed-by: Bala FA Reviewed-by: Sahina Bose --- templates/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'templates/Makefile.am') diff --git a/templates/Makefile.am b/templates/Makefile.am index 6d93fd7..c2c491f 100644 --- a/templates/Makefile.am +++ b/templates/Makefile.am @@ -21,3 +21,6 @@ EXTRA_DIST = \ $(pnp4nagioscheckcommand_DATA) \ $(pnp4nagiostemplate_DATA) \ $(NULL) + +check_brick_usage.php: + ln -sf check_disk_and_inode.php check_brick_usage.php -- cgit