mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-30 16:14:21 +02:00
add memcached application graphing support. move applications to <<<app-$name>>> for easier detection. add connection tracking to mysql application. move logout to /logout/ not
/?logout=yes. git-svn-id: http://www.observium.org/svn/observer/trunk@3096 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -650,6 +650,7 @@ function ss_get_mysql_stats( $options ) {
|
||||
'binary_log_space' => 'cz',
|
||||
'innodb_locked_tables' => 'd0',
|
||||
'innodb_lock_structs' => 'd1',
|
||||
|
||||
'State_closing_tables' => 'd2',
|
||||
'State_copying_to_tmp_table' => 'd3',
|
||||
'State_end' => 'd4',
|
||||
@@ -666,6 +667,7 @@ function ss_get_mysql_stats( $options ) {
|
||||
'State_writing_to_net' => 'df',
|
||||
'State_none' => 'dg',
|
||||
'State_other' => 'dh',
|
||||
|
||||
'Handler_commit' => 'di',
|
||||
'Handler_delete' => 'dj',
|
||||
'Handler_discover' => 'dk',
|
||||
@@ -681,6 +683,7 @@ function ss_get_mysql_stats( $options ) {
|
||||
'Handler_savepoint_rollback' => 'du',
|
||||
'Handler_update' => 'dv',
|
||||
'Handler_write' => 'dw',
|
||||
|
||||
# Some InnoDB stats added later...
|
||||
'innodb_tables_in_use' => 'dx',
|
||||
'innodb_lock_wait_secs' => 'dy',
|
||||
|
||||
Reference in New Issue
Block a user