Synology 5+ Nas Template

On the zabbix share website, I’ve found a template that met my requirements for synology nas, but I’ve noticed some few things missing for memory and or if there is an update available. Since I didn’t found on zabbix share or GitHub how to fork or improve the templates, I’ve uploaded it onto my personal […]

Zabbix 3.0.13 Proxy on Centos 7.1 – Part 2

We have our zabbix server, next we plan to install a proxy on a remote location. This proxy will activly send (initiate) the connection to the zabbix server. Therefore, no firewall changes are required. To setup a Zabbix Proxy, we start off installing nano: sudo yum -y install nano wget ntp net-tools epel-release and updating […]

Zabbix 3.0.9 on Centos 7.1 – Part 1

After you have setup a clean minimal Centos 7.3 server (x64), we begin install nano, wget, ntp time, net-tools: (some scripts use ruby and/or ruby snmp, therefore i’ll install these as a ‘prerequisite’ , also gem install snmp should be installed from the user you will launching your script, so sudo gem install snmp it, […]