General
Installation
HTTP connections to Rundeck when using Rundeck Monitor
Security
Rundeck Monitor can use Rundeck API from 5 to 12, it fully works with all these versions. The configuration wizard check the Rundeck version for using only compatible API version :
Rundeck Monitor uses the official Rundeck java client. Possible authentication methods are :
Just download the attached jar in the lastest Rundeck Monitor release on GitHub.
Rundeck Monitor is only available as an autonomous jar which integrate all needed dependencies.
Rundeck Monitor needs java version 1.7 or greater to be executed.
If jar files are correctly associated with Java, just open the file to launch Rundeck Monitor.
To manually execute the jar file, just type the command: ./rundeck-monitor-X.Y.jar or java -jar rundeck-monitor-X.Y.jar. On Linux/UNIX, this embedded script can be runned:
#!/bin/sh
exec java -jar "$0" "$@"
Yes, you will need JAVA_OPTS environment variable with a value like -Dhttp.proxyHost=my-proxy -Dhttp.proxyPort=80. For more information, look at the Java doc.
No Rundeck Monitor is no more vulnerable to CVE-2014-3577. The lastest Rundeck Monitor version (since 1.9) uses the fixed Rundeck java client (12.0).