Dec 15, 2017 | Databases category
This plugin uses mysql to fetch the performance metrics from a mysql server. To install it: Verify that your system has mysql installed: $ mysql -V Download the file “mysql_plugin”. Copy it to your agent plugins directory. F.ex. on my system in...Dec 15, 2017 | Databases category
This agent plugin manages all performance metrics given by mySQL and some external metrics about the system, like service status, CPU, RAM, disk free in MySQL partition, ibdata size and much more. Documentation (English, Spanish) inside. Files: pandora_mysql_lin32...Dec 15, 2017 | Databases category
This Pandora FMS 3.x (.pspz) plugin package register MySQL plugin and 13 library modules to monitor MySQL Servers remotely, given a user id, password and hostname of the server. Module data Import this pspz file with the plugin server registration extension. Files:...Dec 14, 2017 | Application monitoring, Databases category
Module data module_begin module_name MySQL_Cluster_manager module_type generic_data_proc module_exec ps -A | grep ndb_mgmd | grep -v grep | wc -l module_endDec 14, 2017 | Application monitoring, Databases category
Module data module_begin module_name MySQL_ActiveCONN module_type generic_data module_exec netstat -an | grep 3306 | grep ESTAB | wc -l module_end