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

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

14 lines
202 B
PHP
Raw Normal View History

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