mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
added missing apps to the generic app page
This commit is contained in:
@@ -56,6 +56,26 @@ $graphs['tinydns'] = array(
|
||||
'other',
|
||||
);
|
||||
|
||||
$graphs['powerdns'] = array(
|
||||
'latency',
|
||||
'fail',
|
||||
'packetcache',
|
||||
'querycache',
|
||||
'recursing',
|
||||
'queries',
|
||||
'queries_udp',
|
||||
);
|
||||
|
||||
$graphs['nfs-v3-stats'] = array(
|
||||
'stats',
|
||||
'io',
|
||||
'fh',
|
||||
'rc',
|
||||
'ra',
|
||||
'net',
|
||||
'rpc',
|
||||
};
|
||||
|
||||
$graphs['os-updates'] = array('');
|
||||
|
||||
print_optionbar_start();
|
||||
|
Reference in New Issue
Block a user