Ad Widget

Collapse

PATCH: zabbix_agent using incorrect configuration file

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chs
    Junior Member
    • Oct 2006
    • 1

    #1

    PATCH: zabbix_agent using incorrect configuration file

    I guess this is a typo, isn't it?

    Code:
    --- zabbix-1.1.3/src/zabbix_agent/zabbix_agent.c.orig   Mon Oct 23 13:23:21 2006
    +++ zabbix-1.1.3/src/zabbix_agent/zabbix_agent.c        Fri Oct 27 17:29:56 2006
    @@ -108,7 +108,7 @@
     
            if(CONFIG_FILE == NULL)
            {
    -               CONFIG_FILE = strdup("/etc/zabbix/zabbix_agentd.conf");
    +               CONFIG_FILE = strdup("/etc/zabbix/zabbix_agent.conf");
            }
     
            parse_cfg_file(CONFIG_FILE,cfg);
  • Alexei
    Founder, CEO
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Sep 2004
    • 5654

    #2
    Fixed. Thanks for reporting this!
    Alexei Vladishev
    Creator of Zabbix, Product manager
    New York | Tokyo | Riga
    My Twitter

    Comment

    Working...