percona-monitoring-plugins
percona-monitoring-plugins copied to clipboard
Percona Monitoring Plugins
In the code for pmp-check-mysql-deleted-files, there is this bit: # If lsof exists, but you run it as non-root, you'll get a file with a # bunch of this stuff:...
For Bash, the builtin command `test` resp. `[` accepts both `==` as well as `=` as an operator. POSIX however only specifies `=`. Thus, if the scripts are used with...
The `percona-nagios-plugins` Debian/Ubuntu package installs the Nagios plugins in `/usr/lib64/...` instead of `/usr/lib/...` like all the other Nagios plugins, see for example the [nagios-plugins-contrib](https://packages.debian.org/sid/amd64/nagios-plugins-contrib/filelist) package. See the Multiarch pages for...
Hi, I can monitor single MySQL instance using PMP for Zabbix. Galera values are defined in Cacti Definitions but are not included in zabbix template.
Shards' names has small chance to be properly balanced, using number of chunks in shard may be a better option ;-) ``` >>> for i in {u'bdd4b386': 5, u'ba142fa9': 5,...
Not really important, but using previously unused arugument helps wrapping this script if needed.
The performance data should be something graphable, not strings. Only produce perfdata if that is the case.
I was unable to import template in Zabbix 3.4 due to changed XML schema. #91 fixes this
Zabbix 3.4 is a current stable version and it's XML format changed so much that current Percona MySQL template doesn't import. I've updated script with new XML scheme so template...