mirror of
https://github.com/Icinga/icingaweb2-module-graphite.git
synced 2026-05-28 04:34:57 -04:00
sample-config: new templates: fork rate, MySQL
This commit is contained in:
parent
47082eac48
commit
2ccfaa47bb
3 changed files with 30 additions and 0 deletions
16
sample-config/templates/mysql_commands.conf
Normal file
16
sample-config/templates/mysql_commands.conf
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
title = MySQL Commands
|
||||
filter = $host.mysql.mysql_commands
|
||||
areaMode = stacked
|
||||
|
||||
select : color=green, alias=SELECT
|
||||
insert : color=aqua, alias=INSERT
|
||||
insert_select : color=blue, alias=INSERT ... SELECT
|
||||
update : color=yellow, alias=UPDATE
|
||||
update_multi : color=orange, alias=UPDATE (multi)
|
||||
delete : color=red, alias=DELETE
|
||||
drop_* : color=darkred, alias=DROP
|
||||
begin : color=darkgreen, alias=BEGIN
|
||||
commit : color=#44bb77, alias=COMMIT
|
||||
rollback : color=rose, alias=ROLLBACK
|
||||
show_* : color=gray, alias=SHOW
|
||||
|
||||
8
sample-config/templates/mysql_threads.conf
Normal file
8
sample-config/templates/mysql_threads.conf
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
title = MySQL Threads
|
||||
filter = $host.mysql.threads
|
||||
areaMode = stacked
|
||||
|
||||
cached : color=#44bb77, alias=Cached
|
||||
connected : color=yellow, alias=Connected
|
||||
running : color=orange, alias=Running
|
||||
|
||||
6
sample-config/templates/processes_fork_rate.conf
Normal file
6
sample-config/templates/processes_fork_rate.conf
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
title = Process Fork Rate
|
||||
filter = $host.processes
|
||||
lineWidth = 1
|
||||
|
||||
fork_rate : color=red, alias=Fork rate
|
||||
|
||||
Loading…
Reference in a new issue