Hi All,
I have Zabbix 5.2, and I want to verify some information on SAMSUNG ME55C TVs using MDC Protocol (https://aca.im/driver_docs/Samsung/M...5%20v13.7c.pdf)
So, for example, if I want to get TV temperature (Example on page 17) I need to:
1. Open a TCP connection to TV (port 1515)
2. send binary message
3. Get binary response (ACK or NAK)
4. Close TCP Connection
5. Process binary message to get temp value (fixed position).
It is possible to do this in zabbix? maybe using an SCRIPT type Item?
I would like to avoid use of batch file or someting on OS, due I have no control on zabbix base infrastructure.
Regards.
I have Zabbix 5.2, and I want to verify some information on SAMSUNG ME55C TVs using MDC Protocol (https://aca.im/driver_docs/Samsung/M...5%20v13.7c.pdf)
So, for example, if I want to get TV temperature (Example on page 17) I need to:
1. Open a TCP connection to TV (port 1515)
2. send binary message
3. Get binary response (ACK or NAK)
4. Close TCP Connection
5. Process binary message to get temp value (fixed position).
It is possible to do this in zabbix? maybe using an SCRIPT type Item?
I would like to avoid use of batch file or someting on OS, due I have no control on zabbix base infrastructure.
Regards.
Comment