Is there a way to save (somewhere, somehow) the value/values returned by a remote command in an action?
Let's say I want to open a new ticket through a webservice. I've made up a php file that I call on a remote machine with a syntax similar to:
Parameter1 is open/close and the other parameters are used from authentication and some other stuff.
I would like to save the newly created ticket number returned by the remote call somewhere in zabbix. When the problem is solved I would like to call again the webservice to close the ticket. To do that I need the ticket number.
I've searched some documentation but found nothing.
Thank you.
Let's say I want to open a new ticket through a webservice. I've made up a php file that I call on a remote machine with a syntax similar to:
Code:
windows machine:c\php\php.exe "c:\documents ad settings\user\remotecall\remotecall.php" parameter1=value1 parameter2=value2
I would like to save the newly created ticket number returned by the remote call somewhere in zabbix. When the problem is solved I would like to call again the webservice to close the ticket. To do that I need the ticket number.
I've searched some documentation but found nothing.
Thank you.
Comment