Hello,
for testing purposes I wanted to reactivate my old Pi 2 at home. It should act as an active Zabbix Proxy SQLite mit TLS, so I could experiment with Templates at home. I already installed a Pi Proxy a few times and never had issues. But this time I fail and I don't get why. What I did:
And that's all. I couldn't even start agent or proxy. No log is generated at all. And when I try to get the version for example:
Any idea what I did wrong? Maybe a hardware issue?
for testing purposes I wanted to reactivate my old Pi 2 at home. It should act as an active Zabbix Proxy SQLite mit TLS, so I could experiment with Templates at home. I already installed a Pi Proxy a few times and never had issues. But this time I fail and I don't get why. What I did:
- Copied the Raspbian with DD (Rufus) onto the 4GB SD card
- Activated SSH
- SSHed onto the PI
- apt update
- apt upgrade
- wget http://repo.zabbix.com/zabbix/3.4/de...tretch_all.deb
- dpkg -i zabbix-release_3.4-1+stretch_all.deb
- apt update
- apt install zabbix-agent zabbix-get zabbix-proxy-sqlite3 zabbix-sender
And that's all. I couldn't even start agent or proxy. No log is generated at all. And when I try to get the version for example:
Code:
root@ZabbixPi:~# zabbix_agentd -V Segmentation fault
Code:
root@ZabbixPi:~# journalctl -xe -- Unit zabbix-agent.service has begun starting up. Feb 09 22:30:19 ZabbixPi systemd[1]: zabbix-agent.service: Control process exited, code=killed status=11 Feb 09 22:30:19 ZabbixPi systemd[1]: Failed to start Zabbix Agent. -- Subject: Unit zabbix-agent.service has failed -- Defined-By: systemd -- Support: https://www.debian.org/support -- -- Unit zabbix-agent.service has failed. -- -- The result is failed. Feb 09 22:30:19 ZabbixPi systemd[1]: zabbix-agent.service: Unit entered failed state. Feb 09 22:30:19 ZabbixPi systemd[1]: zabbix-agent.service: Failed with result 'signal'.
Comment