percona-monitoring-plugins
percona-monitoring-plugins copied to clipboard
Percona Monitoring Plugins
updated with the latest instance types
see https://jira.percona.com/browse/PS-3549
command to generate above error pmp-cacti-template --script /usr/local/share/cacti/scripts/ss_get_mysql_stats.php definitions/mysql.def > mysql-template.xml I prefer to just use pre made templates but seems is no download link.
I'm running a cronjob every 15 minutes that executes the `pmp-check-mongo.py` Nagios plugin to check a dozen MongoDB servers. I'm seeing intermittent errors like the following: ``` CRITICAL - Could...
This prevents intermittent errors with the following output: Could not connect or exec 'isMaster' command: 'No servers found yet'
Just fixed this so it runs on contemporary operating systems, which don't have python 2 any more.
To test, run pmp-check-mysql-status against a status variable containing a space: ``` Variable_name: wsrep_provider_vendor Value: Codership Oy ` ``` ``` -bash-4.2$ /usr/lib64/nagios/plugins/pmp-check-mysql-status -x wsrep_provider_vendor -C '!=' -T str -w Synced...