Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add helpful link #141

Merged
merged 5 commits into from
Jun 13, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
language: ruby
sudo: false
gemfile: nubis/travis/Gemfile
cache:
bundler: true
directories:
- "${HOME}/bin"
- nubis/librarian-puppet
addons:
apt:
sources:
- debian-sid
packages:
- shellcheck
script:
- nubis/travis/run-checks
notifications:
slack:
secure: fyePPGTJ/+BOqEBCpI16KJS+EX6Phj5yqkoHyActodEwD5V7CUZrKan+GJBYlDD4xhfbZCU+kO0jayhD6MTqiNSW7wZONM1iMvDUR1uqTZXIjtRA4HUrt++j7svmW1QvTmqNflgOv4gOofeVuZzfefAqVYJMf+cgfeafw5vRwF8=
12 changes: 11 additions & 1 deletion dashboard/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@



# Nubis Dashboard

Expand Down Expand Up @@ -37,6 +37,8 @@ this account.

You can find the official documentation [here](https://prometheus.io/docs/introduction/overview/).

You can find your running instance [here](/prometheus/)

## Alerting

The alert manager we are using is the native [Prometheus Alert Manager](https://prometheus.io/docs/alerting/alertmanager/).
Expand All @@ -45,6 +47,8 @@ The alert manager we are using is the native [Prometheus Alert Manager](https://

You can find the official documentation [here](https://prometheus.io/docs/alerting/alertmanager/).

You can find your running instance [here](/alertmanager/)

## Graphs

[Grafana](https://prometheus.io/docs/visualization/grafana/) is the really nice
Expand All @@ -55,6 +59,8 @@ data.

You can find the official documentation [here](https://prometheus.io/docs/visualization/grafana/).

You can find your running instance [here](/grafana/)

## Logs

We use [Fluentd](http://www.fluentd.org/) to aggregate logs from all nodes and
Expand All @@ -69,6 +75,8 @@ You can find the official Elasticsearch documentation [here](https://www.elastic

You can find the official Fluentd documentation [here](http://docs.fluentd.org/v0.12/articles/quickstart).

You can find your running instance [here](/kibana/app/kibana)

## Pipeline

[Jenkins](https://jenkins.io/) is the Continuous Integration (CI) system
Expand All @@ -78,3 +86,5 @@ into production.
**TODO:** Add me some helpful cheat-sheet commands.

You can find the official documentation [here](https://jenkins.io/doc/).

You can find your running instance [here](/jenkins/)