mdadm: add cgi to display the md-state.

This commit is contained in:
Arne Fitzenreiter
2011-04-22 17:03:23 +02:00
parent e3f28dd56f
commit 339dbffc70
6 changed files with 60 additions and 1 deletions

View File

@@ -69,3 +69,8 @@
'title' => 'Atm-status',
'enabled' => `find /sys/class/atm/*/device 2>/dev/null`,
};
$substatus->{'76.mdstat'} = {'caption' => 'Mdstat',
'uri' => '/cgi-bin/mdstat.cgi',
'title' => 'Mdstat',
'enabled' => 1,
};