Ad Widget

Collapse

Newbie looking for help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ektarabel47
    Junior Member
    • Oct 2020
    • 2

    #1

    Newbie looking for help

    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!
    Last edited by ektarabel47; 01-09-2021, 16:53.
  • tim.mooney
    Senior Member
    • Dec 2012
    • 1427

    #2
    Read up on zabbix_sender and Zabbix Trapper items (not SNMP Trapper, just "Trapper items").

    Comment

    Working...