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 […]

Install Elasticsearch / elk stack

Prequisites: sudo yum install nano wget nmap net-tools ntp -y sudo yum update -y && sudo reboot If you don’t use ipv6, (like I do, i’ll disable this, otherwise, logstash also starts tcp6 and udp6 listeners): sudo nano /etc/sysctl.conf add the line: net.ipv6.conf.all.disable_ipv6 = 1 Finally reload the sysctl file: sudo sysctl -p Time is […]