Ad Widget

Collapse

Action parameters causing error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Bruno de Oliveira
    Junior Member
    • Oct 2014
    • 1

    #1

    Action parameters causing error

    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.
Working...