Hello everyone
im trying to set a userparameter as the code below :
but the zabbix server gets nothing in return and i think the problem is in the third variable as shown above
the question is how can i escape the single quotes?
thanks
im trying to set a userparameter as the code below :
Code:
UserParameter=Healthtrigger[*], /usr/sap/$1/HDB15/exe/sapcontrol -nr $2 -function GetProcessList | sed -n '[B]$3[/B]p'
the question is how can i escape the single quotes?
thanks
Comment