Ad Widget

Collapse

Monitoring the Zabbix server itself..

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • clarity
    Junior Member
    • Mar 2012
    • 2

    #1

    Monitoring the Zabbix server itself..

    Hi,
    I have zabbix 1.8.10 running on servers at a couple of locations. I am very happy that zabbix is monitoring hosts and connectivity at those locations and generating great stats and alerts... My concern is that I loose all that security if for any reason the zabbix service or the host OS lock up.

    What methods are others using to get alerts if Zabbix itself dies. eg harddrive full on host server, Critical hardware failure on zabbix host server etc.

    Ideas occurring to me are:
    1) run a cron job on another server to ssh onto zabbix server and check timestamp of the zabbix_server log
    2) get 2 zabbix servers to watch each other : eg I have zabbix server A at location 1 and zabbix server B at location 2. Set zabbix_agentd.conf on A to use Server=2 and zabbix_agentd.conf on B to use Server=1.
    3) something clever with distributed monitoring

    the first option seems a bit flaky. I am not sure if option 2 will disrupt any of the zabbix_servers internal status monitoring.. And option 3 (distributed monitoring) is hierarchical so the problem just moves up the tree - who monitors the top level zabbix server ...

    Any comments please?
  • ke_sheng_jie
    Member
    • Aug 2011
    • 40

    #2
    Option 2

    I've used option 2 in a DM setup. The child node monitors the parent and the parent the child. Each node generates it's own notifications, so they don't rely on each other for that.

    Comment

    • clarity
      Junior Member
      • Mar 2012
      • 2

      #3
      Thanks

      Thanks for sharing your experience. I'll do the same thing too.

      Comment

      • expouser
        Junior Member
        • Aug 2013
        • 7

        #4
        DM monitoring

        Hi all,
        I'm faced with the same problem now.
        How to monitor child node.
        What to do If you have multiple child nodes's for example 3 child nodes and 1 Master.
        How to monitor each child nodes status?
        If it's online?
        Is the data is replicating to master?
        Please share your experience if you know how to do this?

        Thank you.

        Comment

        Working...