From: octo Date: Fri, 27 Jan 2006 21:16:54 +0000 (+0000) Subject: Added Header and Vertical legend to the graphs.. X-Git-Tag: collectd-3.7.0~28 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=ef88c82d387fcec63f5b045426fbab7b492d53fb;p=collectd.git Added Header and Vertical legend to the graphs.. --- diff --git a/contrib/museum/collection.cgi b/contrib/museum/collection.cgi index 564adf05..e7831aa5 100755 --- a/contrib/museum/collection.cgi +++ b/contrib/museum/collection.cgi @@ -701,6 +701,8 @@ our $GraphArgs = memory => ['-t', '{host} memory usage', '-v', 'Bytes', '-b', '1024', '-l', '0'], mysql_commands => ['-t', 'mysql command {inst}', '-v', 'Issues/s' ], mysql_handler => ['-t', 'mysql handler {inst}', '-v', 'Issues/s' ], + mysql_qcache => ['-t', 'mysql query cache', '-v', 'Queries/s' ], + mysql_threads => ['-t', 'mysql threads', '-v', 'Threads' ], nfs3_procedures => ['-t', '{host} NFSv3 {inst} procedures', '-v', 'Procedures/s' ], partition => ['-t', '{host} partition {inst} usage', '-v', 'Byte/s'], ping => ['-t', '{host} ping to {inst}', '-v', 'ms'],