Files
librenms-librenms/includes/html/graphs/application/mdadm_degraded.inc.php

10 lines
152 B
PHP
Raw Normal View History

<?php
$unit_text = 'degraded';
$unitlen = 10;
$bigdescrlen = 15;
$smalldescrlen = 15;
$rrdVar='degraded';
require 'mdadm-common.inc.php';