Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.11 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.11 KB

Dynatrace UFO resource for Concourse

Allows setting status LEDs on Dynatrace UFO via Concourse
Used within the PivotalDevOpsPipeline demo

Resource Type Configuration

resource_types:
- name: dynatrace-ufo-resource
  type: docker-image
  source:
    repository: mvilliger/dynatrace-ufo-resource

Source Configuration

- name: ufo
  type: dynatrace-ufo-resource
  source:
    UFO_IP: 192.0.2.1

Behavior

out: Sets notification LEDs

Sets notification LEDs per the configured parameters.

Parameters

Required:

  • UFO_ROW: Either top or bottom, case sensitive
  • UFO_COLOR: RGB hex code for LED color. ex. 00ff00 for green, ff0000 for red

A sample pipeline utilizing this resource can be found in the PivotalDevOpsPipeline repo. More documentation on the capabilities of the Dynatrace UFO can be found here.