Files
librenms-librenms/includes/html/graphs/application/mdadm_sync_completed.inc.php
T

10 lines
168 B
PHP
Raw Normal View History

2019-05-13 06:42:03 +02:00
<?php
$unit_text = 'Sync completed (%)';
2019-06-07 06:35:21 +02:00
$unitlen = 20;
2019-05-13 06:42:03 +02:00
$bigdescrlen = 15;
$smalldescrlen = 15;
$rrdVar='sync_completed';
require 'mdadm-common.inc.php';