Files
librenms-librenms/includes/html/pages/health/ber.inc.php

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

8 lines
118 B
PHP
Raw Normal View History

<?php
$graph_type = 'sensor_ber';
$class = 'ber';
$unit = '';
require 'includes/html/pages/health/sensors.inc.php';