As some howto’s and wiki’s disappear from the internet, and I don’t want to use the “way back machine”, here are the sql scripts which I have used to partition the Zabbix History and Trends tables. I have tested these within Mysql v5.7 and v8.0.
Continue reading Zabbix Mysql Table PartitioningTag Archives: Zabbix
Debian, Ansible & zabbix Part I
Merging Ansible with Zabbix under Debian 10.
I recenty rediscovered Ansible and wondered if I could use Ansible to create trigger actions and scripts to maintain my home lab. It turns out you can with some adjustments to the Zabbix server.
As an example I use Zabbix to monitor the available updates on my Debian vm’s. When updates are detected, I fire up my dedicated Ansible vm and run my update playbook, which works fine. The only downside is that I must boot the dedicated Ansible server and run the playbooks against the “to be updated” hosts. This is a bit time consumming and wondered if I could update the vm using Zabbix.
What if I could run the playbooks directly from within the Zabbix instance? Mmmm!
I went on the net looking for examples of such howto’s, but wasn’t able to find any. Guess I had to make my own then.
Continue reading Debian, Ansible & zabbix Part IZabbix Trigger Web Dashboard
Yet Another Zabbix Dashboard 🙂
Build with Php, it gets the active triggers from certain groups. Tested in 2.2.x and 3.0.x. Php Api is included.
Snippet:
Your Company Trigger Web
Get it from Github here, fork and improve it. Happy dashing.
Zabbix Appliance Glitches
I love really appreciate Zabbix. Since I am working with Zabbix for quite some time now, I’m eager to test new releases, which I do. The most simple way is to grab the appliance from the main repo and swing it into WMware workstation (or Virtualbox for that matter).
As I know the boys and girls at Zabbis SIA are really doing there best, I have noticed some bugs configuration errors which really are annoying. Within this post I will summarize what I have found within the nice Zabbix appliances and hopefully will help you on your own Zabbix way. Continue reading Zabbix Appliance Glitches
Synology using Docker – Zabbix/Mariadb/Grafana- Containers
Well, it took me a while, but I feel I’m on a new crossroad right now! Today I found the real power of Docker Containers, Zabbix, Mariadb & Synology. In one word WOW!
I guess I am now obliged to get a tut up and running within a few days as I did struggle to get 1+1=2 running up and functional. Stay tuned.
Continue reading Synology using Docker – Zabbix/Mariadb/Grafana- Containers