Hi all,
I'm trying to compile the zabbix_agentd for Citrix xenserver 5.5 using the SDK VM, which you can download here:
After compiling i'm trying to manually start the zabbix agent:
[root@servername init.d]# ./zabbix-agentd start
/usr/local/sbin/zabbix-agentd not installed
which is there and executable:
[root@servername sbin]# ls
zabbix_agent zabbix_agentd
when starting it from sbin:
[root@servername sbin]# zabbix_agent
zabbix_agent [2992]: Cannot open config file [/etc/zabbix/zabbix_agent.conf] [No such file or directory].
Any suggestions? Also zabbix only wants to run as a user, but with citrix xenserver everything runs as root.
best regards,
Ruud
I'm trying to compile the zabbix_agentd for Citrix xenserver 5.5 using the SDK VM, which you can download here:
After compiling i'm trying to manually start the zabbix agent:
[root@servername init.d]# ./zabbix-agentd start
/usr/local/sbin/zabbix-agentd not installed
which is there and executable:
[root@servername sbin]# ls
zabbix_agent zabbix_agentd
when starting it from sbin:
[root@servername sbin]# zabbix_agent
zabbix_agent [2992]: Cannot open config file [/etc/zabbix/zabbix_agent.conf] [No such file or directory].
Any suggestions? Also zabbix only wants to run as a user, but with citrix xenserver everything runs as root.
best regards,
Ruud
Comment