Files
librenms-librenms/includes/html/graphs/device/hr_users.inc.php

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

14 lines
194 B
PHP
Raw Normal View History

<?php
$filename = Rrd::name($device['hostname'], 'hr_users');
$ds = 'users';
$unit_text = 'Users';
$float_precision = 3;
$descr = '';
require 'includes/html/graphs/generic_stats.inc.php';