2019-01-31 23:40:05 +00:00
|
|
|
theme: dark
|
2019-02-04 02:17:56 +00:00
|
|
|
runcharts:
|
|
|
|
- title: SEARCH ENGINE RESPONSE TIME (sec)
|
|
|
|
items:
|
2019-02-01 05:07:25 +00:00
|
|
|
- label: GOOGLE
|
2019-02-04 02:17:56 +00:00
|
|
|
script: curl -o /dev/null -s -w '%{time_total}' https://www.google.com/
|
2019-02-01 05:07:25 +00:00
|
|
|
- label: YAHOO
|
2019-02-04 02:17:56 +00:00
|
|
|
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-01 05:07:25 +00:00
|
|
|
decimal-places: 1
|
2019-02-04 02:17:56 +00:00
|
|
|
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:
|
2019-02-04 02:17:56 +00:00
|
|
|
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
|
2019-02-04 02:17:56 +00:00
|
|
|
- title: MONGO COLLECTIONS COUNT
|
|
|
|
items:
|
2019-02-02 04:39:34 +00:00
|
|
|
- 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
|
2019-02-04 02:17:56 +00:00
|
|
|
y: 15
|
|
|
|
barcharts:
|
|
|
|
none
|
|
|
|
sparklines:
|
|
|
|
none
|
|
|
|
gauges:
|
|
|
|
none
|
|
|
|
lists:
|
|
|
|
none
|
|
|
|
textboxes:
|
|
|
|
none
|
|
|
|
asciiboxes:
|
|
|
|
none
|