mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Implement rrdtool_check_rrd_exists
This commit is contained in:
@@ -10,7 +10,7 @@ $rigid = true;
|
||||
$print_total = true;
|
||||
$simple_rrd = true;
|
||||
|
||||
if (is_file($rrd_filename)) {
|
||||
if (rrdtool_check_rrd_exists($rrd_filename)) {
|
||||
$rrd_list = array(
|
||||
array(
|
||||
'ds' => 'Radio0OtherBss',
|
||||
|
@@ -10,7 +10,7 @@ $rigid = true;
|
||||
$print_total = true;
|
||||
$simple_rrd = true;
|
||||
|
||||
if (is_file($rrd_filename)) {
|
||||
if (rrdtool_check_rrd_exists($rrd_filename)) {
|
||||
$rrd_list = array(
|
||||
array(
|
||||
'ds' => 'Radio1OtherBss',
|
||||
|
Reference in New Issue
Block a user