ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Zabbix 3.0.9

    News
    7
    29
    5.3k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • dafyreD
      dafyre @Ajin
      last edited by

      @Ajin said in Zabbix 3.0.9:

      Another thing i am testing now is , Since the Action Section uses zabbix-agent to run the custom script type to execute remote command ; what if the zabbix-agent itself went down or had some issue and it coudnt respond to server checks ? . Here this scenario (Choosing the TYPE as custom script)will fail for all other Actions . IN that case i need to fix the Remote command execution via SSH and also Test the GLOBAL SCRIPT Type to check zabbix-agent service.
      Since i am planning to Implement this Tool in my Production Environment , need to think and test every possible scenarios where server or its critical services can get screwed up And now next global script and again ssh ..

      In this scenario, if the Zabbix agent goes down, the custom scripts won't run, I'd imagine.

      I've never gone down the rabbit hole quite that far. I would assume if the Zabbix agent is not responding that you would have other issues (or set the Zabbix server to alert you that the Zabbix agent wasn't responding).

      AjinA 1 Reply Last reply Reply Quote 0
      • AjinA
        Ajin @dafyre
        last edited by Ajin

        @dafyre :Ran Into another problem Now.
        Mysql service up/down status is not displayed in host status Tab. But in the graph part all mysql data is fetched from client machine and displayed in Zabbix server .like Mysql Bandwidth ,Mysql Uptime , Mysql operations ect .

        Since the service up/down is not being displayed in host status , Cannot execute Actions (remote command & notifications)

        All other services like Apache , ssh , telnet , cpu hike , Disk usage , Network usage .. every actions to the above said services are being fetched by zabbix-agent and displayed in zabbix-server GUI.

        Checked the Zabbix-server log ,

        Data for mysql services are being logged , But not displaying the service UP or down in server GUI.

        LOG:
        [root@Z3 ~]# tail -f /var/log/zabbix/zabbix_server.log | grep mysql
        2259:20170521:151451.735 Sending [mysql.status[Questions]
        2261:20170521:151452.738 In substitute_key_macros() data:'mysql.status[Slow_queries]'
        2261:20170521:151452.738 End of substitute_key_macros():SUCCEED data:'mysql.status[Slow_queries]'
        2261:20170521:151452.738 In get_value() key:'mysql.status[Slow_queries]'
        2261:20170521:151452.738 In get_value_agent() host:'2.test.com' addr:'10.132.166.113' key:'mysql.status[Slow_queries]' conn:'unencrypted'
        2261:20170521:151452.739 Sending [mysql.status[Slow_queries]
        2262:20170521:151453.743 In substitute_key_macros() data:'mysql.status[Uptime]'
        2262:20170521:151453.743 End of substitute_key_macros():SUCCEED data:'mysql.status[Uptime]'
        2262:20170521:151453.744 In get_value() key:'mysql.status[Uptime]'
        2262:20170521:151453.744 In get_value_agent() host:'2.test.com' addr:'10.132.166.113' key:'mysql.status[Uptime]' conn:'unencrypted'
        2262:20170521:151453.744 Sending [mysql.status[Uptime]

        dafyreD 1 Reply Last reply Reply Quote 0
        • dafyreD
          dafyre @Ajin
          last edited by

          @Ajin said in Zabbix 3.0.9:

          @dafyre :Ran Into another problem Now.
          Mysql service up/down status is not displayed in host status Tab. But in the graph part all mysql data is fetched from client machine and displayed in Zabbix server .like Mysql Bandwidth ,Mysql Uptime , Mysql operations ect .

          Since the service up/down is not being displayed in host status , Cannot execute Actions (remote command & notifications)

          All other services like Apache , ssh , telnet , cpu hike , Disk usage , Network usage .. every actions to the above said services are being fetched by zabbix-agent and displayed in zabbix-server GUI.

          Checked the Zabbix-server log ,

          Data for mysql services are being logged , But not displaying the service UP or down in server GUI.

          LOG:
          [root@Z3 ~]# tail -f /var/log/zabbix/zabbix_server.log | grep mysql
          2259:20170521:151451.735 Sending [mysql.status[Questions]
          2261:20170521:151452.738 In substitute_key_macros() data:'mysql.status[Slow_queries]'
          2261:20170521:151452.738 End of substitute_key_macros():SUCCEED data:'mysql.status[Slow_queries]'
          2261:20170521:151452.738 In get_value() key:'mysql.status[Slow_queries]'
          2261:20170521:151452.738 In get_value_agent() host:'2.test.com' addr:'10.132.166.113' key:'mysql.status[Slow_queries]' conn:'unencrypted'
          2261:20170521:151452.739 Sending [mysql.status[Slow_queries]
          2262:20170521:151453.743 In substitute_key_macros() data:'mysql.status[Uptime]'
          2262:20170521:151453.743 End of substitute_key_macros():SUCCEED data:'mysql.status[Uptime]'
          2262:20170521:151453.744 In get_value() key:'mysql.status[Uptime]'
          2262:20170521:151453.744 In get_value_agent() host:'2.test.com' addr:'10.132.166.113' key:'mysql.status[Uptime]' conn:'unencrypted'
          2262:20170521:151453.744 Sending [mysql.status[Uptime]

          Do you mean that you cannot tell whether or not the MySQL Service is running?

          1 Reply Last reply Reply Quote 0
          • JaredBuschJ
            JaredBusch
            last edited by

            Do you even have MySQL? You might have MariaDB.

            AjinA 1 Reply Last reply Reply Quote 1
            • AjinA
              Ajin @JaredBusch
              last edited by

              @JaredBusch : yes , I have mariadb. (Server version: 5.5.52-MariaDB MariaDB Server)
              Is there any compatibility issue with zabbbix-server and mariadb ?

              JaredBuschJ 1 Reply Last reply Reply Quote 0
              • JaredBuschJ
                JaredBusch @Ajin
                last edited by

                @Ajin said in Zabbix 3.0.9:

                @JaredBusch : yes , I have mariadb. (Server version: 5.5.52-MariaDB MariaDB Server)
                Is there any compatibility issue with zabbbix-server and mariadb ?

                I mean on the box you are trying to get an alert from.

                You are looking for the MySQL service, it does not exist if you are using MariaDB.

                AjinA 1 Reply Last reply Reply Quote 0
                • AjinA
                  Ajin @JaredBusch
                  last edited by

                  @JaredBusch : Yea i agree but the only template present in Zabbix-server to monitor DB servers for Linux is "Template App MySQL".
                  Zabbix forums also says that "Template App MySQL". is used to monitor MariaDB databases.

                  1 Reply Last reply Reply Quote 0
                  • dafyreD
                    dafyre
                    last edited by

                    If you want to see it on a graph, you could Add a graph to the Template App MySQL... and then add the Template app MySQL to the MariaDB servers you have...

                    Your Graph would look something like:
                    0_1495518300608_upload-e3f0ab7a-817a-443d-8aa9-21fb920cb5c1

                    AjinA 1 Reply Last reply Reply Quote 0
                    • AjinA
                      Ajin @dafyre
                      last edited by

                      @dafyre :Thanks a lot , Will test it out and post back

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 2 / 2
                      • First post
                        Last post