I have a simple application and want to "convert" it to zabbix loadable module.
Here an application:
Input: my_app --ipaddress <address> --number <number> --string <string>
Output: number (with std
ut)
I need somehow pass these parameters to module and get output into zabbix. Could you explain this part? That's all I need.
Here an application:
Input: my_app --ipaddress <address> --number <number> --string <string>
Output: number (with std
ut)I need somehow pass these parameters to module and get output into zabbix. Could you explain this part? That's all I need.
Comment