Hello Zabbix world,
I have been tasked with creating a container uptime check in our zabbix instance. The idea is that some how zabbix will discover that a container has been running for> 90 Days and then an alert in zabbix will be created. That alert will signal a webhook to something called service now afterwords. I would like to do it like this,
Write a golang service that calls the kubernetes api and then call a zabbix api. I have zabbix running locally in docker-compose so I can test this.
Could anyone give me any pointers on how I can accomplish this?
I have been tasked with creating a container uptime check in our zabbix instance. The idea is that some how zabbix will discover that a container has been running for> 90 Days and then an alert in zabbix will be created. That alert will signal a webhook to something called service now afterwords. I would like to do it like this,
Write a golang service that calls the kubernetes api and then call a zabbix api. I have zabbix running locally in docker-compose so I can test this.
Could anyone give me any pointers on how I can accomplish this?
Comment