Ad Widget

Collapse

MySQL Monitoring

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • EnriqueI
    Junior Member
    • Jan 2008
    • 6

    #1

    MySQL Monitoring

    Hello,

    I uncommented the mysql lines in the zabbix_agentd.conf file, and supplied the proper information. However, when I try to add the metric to a graph, it says that it is "Not Supported." I thought it could be because zabbix did not have a login shell, so I gave it a basic bourne shell. Still did not work, (although running the commands directly from the cmd line did). I thought it might work if I added the Zabbix user to the root group, it might work, but it did not.

    Any ideas?

    Thanks.
  • EnriqueI
    Junior Member
    • Jan 2008
    • 6

    #2
    The triggers on the server were using brackets, not period, like in the client config file.

    Comment

    • cbidwell
      Senior Member
      • Aug 2006
      • 127

      #3
      Interesting. I'm having a similar problem. I do know that you need to change your item to check as a "Zabbix Agent (Active)" as opposed to the standard agent. That got my Not Supported problem to go away, however mine just doesn't receive any data. I continually get "No Data" in my graphs.

      Comment

      • EnriqueI
        Junior Member
        • Jan 2008
        • 6

        #4
        Originally posted by cbidwell
        Interesting. I'm having a similar problem. I do know that you need to change your item to check as a "Zabbix Agent (Active)" as opposed to the standard agent. That got my Not Supported problem to go away, however mine just doesn't receive any data. I continually get "No Data" in my graphs.
        You need to change the string in the mysql template, and you need to uncomment the mysql strings in the zabbix_agent.conf or zabbix_agentd.conf files... make sure you put in the password as well.

        Comment

        • cbidwell
          Senior Member
          • Aug 2006
          • 127

          #5
          All of that had already been done. I was able to do a zabbix_agentd -t mysql.slave and it comes out with [t|1], so I know that it works. It's just not passing the data to the server and I can't figure out why.

          Comment

          Working...