Ad Widget

Collapse

Zabbix to use nagios data

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • R_AL_Sim
    Junior Member
    • Sep 2012
    • 4

    #1

    Zabbix to use nagios data

    Hi all

    I've just discovered Zabbix and would like to know if its possible to use it to use multiple nagios servers as its data source

    I'd like to use it as a top level view to a number of nagios servers for different environments, let me explain.

    I have multiple environments and they each have a nagios setup monitoring various things what i'd like to do is have zabbix see the data of nagios with very little change to the already configured environment (dont want to touch something that works)

    Zabbix would then look at all these nagios instances and give a high level view of all the data,

    what i really like about zabbix is the screens customisation I plan to have a screen that basicly says everything is good and to point out trends when they appear such as display a graph.

    is it possible to do this with zabbix otherwise my other option is to use nagios again and a few plugins then a simple web gui with RRD


    thanks
  • Colttt
    Senior Member
    Zabbix Certified Specialist
    • Mar 2009
    • 878

    #2
    yes.. install a zabbix agent on the nagios server and via Userparameter you can read the nagios-recived-data..


    buw why you dont install zabbix-server instead with a ditributed monitoringsystem?
    Debian-User

    Sorry for my bad english

    Comment

    • R_AL_Sim
      Junior Member
      • Sep 2012
      • 4

      #3
      I've only just discovered zabbix and dont want to touch the existing set up as everything just works perfect

      I want to have the zabbix on a seperate server so I can monitor all the other nagios servers from one central point

      Comment

      • R_AL_Sim
        Junior Member
        • Sep 2012
        • 4

        #4
        hi so I installed the zabbix agent on one of my nagios servers and configured the agent to pass info of the nagios server to the zabbix server so i can see how well the nagios server is running now i need to understand how to read the nagios status.dat file, can the agent run a perl/php/bash/python script localy as I cant see any other way for it to interact with nagios other than writing a script to parse the status.dat file

        Comment

        • mbsit
          Senior Member
          • Sep 2012
          • 130

          #5
          Hi
          You should spend 2-3 weeks of learning zabbix and implement it.
          If you don't want, the answer is: yes, zabbix can run any type of scripts (as mentioned before) in UserParameter.

          Read a doc about configuring zabbix - the doc is really good.

          Bests,
          Grzegorz

          --
          Wdrożenia Zabbix - Warszawa
          Pozdrawiam
          Grzegorz Grabowski
          ____
          WdroĊĵenia, szkolenia, umowy serwisowe
          Warszawa - Polska

          Comment

          • eskytthe
            Senior Member
            Zabbix Certified Specialist
            • May 2011
            • 363

            #6
            Some other starter doc. on zabbix:
            http://www.packtpub.com/sites/defaul...pleChapter.pdf


            If you have many (different) status / parameters to send you can also use zabbix_sender:
            http://www.zabbix.com/documentation/.../zabbix_sender
            Br
            Erik

            Comment

            • Vlad 80
              Junior Member
              • Sep 2015
              • 2

              #7
              Hi, please give example setup to retrieve data from nagios in zabbix.
              like "zabbix_sender -c /usr/local/etc/zabbix_agentd.conf -s Monitored Host -k mysql.queries -o 342.45", but for nagios status.dat

              Comment

              Working...