mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-01 00:24:21 +02:00
Merge pull request #2458 from laf/rrdtune
Fix for crazy traffic values seen in graphs
This commit is contained in:
@@ -34,6 +34,17 @@ $unixagent_conf = array(
|
||||
),
|
||||
);
|
||||
|
||||
$rrdtool_conf = array(
|
||||
array('name' => 'rrdtool',
|
||||
'descr' => 'Path to rrdtool binary',
|
||||
'type' => 'text',
|
||||
),
|
||||
array('name' => 'rrdtool_tune',
|
||||
'descr' => 'Tune all rrd port files to use max values',
|
||||
'type' => 'checkbox',
|
||||
),
|
||||
);
|
||||
|
||||
echo '
|
||||
<div class="panel-group" id="accordion">
|
||||
<form class="form-horizontal" role="form" action="" method="post">
|
||||
@@ -41,6 +52,7 @@ echo '
|
||||
|
||||
echo generate_dynamic_config_panel('Oxidized integration',true,$config_groups,$oxidized_conf);
|
||||
echo generate_dynamic_config_panel('Unix-agent integration',true,$config_groups,$unixagent_conf);
|
||||
echo generate_dynamic_config_panel('RRDTool Setup',true,$config_groups,$rrdtool_conf);
|
||||
|
||||
echo '
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user