I am wondering if it is possible to control devices using a Zabbix server. For example, could I have some sort of "switch" in my Zabbix Server dashboard that can send a command to a Zabbix agent (running on a raspberry pi) to turn on/off a LED connected to the raspberry pi? If this is possible, are there any examples of this out there in a tutorial?
Ad Widget
Collapse
Can a Zabbix server be used to control Zabbix hosts (turning devices on/off)?
Collapse
X
-
Hello,
If there are commands locally on your Raspberry Pi to manage these devices then you can have a look to the Scripts(https://www.zabbix.com/documentation...ration/scripts) in zabbix. They may be executed on both server and agent level.
Comment