MPM General

fpmmm & Zabbix

Hello,

I installed fpmmm 1.0.1 to my system and try to start it with zabbix-agent (UserParameter=FromDual.MySQL.check,/opt/fpmmm/bin/fpmmm --config=/etc/fpmmm/fpmmm.conf). Trigger fpmmm Agent is down not working, and all data update with 10 minutes interval or doesn’t update at all.

I receive this in fpmmm log:

28964:2017-02-21 12:19:18.812 - ERR :   Agent was running for more than 60 seconds (now: 2017-02-21 12:19:18, mtime: 2017-02-21 12:09:18). Killing it now! (rc=1101).
28964:2017-02-21 …

mpm configuration

Hi,

I have trouble to understand the settings of the different sections :
[default
],
[db_server
]…

I have a remote MySQL server registered in Zabbix as DBSERVER01, where there are several databases:

> show databases;
+--------------------+
| Database           |
+--------------------+
| information_schema |
| mysql              |
| performance_schema |
| phpmyadmin         |
| myapp              |
+--------------------+

The most important DB I need to monitor is “myapp” of course, but …

tags: 

MPM MaaS Questions & Answers

Question: How does the MPM MaaS agent send data to the service?

Answer: The MPM MaaS agents uses a simple HTML file upload to send data to the service.


Question: Is it possible to encrypt the data the MPM MaaS agent is sending to the service?

Answer: Currently the MPM MaaS agent only does a plain HTML file upload. So NO data encryption happens at the moment. If we see high demand of customers for this feature we will implement it.


Question: Is there a company behind this MySQL monitoring service?

Answer: …

tags: 

MPM Questions & Answers

Question: What is the MySQL Performance Monitor (MPM) monitoring and what data is the agent sending?

Answer: The MPM agent is gathering mainly the output of:

SHOW GLOBAL STATUS;
SHOW GLOBAL VARIABLES;
SHOW ENGINE INNODB STATUS;

and some data of the INFORMATION_SCHEMA and the PERFORMANCE_SCHEMA


Question: What MPM modules do you provide at the moment?

Answer: You can find a list of the provided modules here.

tags: 
Subscribe to RSS - MPM General