Ad Widget

Collapse

break zabbix_agentd.conf file into smaller files

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gnordli
    Junior Member
    • Sep 2006
    • 2

    #1

    break zabbix_agentd.conf file into smaller files

    On windows hosts i am using performance counters that change on different machines. Ie. the Network adapters aren't the same name accross different servers. I would like to break the network adapter performance counters into a separate file and keep the settings that are the same accross all servers in a single file.

    Is there the ability to "include" other files in the zabbix_agentd.conf file?

    thanks,

    Geoff
  • edeus
    Senior Member
    • Aug 2005
    • 120

    #2
    Not currently.

    It has been requested in the past but it doesnt hurt to rerequest it

    Comment

    • jojo
      Member
      • Jul 2006
      • 57

      #3
      couldn't you just add all the conf files together and then point the agent to look for say c:\zabbix_agent\conf\*.conf

      ?

      Comment

      • mbjoerling
        Member
        • May 2006
        • 52

        #4
        There is support for it in the upcoming release of the .net agent. It support mappings of performance counters. So a counter which took the byte per sec on a specific interface, could be mapped to a default counter and be the same on all servers which all had different counters behind the scene.

        Comment

        • James Wells
          Senior Member
          • Jun 2005
          • 664

          #5
          Greetings,

          I don't recall the details, but there is a patch available over on Source Forge that gives tha Zabbix Agent, the ability to recurse through a directory tree and add each of the config files at start up.

          As was stated previously, this is a feature that has been asked for before, man times. I am currently working on something similar for Unix. Unfortunately, I don't do windows, as such someone else will need to port it when I complete the patch.
          Unofficial Zabbix Developer

          Comment

          Working...