Hello!
I'm making a web page for controlling several items, and as we use Zabbix I'm now trying to programmatically read and write data from my page.
I'm not very familiar with Zabbix, but it goes quite well for me to use the API in order to show all IT services in a neat list or table, and also to change name, algorithm or parent nodes if I wanted to do that, but my issue is that I want to change the manual state. I get it in a variable (manualstate) for each service when I ask Zabbix to send all IT Services from the Zabbix API, but I really can't figure out how to change it. It is so easy to do at the Zabbix GUI, just click at a status in the IT Services and then just select a status. But... how do I accomplish that with the Zabbix API?
Best regards
Fredrik Öhrström
I'm making a web page for controlling several items, and as we use Zabbix I'm now trying to programmatically read and write data from my page.
I'm not very familiar with Zabbix, but it goes quite well for me to use the API in order to show all IT services in a neat list or table, and also to change name, algorithm or parent nodes if I wanted to do that, but my issue is that I want to change the manual state. I get it in a variable (manualstate) for each service when I ask Zabbix to send all IT Services from the Zabbix API, but I really can't figure out how to change it. It is so easy to do at the Zabbix GUI, just click at a status in the IT Services and then just select a status. But... how do I accomplish that with the Zabbix API?
Best regards
Fredrik Öhrström

Comment