mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
change from poller_module to include from os polling
This commit is contained in:
@@ -13,7 +13,7 @@ require 'includes/graphs/common.inc.php';
|
||||
$rrdfilename = $config['rrd_dir'].'/'.$device['hostname'].'/cisco-wwan-mnc.rrd';
|
||||
if (file_exists($rrdfilename)) {
|
||||
$rrd_options .= ' DEF:mnc='.$rrdfilename.':mnc:LAST ';
|
||||
$rrd_options .= ' -l -r';
|
||||
$rrd_options .= ' --lower-limit 0 '
|
||||
$rrd_options .= " --vertical-label='MNC'";
|
||||
$rrd_options .= " LINE2:mnc#750F7DFF:'MNC Mobile Netwok Code'";
|
||||
$rrd_options .= ' GPRINT:mnc:LAST:%0.2lf%s\\\l ';
|
||||
|
Reference in New Issue
Block a user