Ad Widget

Collapse

All My New template's graphs are blank !

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lockev3.0
    Junior Member
    • Jul 2012
    • 6

    #1

    All My New template's graphs are blank !

    Hi, I am new to Zabbix and up now I've been struggling a bit with it.
    Matter is, I've included Apaloosa templates for Mysql and Memcache and both show no data at all!!! (all their graphs completely blank showing "no data")
    ...no idea why as the following sample-tests are positive:
    • .- telnet from server to agent onto port 10050 ok
    • .- On Agent::
      zabbix_agentd -t mysql.Sort_scan
      ==> results in mysql.Sort_scan [t|60102]
      <any other param also produces data>
    • .- From Server to Agent::
      zabbix_get -s <my_mysql_host> -k mysql.Sort_scan
      ==> results in /usr/local/share/zabbix/plugins/ss_get_mysql_stats.php
    • For the mysql template --> user with required privileges has been created.



    I haven't seen any where what else to test ......
    What may I be missing ?
  • lockev3.0
    Junior Member
    • Jul 2012
    • 6

    #2
    Ok, gone further (and forgot to mention I use zabbix 1.8.11 at debian testing):::

    Having read BUG "https://support.zabbix.com/browse/ZBX-1764", I decided to do nice bash looping thru all items at mysql template grepping for NOTSUPPORTED pattern.

    So I found mysql.Key_reads return not supported and so I've commented it out and restarted both server anf agent ....just in case.

    I guess I'll have to wait for data to arrive although I suspect my trouble still remains ......bad feeling

    Comment

    • lockev3.0
      Junior Member
      • Jul 2012
      • 6

      #3
      Still failing

      Sorry zabbers out there .....now there's not any ZBX_NOTSUPPORTED item at mysql template but yet it keeps reporting no data at all. Do not know what else to try at the moment ......please some one help.

      I have the Linux built-in template enabled and it is currently monitoring properly 4 servers, however my brand new Mysql template shows no data at all .....it must be some basis setup (as it also happens with my memcache added template) but can't find it ....

      Comment

      • lockev3.0
        Junior Member
        • Jul 2012
        • 6

        #4
        Ok, I've found the key is at

        .- From Server to Agent::
        zabbix_get -s <my_mysql_host> -k mysql.Sort_scan
        ==> results in /usr/local/share/zabbix/plugins/ss_get_mysql_stats.php


        do not know why the server gets the path of the php script the template uses ...I've followed the Apaloosa instructions (http://code.google.com/p/appaloosa-z...i/Installation) If no one here could help me I'll have to google out there ......more

        Comment

        • lockev3.0
          Junior Member
          • Jul 2012
          • 6

          #5
          Well, me my self got it running

          Quite strange issue::

          I just moved from

          /usr/local/share/zabbix/plugins/ss_get_mysql_stats.php

          to

          /usr/share/zabbix-agent/plugins/ss_get_mysql_stats.php


          path length seems to be the same .....
          event permissions seem to be more restrictive now .....
          however computer science has its own misteries .....

          Comment

          Working...