Allows setting status LEDs on Dynatrace UFO via Concourse
Used within the PivotalDevOpsPipeline demo
resource_types:
- name: dynatrace-ufo-resource
type: docker-image
source:
repository: mvilliger/dynatrace-ufo-resource
- name: ufo
type: dynatrace-ufo-resource
source:
UFO_IP: 192.0.2.1
Sets notification LEDs per the configured parameters.
Required:
UFO_ROW
: Either top or bottom, case sensitiveUFO_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.