mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 22:25:23 +00:00
Added remarks about configuration
This commit is contained in:
parent
5df115fa71
commit
23f17f67ad
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue