Hi all,
I have a python script, This script periodically enters my switches and checks the status of interfaces if one interface is down then this script should send an alarm trigger to my Zabbix server and my Zabbix server should display this trigger as an alarm so the monitoring team can be noting it and fix this interface.
So, is there any advice on how I can achieve this connection between my python script and the Zabbix server .. Thanks in advance
I have a python script, This script periodically enters my switches and checks the status of interfaces if one interface is down then this script should send an alarm trigger to my Zabbix server and my Zabbix server should display this trigger as an alarm so the monitoring team can be noting it and fix this interface.
So, is there any advice on how I can achieve this connection between my python script and the Zabbix server .. Thanks in advance
Comment