mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix show rrdtool command (#11305)
This commit is contained in:
@@ -117,7 +117,7 @@ if ($error_msg) {
|
||||
echo "<div class='infobox'>";
|
||||
echo "<p style='font-size: 16px; font-weight: bold;'>RRDTool Command</p>";
|
||||
echo "<pre class='rrd-pre'>";
|
||||
echo "rrdtool ".rrdtool_build_command("graph", $graphfile, $rrd_options);
|
||||
echo "rrdtool ". Rrd::buildCommand("graph", $graphfile, $rrd_options);
|
||||
echo "</pre>";
|
||||
$return = rrdtool_graph($graphfile, $rrd_options);
|
||||
echo "<p style='font-size: 16px; font-weight: bold;'>RRDTool Output</p>";
|
||||
|
Reference in New Issue
Block a user