Skip to content

Commit

Permalink
better naming for example
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffsu committed Sep 13, 2012
1 parent c349cec commit e863f54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mock/example.yml
Expand Up @@ -16,23 +16,23 @@ services:
host: google.com
port: 80
fast-www:
good:
reliable:
strategy: http
url: http://localhost:3001/fast/good
timeout: 200
interval: 250
slow: 150
fast: 50

average:
unreliable:
strategy: http
url: http://localhost:3001/fast/average
timeout: 200
interval: 300
slow: 150
fast: 50

perfect:
very-reliable:
strategy: http
url: http://localhost:3001/fast/perfect
timeout: 400
Expand Down
1 change: 1 addition & 0 deletions www/views/layout.jade
Expand Up @@ -27,6 +27,7 @@ html
ul.nav
li: a(href="/services") Services
li: a(href="/stats") Stats
li: a(href="#")= "Uptime: " + htime.humanize(process.uptime()*1000);

.container-fluid
unless query.plain
Expand Down

0 comments on commit e863f54

Please sign in to comment.