Install Zabbix Agent in Endian ARM – UTM Mini

endianzabbixToday i will show you how to run the Zabbix agent in an ARM – Endian UTM Mini, well the thing is the the Endian OS dont have installed (gcc, automake autoconf) things like that so it is hard to compile programs on it and is more complicated when the arquitecture is ARMEL/ARM, the Endian OS comes with the Smart Package Manager, but honestly i could not use it… any way, the firts thig to do is check the arquitecture of the Endian device like this:

  1. #uname -r
  2. Install a virtualization program like qemu.
  3. Download Debian GNU/Linux for ARM CPUs.
  4. Boot and install Debian in the ARM emulator (qemu).
  5. Transfer the Zabbix agent source code into the VM.
  6. Install gcc – autoconf – make and all the software you need to compile.
  7. Finally compile with static libs.
  8. Trasnfer via SCP the binary of Zabbix agent into the UTM mini.
  9. Configure Zabbix Agent
  10. Run it
  11. Go get some coffe, you earn it.

That is all, not so hard after all. See you later.

 

 

Leave a Comment