Merge pull request #3964 from crcro/app-pages-addon

added missing apps to the generic app page
This commit is contained in:
Neil Lathwood
2016-08-06 20:37:55 +01:00
committed by GitHub

View File

@@ -56,7 +56,28 @@ $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('');
$graphs['dhcp-stats'] = array('');
print_optionbar_start();