Hi,
I'm trying to run additional agent instance on a machine with one agent already running (Zabbix v1.1.1, Linux) - for doing more time consuming checks (web service and some other performance tests & etc.) we do not want to leave these to the main agent - timeouts & so on.
fixed the service startup script, renamed the agent's binary file, pid & log file, port in agent.conf - it starts, remains up for a minute or so (even returns some data to the server) and then dies with this in the agent log:
Any ideas?
I'm trying to run additional agent instance on a machine with one agent already running (Zabbix v1.1.1, Linux) - for doing more time consuming checks (web service and some other performance tests & etc.) we do not want to leave these to the main agent - timeouts & so on.
fixed the service startup script, renamed the agent's binary file, pid & log file, port in agent.conf - it starts, remains up for a minute or so (even returns some data to the server) and then dies with this in the agent log:
Code:
009773:20060814:020122 Got line:web.page.perf[10.0.0.100,,80] 009773:20060814:020123 Sending back:0.588412 009768:20060814:020134 Cannot rename file [/tmp/zabbix_agentd.tmp2] to [/tmp/zabbix_agentd.tmp] [No such file or directory] 009769:20060814:020134 Got signal. Exiting ... 009768:20060814:020134 One child process died. Exiting ... 009770:20060814:020134 Got signal. Exiting ... 009772:20060814:020134 Got signal. Exiting ... 009774:20060814:020134 Got signal. Exiting ... 009773:20060814:020134 Got signal. Exiting ...
Comment