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

8 lines
134 B
PHP
Raw Normal View History

<?php
$graph_type = 'sensor_delay';
$class = 'delay';
$unit = 's';
require 'includes/html/pages/health/sensors.inc.php';