Ad Widget

Collapse

Problem with mysql monitoring in zabbix

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • meg
    Junior Member
    • Oct 2016
    • 2

    #1

    Problem with mysql monitoring in zabbix

    Hi there,

    I am trying to use Mysql template from Zabbix. I have already configurate:
    - I have create users for zabbix in mysql
    - I add the user at my.cnf, for mysqladmin and mysql
    - userparameter_mysql.conf with the path of my.cnf at Home

    But at Zabbiz I have for response a letter and not the values of the monitoring that is doing in all the items.
    Error: Received value [l] is not suitable for value type [Numeric (float)]

    Any help on how to start working this issue out would be greatly appreciated.

    Thank you
  • Sunghost
    Junior Member
    • Sep 2016
    • 16

    #2
    re

    Hello meg,
    i add the monitoring template for a few days to my mysql-server and uses this howto, after having problems with no-data in graph messages. perhaps it helps for your problem too: http://taste-of-it.de/zabbix-agent-mysql-konfiguration/

    Comment

    • meg
      Junior Member
      • Oct 2016
      • 2

      #3
      re

      thanks Sunghost.

      I follow the configuration on that page and in the client machine, the one with the agent zabbix to monitor I get this answer:

      #zabbix_agentd -t mysql.ping
      mysql.ping [t|1]

      But when I put this commando in the zabbix server I get this:
      #zabbix_get -s[ip client] -p[port] -k mysql.ping
      l

      So in the web i got the error that i am getting the "l" for every command of mysql monitoring.

      Comment

      Working...