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

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-leonhardt committed Jul 12, 2015
1 parent 8c6b864 commit 5ecf72e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Flask application to connect to a list of sensu-api servers and displays a grid of OK, WARNING, CRITICAL, DOWN and ACK'd alerts.

## Features
## features

- overview by data centre ( Name, OK, WARN, CRIT, DOWN, ACK )
- detail view by data centre ( Grid of hosts, color changes based on amount of alerting checks, 1 = yellow, > 1 = red, down = purple )
Expand All @@ -17,19 +17,19 @@ Overview (DCs)

[More screenshots](SCREENSHOTS.md)

## FAQ
# faq

#### How can I filter by more than 1 subscription ?
#### how can I filter by more than 1 subscription ?

Amend the URL and add all the subscriptions together as a comma-separated list, e.g.:
http://localhost:5000/filtered/aaa,bbb,ccc,ddd

#### What do the filters filter by ?
#### what do the filters filter by ?

They filter based on the hosts' subscriptions.


## install / setup (if you dont want to use docker)
# install / setup (if you dont want to use docker)

### virtualenv

Expand Down Expand Up @@ -74,7 +74,7 @@ Add via pip install or via your package management
```

### run as a service
## run as a service

#### supervisord

Expand Down

0 comments on commit 5ecf72e

Please sign in to comment.