Scale disk spezific SMART Graph from 0 (#15339)

This commit is contained in:
SourceDoctor 2023-09-24 18:12:11 +02:00 committed by GitHub
parent c0a233700c
commit 6e592f99c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -169,6 +169,7 @@ foreach ($graphs as $key => $text) {
$graph_array['to'] = \LibreNMS\Config::get('time.now');
$graph_array['id'] = $app['app_id'];
$graph_array['type'] = 'application_' . $key;
$graph_array['scale_min'] = '0';
if (isset($vars['disk'])) {
$graph_array['disk'] = $vars['disk'];