Skip to content

akirasoft1/dynatrace-ufo-resource

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages