summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTim <timothyasir@gluster.com>2011-09-29 14:07:29 +0530
committerTim <timothyasir@gluster.com>2011-09-29 14:09:20 +0530
commitf3794d604a5dfcdd3152aa9cd4ee3322f097cc24 (patch)
treee3ab4692d33e4cc4cca0b1f41536982b7c36d50e /src
parentdb6d1cb16d6e0c751ee2f8733d2d29906199c977 (diff)
Added update-rrd.sh
Diffstat (limited to 'src')
-rwxr-xr-xsrc/com.gluster.storage.management.gateway.scripts/src/backend/update-rrd.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/com.gluster.storage.management.gateway.scripts/src/backend/update-rrd.sh b/src/com.gluster.storage.management.gateway.scripts/src/backend/update-rrd.sh
new file mode 100755
index 00000000..b081d6db
--- /dev/null
+++ b/src/com.gluster.storage.management.gateway.scripts/src/backend/update-rrd.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+/usr/bin/rrd_cpu.pl &
+/usr/bin/rrd_mem.pl &
+/usr/bin/rrd_net.pl &
+wait