RRD Graph optimization (#12735)

* RRD Graph optimization
Do not use temporary files to generate graphs
Don't start up a process to pipe commands to, just run the command
Error image improvements

* fix style issues
This commit is contained in:
Tony Murray
2021-04-28 05:28:07 -05:00
committed by GitHub
parent 33c7151763
commit 2833d935e0
7 changed files with 165 additions and 105 deletions

View File

@@ -92,8 +92,8 @@ if (! $auth) {
$link_array['page'] = 'graphs';
$link = \LibreNMS\Util\Url::generate($link_array);
echo '<td align=center>';
echo '<b>' . $text . '</b><br>';
echo '<td style="text-align: center;">';
echo '<b>' . $text . '</b>';
echo '<a href="' . $link . '">';
echo \LibreNMS\Util\Url::lazyGraphTag($graph_array);
echo '</a>';