Hello Everyone!
Tell me please. How I can create new event variables for command notification?I used ${evt/device} and ${evt/summary} etc. variables:
"test.sh ${evt/device} ${evt/summary}"
But I want to send my field, as new command parameter device custom property for example:
####"test.sh ${evt/device} ${evt/summary} ${evt/MyCustomPoperty}"
I tried use ${evt/cMyCustomPoperty} or ${device/cMyCustomPoperty} or ${evt/device/cMyCustomPoperty} - not worked.
How I can do it? Thanks