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.

19 lines
280 B
PHP
Raw Normal View History

<?php
$scale_min = '0';
$rrd_filename = Rrd::name($device['hostname'], 'hr_users');
$ds = 'users';
$colour_line = '008C00';
$colour_area = 'CDEB8B';
$colour_area_max = 'cc9999';
$graph_max = 1;
2016-07-08 15:56:46 -05:00
$unit_text = 'Users';
require 'includes/html/graphs/generic_simplex.inc.php';