mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Adding systemd application (#14540)
This commit is contained in:
@@ -423,6 +423,11 @@ $graphs['pwrstatd'] = [
|
||||
'percentage',
|
||||
'minutes',
|
||||
];
|
||||
$graphs['systemd'] = [
|
||||
'sub',
|
||||
'active',
|
||||
'load',
|
||||
];
|
||||
|
||||
echo '<div class="panel panel-default">';
|
||||
echo '<div class="panel-heading">';
|
||||
|
Reference in New Issue
Block a user