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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
159 B
PHP
Raw Normal View History

2019-05-13 06:42:03 +02:00
<?php
2020-09-21 15:40:17 +02:00
2019-05-13 06:42:03 +02:00
$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';