diff --git a/html/pages/apps.inc.php b/html/pages/apps.inc.php index fb767fe76b..4183e3852f 100644 --- a/html/pages/apps.inc.php +++ b/html/pages/apps.inc.php @@ -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();