percona-monitoring-plugins
percona-monitoring-plugins copied to clipboard
Percona Monitoring Plugins
--help: ``` -x TARGET Metric monitored; default deadlocks. Other options: kills, fkerrors. ``` Based on --help output it is clear that, the accepted values are going to be "deadlocks", "kills",...
Based on discussion below, showing error message directly will expose information: https://github.com/percona/percona-monitoring-plugins/issues/58 How to reproduce: ``` mysql> create table deadlocks(id int not null); Query OK, 0 rows affected (0.01 sec)...
Running checkbashisms (https://anonscm.debian.org/cgit/collab-maint/devscripts.git/plain/scripts/checkbashisms.pl) against nagios/bin/* from the 1.1.5 release results into the following error. Not using bash as /bin/sh is likely to lead to errors or unexpected behaviours. Please be...
I think the intention with this function is to compare the previous state to the current state, but what it's actually doing is comparing the current state to itself, so...
With pt-heartbeat I am writing entries to the table "heartbeat" in the database "heartbeat" on our master server: ``` pt-heartbeat -D heartbeat -h mysql-master -u root -pbar --update --create-table ```...
Adds statistical graph for monitoring all NFS3 operations by extracting the data out of /proc
Hi, we have a need to verify that we do not have too old snapshots (people keep forgetting things, you know). To fix that, I have implemented an optional age...
On my system (Slackware64 14.2) the following command fails: `$ mktemp /tmp/make.sh.XXXX mktemp: cannot create temp file /tmp/make.sh.XXXX: Invalid argument` because the pattern should consist of 6 'Xs' according to...
Is it possible that the RDS plugin isn't yet compatible to RDS Instances in the Central Canada region? I'm getting a null reading in Nagios.
Have an installation of Cacti which upgraded from 0.8.8h to v1.0.4 with monitor plugins 1.1.7 that stopped pulling data after the upgrade. Traced the lack of data to the poller...