mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Added documentation
This commit is contained in:
parent
a83b0d27d8
commit
fe864b9dc3
1 changed files with 7 additions and 2 deletions
|
@ -2,7 +2,12 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# vim: set fileencoding=utf-8
|
||||
#
|
||||
# Munin plugin for percona
|
||||
# Munin plugin for Percona XtraDB Cluster. Monitors values of these cluster replication variables:
|
||||
# percona_queues: wsrep_local_recv_queue, wsrep_local_send_queue
|
||||
# percona_flow: wsrep_flow_control_sent, wsrep_flow_control_recv
|
||||
# percona_transactions: wsrep_replicated, wsrep_received
|
||||
# percona_transactions_bytes: wsrep_replicated_bytes, wsrep_received_bytes
|
||||
# percona_replication: wsrep_local_cert_failures, wsrep_local_bf_aborts
|
||||
#
|
||||
# created by Sven Schliesing
|
||||
# borrowed code from mysql_aggregate_ by Igor Borodikhin
|
||||
|
@ -26,7 +31,7 @@
|
|||
# percona_transactions
|
||||
# percona_transactions_bytes
|
||||
#
|
||||
# Minimal config for monitoring local Percona-Server:
|
||||
# Minimal config for monitoring local Percona XtraDB Cluster-Server:
|
||||
#
|
||||
# [percona]
|
||||
# env.user root
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue