Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

allow custom links e.g. to monitoring tools #67

Merged
merged 3 commits into from
Mar 2, 2019
Merged

allow custom links e.g. to monitoring tools #67

merged 3 commits into from
Mar 2, 2019

Conversation

hjacobs
Copy link
Owner

@hjacobs hjacobs commented Mar 2, 2019

Adds a new option --links-file to define custom links, e.g. to link to monitoring dashboards or similar:

cluster:
- href: "https://mymonitoringsystem.example.org/dashboard?cluster={name}"
  title: "Grafana dashboard for cluster {name}"
  icon: chart-area
application:
- href: "https://mymonitoringsystem.example.org/dashboard?application={id}"
  title: "Grafana dashboard for application {id}"
  icon: chart-area
- href: "https://apps.mycorp.example.org/apps/{id}"
  title: "Go to detail page of application {id}"
  icon: search
team:
- href: "https://people.mycorp.example.org/search?q=team:{id}"
  title: "Search team {id} on people.mycorp"
  icon: search

@hjacobs
Copy link
Owner Author

hjacobs commented Mar 2, 2019

Fixes #68

@hjacobs hjacobs merged commit 6eecf69 into master Mar 2, 2019
@hjacobs hjacobs deleted the links branch May 11, 2019 15:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant