aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2010-03-26 00:59:01 +0100
committerAdrian C. (anrxc) <anrxc@sysphere.org>2010-03-26 00:59:01 +0100
commita9347ec0d033aa08d77fcc75c35d88514f9e84f5 (patch)
treeb2d2bc3a3d31e55dc2eb453517caa9db1fe37bc7 /README
parent9af29ce1e642070b6ed9fdf02155d37838323790 (diff)
downloadvicious-legacy-a9347ec0d033aa08d77fcc75c35d88514f9e84f5.tar.xz
raid: import raid state widget type by Hagen
This widget type returns 1st value as the number of assigned, and 2nd as active, devices in the array provided as the widget argument.
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index 743f83f..5fc65f4 100644
--- a/README
+++ b/README
@@ -172,6 +172,12 @@ vicious.widgets.dio
{read_s}, {read_kb}, {read_mb}, {write_s}, {write_kb}, {write_mb}
and {sched}
+vicious.widgets.raid
+ - provides state information for a requested RAID array
+ - takes the RAID array ID as an argument
+ - returns 1st value as the number of assigned, and 2nd as active,
+ devices in the array
+
vicious.widgets.hddtemp
- provides hard drive temperatures using the hddtemp daemon
- takes the hddtemp listening port as an argument, or defaults to
@@ -501,3 +507,4 @@ Vicious contributors:
- Henning Glawe <glaweh debian.org>
- Rémy C. <shikamaru mandriva.org>
- Hiltjo Posthuma <hiltjo codemadness.org>
+ - Hagen Schink <troja84 googlemail.com>