graylog-labs / graylog-plugin-rundeck

Graylog alarm callback plugin for Rundeck
Apache License 2.0
3 stars 1 forks source link

Bug on multiple job arguments #5

Open matthgyver opened 4 years ago

matthgyver commented 4 years ago

Hi,

I'd like to pass multiple arguments to Rundeck. The field comment of Job arguments indicates Argument string to pass to the job, of the form: 'key:value&key:value'.

If I pass more than one argument and use this syntax, I get this error :

Could not update alert notification
Updating alert notification 'XXXXXXXXXXXXXXX' failed with status: Job arguments should not contain /,?,&

& seems to be a problem.

My Graylog version is : 3.0.2

Could you help me please ?

matthgyver commented 4 years ago

I just tested with Graylog 3.3.7+924e45c and have the same problem