Hi, I have set up a docker-compose stack with zabbix agent, webserver, zabbix server, everything I need and I currently have 1 agent active reporting the normal status (cpu usage, disk space, etc).
I am using this to integrate with another docker stack I have (Magento 2.3.5). I have a file in json format with some information and I would like to take that information and report it to the zabbix server as a way to monitor the status of some things.10.0.0.0.1 192.168.1.254
My question here is: where can I code some kind of script/code for the runner to "run" and perform this data report to the server? Is there a way to configure this? Where can I find documentation/tutorials for it?
Thank you!
I am using this to integrate with another docker stack I have (Magento 2.3.5). I have a file in json format with some information and I would like to take that information and report it to the zabbix server as a way to monitor the status of some things.10.0.0.0.1 192.168.1.254
My question here is: where can I code some kind of script/code for the runner to "run" and perform this data report to the server? Is there a way to configure this? Where can I find documentation/tutorials for it?
Thank you!
Comment