Skip to content
Snippets Groups Projects
Commit 8075eaf2 authored by jurgenhaas's avatar jurgenhaas
Browse files

Further improve uptime configuration

parent d55aff83
Branches
No related tags found
No related merge requests found
......@@ -15,3 +15,5 @@ uptime_plugins:
- basicAuth
- pushover
- hipchat
uptime_webpagetest_api: 'placeholder'
......@@ -13,6 +13,12 @@ monitor:
timeout: 5000
userAgent: NodeUptime/3.0 (https://github.com/fzaninotto/uptime)
ssl:
enabled: true
certificate: '/etc/letsencrypt/live/{{ default_domain }}/fullchain.pem'
key: '/etc/letsencrypt/live/{{ default_domain }}/privkey.pem'
selfSigned: false
plugins:
{% for plugin in uptime_plugins %}
- ./plugins/{{ plugin }}
......@@ -40,3 +46,8 @@ hipchat:
down: true
paused: false
restarted: false
webPageTest:
server: 'http://www.webpagetest.org'
key: '{{ uptime_webpagetest_api }}'
testOptions: '--private'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment