I'm using a script to send alerts to "pushbullet". It works well If I type "./pushbullet <acess_token> <subject> <body>" but it only works without spaces due to each space represents a parameter.
I've tried to quote the default subject and message in the "Configuration os actions" (like '{TRIGGER.STATUS}:{TRIGGER.NAME}' or "{TRIGGER.STATUS}:{TRIGGER.NAME}") but when I do this the Action not even execute (no log in Audit -> Action Log).
How can I send the string to the script escaping it in order to the action execute ?
Thanks guys.
I've tried to quote the default subject and message in the "Configuration os actions" (like '{TRIGGER.STATUS}:{TRIGGER.NAME}' or "{TRIGGER.STATUS}:{TRIGGER.NAME}") but when I do this the Action not even execute (no log in Audit -> Action Log).
How can I send the string to the script escaping it in order to the action execute ?
Thanks guys.