From 23f17f67ada8a948a1d6bb4ab60441d88cecf017 Mon Sep 17 00:00:00 2001 From: Oded Ben Ozer Date: Wed, 14 Jul 2010 10:13:26 +0200 Subject: [PATCH] Added remarks about configuration --- plugins/other/mysql_report | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/plugins/other/mysql_report b/plugins/other/mysql_report index 799c24a1..798021e8 100755 --- a/plugins/other/mysql_report +++ b/plugins/other/mysql_report @@ -20,6 +20,8 @@ # # env.label_query1 Example query#1 (number of users) # env.hostname_query1 www1.example.com +# env.draw_query1 AREA +# env.colour_query1 FF0000 # env.database_query1 mysql # env.username_query1 user1 # env.password_query1 secret1 @@ -30,13 +32,21 @@ # env.label_query2 Example query#2 (number of successful logins) # env.query_query2 select count(*) from `exampledb`.`login_log` # env.type_query2 DERIVE +# env.draw_query2 LINE2 +# env.colour_query2 000080 # env.mysqlopts_query2 --defaults-extra-file=/etc/mysql/debian.cnf --port=4507 +# +# env.cdefnames cdef1 +# env.cdef_cdef1 result1,result2,+ +# env.cdeflbl_cdef1 Users and successful logins sum + # # $Log$ # # Revision 1.0 2010/04/19 14:18:32 muzso@muzso.hu # Initial version # +# Revision 1.01 2010/7/14 oded@pageonce.com #%# family=auto #%# capabilities=autoconf