Ad Widget

Collapse

Windows Template Items 2.4.6 (Not Supported )

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • simonuk1
    Member
    • Mar 2009
    • 66

    #1

    Windows Template Items 2.4.6 (Not Supported )

    Fresh install of 2.4.6, zabbix agent 2.4.5 from



    Not supported items from shipped Windows OS Template :

    Number of processes - proc.num[]
    System Information - system.uname
    Free Memory - vm.memory.size[free]
    Total memory - vm.memory.size[total]
    Total Swap Space - system.swap.size[,total]
    Version of zabbix_agent(d) running - agent.version

    Has anyone else had the same issues ?

    Cheers

    Si
  • tchjts1
    Senior Member
    • May 2008
    • 1605

    #2
    Are those specific items set as Zabbix agent (Active) items, and the rest of the items that you are getting data from are set as just "Zabbix agent" items?

    If so, then perhaps you do not have ServerActive= parameter defined in your hosts in zabbix_agentd.conf file.

    Comment

    • simonuk1
      Member
      • Mar 2009
      • 66

      #3
      Originally posted by tchjts1
      Are those specific items set as Zabbix agent (Active) items, and the rest of the items that you are getting data from are set as just "Zabbix agent" items?

      If so, then perhaps you do not have ServerActive= parameter defined in your hosts in zabbix_agentd.conf file.
      Strangely, issue is around Zabbix Agent items.

      I changed most of the items to Zabbix Agent ( Active ) and they are now working, however I still have Items that are Zabbix Agent that work. For example :

      Template App Zabbix Agent Windows: Host name of zabbix_agent(d) running Triggers (1) agent.hostname

      is working correctly, along with agent.ping.

      However agent.version is not working and is set to zabbix agent.

      I have run zabbix_get from the proxy that is monitoring it and the value comes back:
      /usr/local/bin/zabbix_get -s xxx.xxx.xxx.xxx -k agent.version
      2.0.8


      So from the investigation I am not sure why some zabbix agents are working and others not, while zabbix agent (Active) is working.

      Cheers

      Si

      Comment

      • simonuk1
        Member
        • Mar 2009
        • 66

        #4
        I have added debug to the zabbix agent service and the agent.version doesnt show up at being requested.

        Comment

        • tchjts1
          Senior Member
          • May 2008
          • 1605

          #5
          Originally posted by simonuk1
          /usr/local/bin/zabbix_get -s xxx.xxx.xxx.xxx -k agent.version
          2.0.8
          In your first post, you mention you installed agent version 2.4.5.
          The above command is returning version 2.0.8.

          Sounds like you have multiple versions of the agent/config.

          Comment

          • simonuk1
            Member
            • Mar 2009
            • 66

            #6
            Yeah I have tried with both.

            But if zabbix_get is bringing back the data, which is compiled with the proxy on 2.4.6 then why shouldn't it work with the proxy itself ?

            Its baffling me

            Comment

            Working...