Ad Widget

Collapse

Zabbix: install agents windows

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • felipealves04
    Junior Member
    • Mar 2016
    • 13

    #1

    Zabbix: install agents windows

    how do I install two agents of zabbix on windows?

    Has anyone done this in linux I know how to do now need to do on windows
  • Sugarman
    Junior Member
    • Oct 2014
    • 22

    #2
    err, what for?

    Comment

    • felipealves04
      Junior Member
      • Mar 2016
      • 13

      #3
      I want to monitor two sqlserver instances that are on the same machine

      Comment

      • aib
        Senior Member
        • Jan 2014
        • 1615

        #4
        OK, but why do you need two Zabbix Agents?
        You can easily configure two UserParameters - one for each instance - and use one agent with different keys.
        Sincerely yours,
        Aleksey

        Comment

        • felipealves04
          Junior Member
          • Mar 2016
          • 13

          #5
          ok, more like I point out what data and which host on my zabbix server?

          Comment

          • MikaelHansson
            Junior Member
            • Nov 2015
            • 2

            #6
            Originally posted by felipealves04
            ok, more like I point out what data and which host on my zabbix server?
            Pretty much, yes. If you have more advanced tests to run, set them up as UserParameters on the database server and query them from the Zabbix server, as @aib wrote.

            User Parameters documentation

            Test the user params from the shell on the Zabbix server with zabbix_get -s serverName -k key.test[optionalParameters], and then set up Zabbix items + triggers for these keys.

            Comment

            Working...