Skip to content

Commit

Permalink
Add rundeck API key
Browse files Browse the repository at this point in the history
  • Loading branch information
cidian committed Jul 27, 2014
1 parent d8a2872 commit 5c13b79
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,30 @@ Or clone the master repository with this command:
## Configuration

Edit the sample configuration file `rundeckMonitor.properties` in the `target\` directory and configure these parameters:
### Rundeck project parameters

rundeck.monitor.url=

URL with the http protocol and with only the domain and the port like: `http:\\rundeck.domain.com:4444`

rundeck.monitor.project=

Rundeck project containing jobs to scan

### Authentication parameters

rundeck.monitor.api.key=

Rundeck API key can be used instead of login/password

rundeck.monitor.login=

Login with access to the Rundeck REST API
Login with access to the Rundeck REST API if no API key is defined

rundeck.monitor.password=

Password associated with this login
Password associated with this login if no API key is defined

rundeck.monitor.project=

Rundeck project containing jobs to scan

## Additionnal Configuration

Expand Down

0 comments on commit 5c13b79

Please sign in to comment.