sampler-fork/config.yml

51 lines
1.0 KiB
YAML
Raw Normal View History

2019-01-31 23:40:05 +00:00
theme: dark
runcharts:
- title: SEARCH ENGINE RESPONSE TIME (sec)
items:
2019-02-01 05:07:25 +00:00
- label: GOOGLE
script: curl -o /dev/null -s -w '%{time_total}' https://www.google.com/
2019-02-01 05:07:25 +00:00
- label: YAHOO
script: curl -o /dev/null -s -w '%{time_total}' https://search.yahoo.com/
- label: BING
script: curl -o /dev/null -s -w '%{time_total}' https://www.bing.com/
refresh-rate-ms: 200
2019-02-04 04:03:59 +00:00
decimal-places: 3
alert:
value:
more-than: 0.231
less-than: 0.123
equal: 0.144
indicator:
terminal: true
beep: true
2019-02-01 05:07:25 +00:00
legend:
enabled: true
2019-02-01 05:07:25 +00:00
details: true
2019-01-28 23:09:52 +00:00
position:
2019-01-31 00:02:38 +00:00
x: 0
y: 0
2019-01-28 23:09:52 +00:00
size:
2019-01-31 00:02:38 +00:00
x: 15
y: 15
- title: MONGO COLLECTIONS COUNT
items:
- label: POSTS
script: mongo --quiet --host=localhost blog --eval "db.getCollection('post').find({}).size()"
2019-01-31 00:02:38 +00:00
position:
x: 15
y: 0
size:
x: 15
y: 15
barcharts:
none
sparklines:
none
gauges:
none
lists:
none
textboxes:
none
asciiboxes:
none