Giter VIP home page Giter VIP logo

webdav-logstore's Introduction

This plugin stores Rundeck execution logs in a WebDAV repository. Execution logs are stored in a user defined path.

This plugin was developed and tested against Apache2 and mod_dav.

Build

gradle clean build

The build target will be found in build/libs. Eg,

cp build/libs/rundeck-webdav-logstore-plugin-2.1.0.jar $RDECK_BASE/libext

Installation

Copy the plugin JAR file to the RDECK_BASE/libext directory.

Configuration

Update the rundeck-config.properties by adding the plugin name webdav-logstore:

rundeck.execution.logs.fileStoragePlugin=webdav-logstore

Add WebDAV connection info to the /etc/rundeck/framework.properties:

framework.plugin.ExecutionFileStorage.webdav-logstore.webdavUrl = $WEBDAV_URL
framework.plugin.ExecutionFileStorage.webdav-logstore.webdavUsername = admin
framework.plugin.ExecutionFileStorage.webdav-logstore.webdavPassword = admin
framework.plugin.ExecutionFileStorage.webdav-logstore.path = rundeck/projects/${job.project}/${job.execid}.rdlog
  • webdavUrl should be the base URL to the WebDAV log store.
  • webdavUsername is the login account to the store.
  • webdavPassword is the password to the account.
  • path is the resource path to the file in the WebDAV store. The default path is "rundeck/projects/${job.project}/${job.execid}.rdlog". You can define any path and reference the following tokens:
    • ${job.execid}: The job execution id.
    • ${job.id}: The job ID.
    • ${job.project}: The project name.

webdav-logstore's People

Contributors

ahonor avatar bengerman13 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.