mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
add missing graphs for NFS app page (#16197)
This commit is contained in:
committed by
GitHub
parent
56b5eff952
commit
bc82473f8a
@@ -554,6 +554,12 @@ $graphs['borgbackup'] = [
|
||||
'locked',
|
||||
'locked_for',
|
||||
];
|
||||
$graphs['nfs'] = [
|
||||
'server_rpc',
|
||||
'server_cache',
|
||||
'client_rpc',
|
||||
'client_cache',
|
||||
];
|
||||
|
||||
echo '<div class="panel panel-default">';
|
||||
echo '<div class="panel-heading">';
|
||||
|
Reference in New Issue
Block a user