Validator Home
Zabbix Installation
12min
to help the development team to know how our hardware is performing and see the hardware metrics of the whole cluster, we are asking you to enable a central monitoring platform called zabbix we will use this info to make recomendations if/when we require upgraded equipment note run as root prepend comands with sudo or use sudo i for the session installation of the zabbix binaries download the release cli wget https //repo zabbix com/zabbix/6 4/ubuntu/pool/main/z/zabbix release/zabbix release 6 4 1+ubuntu22 04 all deb cli dpkg i zabbix release 6 4 1+ubuntu22 04 all deb cli apt update install the release cli apt y install zabbix agent configure the settings first we'll make a backup of the config file cli cp /etc/zabbix/zabbix agentd conf /etc/zabbix/zabbix agentd conf bak make note of your hostname cli hostname open the config file in your editor nano nano /etc/zabbix/zabbix agentd conf vim vim /etc/zabbix/zabbix agentd conf change or uncomment these settings, save and exit nano server=monitor devnet xandeum com listenport=10050 serveractive=monitor devnet xandeum com hostname=\<enter your hostname> tlsconnect=psk tlsaccept=psk tlspskidentity=xand autoreg tlspskfile=/etc/zabbix/secret psk note you will need to search through the config file to find the matching config settings to change next set the psk secret nano nano /etc/zabbix/secret psk vim vim /etc/zabbix/secret psk paste this key into the file, save and exit cli de4db078715c539e5ef80c8c520dabedc473413b6e9ca90909abbf1362b27888 restart the zabbiz service cli systemctl restart zabbix agent watch the logs if you want cli sudo tail f /var/log/zabbix/zabbix agentd log note we have this service firewalled! you must fill out the onboarding form in validator v0 2 1 installation docid\ i5znhhnfljrbkbxxaodye so we can allow your box to send us metrics! port configuration ports 10050 10051 tcp/udp should be forwarded to the validator for zabbix to connect continue to onboarding docid\ gccron6pe1ofmwo4sm2x9