1
0
Fork 0
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:
muffl0n 2014-02-25 15:44:16 +01:00
parent a83b0d27d8
commit fe864b9dc3

View file

@ -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