Ad Widget

Collapse

Trouble with the win32 Zabbix agentd 1.4.2

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • scotty
    Senior Member
    • Oct 2006
    • 126

    #1

    Trouble with the win32 Zabbix agentd 1.4.2

    Hello,

    I try to upgrade then installer for windows whith the new version 1.4.2 and I have a problème.

    Even if I use the syntax :
    zabbix_agentd.exe --config "C:\Program Files\Zabbix Agent\zabbix_agentd.conf" --install

    when I try to launch Zabbix agent by :
    zabbix_agentd.exe" --start

    zabbix_agentd try to find the config file at C:\zabbix_agentd.conf:

    zabbix_agentd.exe [5956]: Cannot open config file [C:\zabbix_agentd.conf] [No such file or directory].

    Do I make a mistake and is there a way to put it in the installation folder ?

    Thanks in advance
  • john
    Junior Member
    • Aug 2007
    • 2

    #2
    Try :

    zabbix_agentd.exe --config "C:\Program Files\Zabbix Agent\zabbix_agentd.conf" --start

    You must specify location of conf file at startup.

    Comment

    • scotty
      Senior Member
      • Oct 2006
      • 126

      #3
      thanks john,
      I modifie the package with this syntax

      Comment

      Working...