You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

500 lines
21 KiB

10 years ago
9 years ago
9 years ago
9 years ago
9 years ago
10 years ago
10 years ago
10 years ago
5 years ago
update Readme with pip install dependencies pip install will fail when you cannot compile some of the dependencies. one is gcc the other is the Python.h ``` Building wheels for collected packages: rcssmin, rjsmin Running setup.py bdist_wheel for rcssmin ... error Complete output from command /home/ubuntu/webapps/hc-venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-ipfho29k/rcssmin/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-u0q6mggl --python-tag cp36: running bdist_wheel running build running build_py creating build creating build/lib.linux-x86_64-3.6 copying ./rcssmin.py -> build/lib.linux-x86_64-3.6 running build_ext building '_rcssmin' extension creating build/temp.linux-x86_64-3.6 x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DEXT_MODULE=_rcssmin -UEXT_PACKAGE -I_setup/include -I/usr/include/python3.6m -I/home/ubuntu/webapps/hc-venv/include/python3.6m -c rcssmin.c -o build/temp.linux-x86_64-3.6/rcssmin.o unable to execute 'x86_64-linux-gnu-gcc': No such file or directory error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 ---------------------------------------- Failed building wheel for rcssmin Running setup.py clean for rcssmin Running setup.py bdist_wheel for rjsmin ... error Complete output from command /home/ubuntu/webapps/hc-venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-ipfho29k/rjsmin/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-axnaq3w9 --python-tag cp36: running bdist_wheel running build running build_py creating build creating build/lib.linux-x86_64-3.6 copying ./rjsmin.py -> build/lib.linux-x86_64-3.6 running build_ext building '_rjsmin' extension creating build/temp.linux-x86_64-3.6 x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DEXT_MODULE=_rjsmin -UEXT_PACKAGE -I_setup/include -I/usr/include/python3.6m -I/home/ubuntu/webapps/hc-venv/include/python3.6m -c rjsmin.c -o build/temp.linux-x86_64-3.6/rjsmin.o unable to execute 'x86_64-linux-gnu-gcc': No such file or directory error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 ``` ``` Running setup.py bdist_wheel for rjsmin ... error Complete output from command /home/ubuntu/webapps/hc-venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-cfntw7bo/rjsmin/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-ytqxu9_b --python-tag cp36: running bdist_wheel running build running build_py creating build creating build/lib.linux-x86_64-3.6 copying ./rjsmin.py -> build/lib.linux-x86_64-3.6 running build_ext building '_rjsmin' extension creating build/temp.linux-x86_64-3.6 x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DEXT_MODULE=_rjsmin -UEXT_PACKAGE -I_setup/include -I/usr/include/python3.6m -I/home/ubuntu/webapps/hc-venv/include/python3.6m -c rjsmin.c -o build/temp.linux-x86_64-3.6/rjsmin.o In file included from rjsmin.c:18:0: _setup/include/cext.h:34:10: fatal error: Python.h: No such file or directory #include "Python.h" ^~~~~~~~~~ compilation terminated. ```
6 years ago
6 years ago
update Readme with pip install dependencies pip install will fail when you cannot compile some of the dependencies. one is gcc the other is the Python.h ``` Building wheels for collected packages: rcssmin, rjsmin Running setup.py bdist_wheel for rcssmin ... error Complete output from command /home/ubuntu/webapps/hc-venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-ipfho29k/rcssmin/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-u0q6mggl --python-tag cp36: running bdist_wheel running build running build_py creating build creating build/lib.linux-x86_64-3.6 copying ./rcssmin.py -> build/lib.linux-x86_64-3.6 running build_ext building '_rcssmin' extension creating build/temp.linux-x86_64-3.6 x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DEXT_MODULE=_rcssmin -UEXT_PACKAGE -I_setup/include -I/usr/include/python3.6m -I/home/ubuntu/webapps/hc-venv/include/python3.6m -c rcssmin.c -o build/temp.linux-x86_64-3.6/rcssmin.o unable to execute 'x86_64-linux-gnu-gcc': No such file or directory error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 ---------------------------------------- Failed building wheel for rcssmin Running setup.py clean for rcssmin Running setup.py bdist_wheel for rjsmin ... error Complete output from command /home/ubuntu/webapps/hc-venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-ipfho29k/rjsmin/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-axnaq3w9 --python-tag cp36: running bdist_wheel running build running build_py creating build creating build/lib.linux-x86_64-3.6 copying ./rjsmin.py -> build/lib.linux-x86_64-3.6 running build_ext building '_rjsmin' extension creating build/temp.linux-x86_64-3.6 x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DEXT_MODULE=_rjsmin -UEXT_PACKAGE -I_setup/include -I/usr/include/python3.6m -I/home/ubuntu/webapps/hc-venv/include/python3.6m -c rjsmin.c -o build/temp.linux-x86_64-3.6/rjsmin.o unable to execute 'x86_64-linux-gnu-gcc': No such file or directory error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 ``` ``` Running setup.py bdist_wheel for rjsmin ... error Complete output from command /home/ubuntu/webapps/hc-venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-cfntw7bo/rjsmin/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-ytqxu9_b --python-tag cp36: running bdist_wheel running build running build_py creating build creating build/lib.linux-x86_64-3.6 copying ./rjsmin.py -> build/lib.linux-x86_64-3.6 running build_ext building '_rjsmin' extension creating build/temp.linux-x86_64-3.6 x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DEXT_MODULE=_rjsmin -UEXT_PACKAGE -I_setup/include -I/usr/include/python3.6m -I/home/ubuntu/webapps/hc-venv/include/python3.6m -c rjsmin.c -o build/temp.linux-x86_64-3.6/rjsmin.o In file included from rjsmin.c:18:0: _setup/include/cext.h:34:10: fatal error: Python.h: No such file or directory #include "Python.h" ^~~~~~~~~~ compilation terminated. ```
6 years ago
10 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  1. # Healthchecks
  2. ![Build Status](https://github.com/healthchecks/healthchecks/workflows/Django%20CI/badge.svg)
  3. [![Coverage Status](https://coveralls.io/repos/healthchecks/healthchecks/badge.svg?branch=master&service=github)](https://coveralls.io/github/healthchecks/healthchecks?branch=master)
  4. ![Screenshot of Welcome page](/static/img/welcome.png?raw=true "Welcome Page")
  5. ![Screenshot of My Checks page](/static/img/my_checks.png?raw=true "My Checks Page")
  6. ![Screenshot of Period/Grace dialog](/static/img/period_grace.png?raw=true "Period/Grace Dialog")
  7. ![Screenshot of Cron dialog](/static/img/cron.png?raw=true "Cron Dialog")
  8. ![Screenshot of Integrations page](/static/img/channels.png?raw=true "Integrations Page")
  9. healthchecks is a watchdog for your cron jobs. It's a web server that listens for pings from your cron jobs, plus a web interface.
  10. It is live here: [http://healthchecks.io/](http://healthchecks.io/)
  11. The building blocks are:
  12. * Python 3.6+
  13. * Django 3
  14. * PostgreSQL or MySQL
  15. ## Setting Up for Development
  16. These are instructions for setting up healthchecks Django app
  17. in development environment.
  18. * install dependencies (Debian/Ubuntu)
  19. $ sudo apt-get update
  20. $ sudo apt-get install -y gcc python3-dev python3-venv
  21. * prepare directory for project code and virtualenv:
  22. $ mkdir -p ~/webapps
  23. $ cd ~/webapps
  24. * prepare virtual environment
  25. (with virtualenv you get pip, we'll use it soon to install requirements):
  26. $ python3 -m venv hc-venv
  27. $ source hc-venv/bin/activate
  28. * check out project code:
  29. $ git clone https://github.com/healthchecks/healthchecks.git
  30. * install requirements (Django, ...) into virtualenv:
  31. $ pip install -r healthchecks/requirements.txt
  32. * healthchecks is configured to use a SQLite database by default. To use
  33. PostgreSQL or MySQL database, create and edit `hc/local_settings.py` file.
  34. There is a template you can copy and edit as needed:
  35. $ cd ~/webapps/healthchecks
  36. $ cp hc/local_settings.py.example hc/local_settings.py
  37. * create database tables and the superuser account:
  38. $ cd ~/webapps/healthchecks
  39. $ ./manage.py migrate
  40. $ ./manage.py createsuperuser
  41. * run development server:
  42. $ ./manage.py runserver
  43. The site should now be running at `http://localhost:8000`.
  44. To access Django administration site, log in as a super user, then
  45. visit `http://localhost:8000/admin`
  46. ## Configuration
  47. Healthchecks prepares its configuration in `hc/settings.py`. It reads configuration
  48. from two places:
  49. * environment variables (see the variable names in the table below)
  50. * it imports configuration for `hc/local_settings.py` file, if it exists
  51. You can use either mechanism, depending on what is more convenient. Using
  52. `hc/local_settings.py` allows more flexibility: you can set
  53. each and every [Django setting](https://docs.djangoproject.com/en/3.1/ref/settings/),
  54. you can run Python code to load configuration from an external source.
  55. Healthchecks reads configuration from the following environment variables:
  56. | Environment variable | Default value | Notes
  57. | -------------------- | ------------- | ----- |
  58. | [SECRET_KEY](https://docs.djangoproject.com/en/3.1/ref/settings/#secret-key) | `"---"`
  59. | [DEBUG](https://docs.djangoproject.com/en/3.1/ref/settings/#debug) | `True` | Set to `False` for production
  60. | [ALLOWED_HOSTS](https://docs.djangoproject.com/en/3.1/ref/settings/#allowed-hosts) | `*` | Separate multiple hosts with commas
  61. | [DEFAULT_FROM_EMAIL](https://docs.djangoproject.com/en/3.1/ref/settings/#default-from-email) | `"[email protected]"`
  62. | USE_PAYMENTS | `False`
  63. | REGISTRATION_OPEN | `True`
  64. | DB | `"sqlite"` | Set to `"postgres"` or `"mysql"`
  65. | [DB_HOST](https://docs.djangoproject.com/en/3.1/ref/settings/#host) | `""` *(empty string)*
  66. | [DB_PORT](https://docs.djangoproject.com/en/3.1/ref/settings/#port) | `""` *(empty string)*
  67. | [DB_NAME](https://docs.djangoproject.com/en/3.1/ref/settings/#name) | `"hc"` (PostgreSQL, MySQL) or `"/path/to/project/hc.sqlite"` (SQLite) | For SQLite, specify the full path to the database file.
  68. | [DB_USER](https://docs.djangoproject.com/en/3.1/ref/settings/#user) | `"postgres"` or `"root"`
  69. | [DB_PASSWORD](https://docs.djangoproject.com/en/3.1/ref/settings/#password) | `""` *(empty string)*
  70. | [DB_CONN_MAX_AGE](https://docs.djangoproject.com/en/3.1/ref/settings/#conn-max-age) | `0`
  71. | DB_SSLMODE | `"prefer"` | PostgreSQL-specific, [details](https://blog.github.com/2018-10-21-october21-incident-report/)
  72. | DB_TARGET_SESSION_ATTRS | `"read-write"` | PostgreSQL-specific, [details](https://www.postgresql.org/docs/10/static/libpq-connect.html#LIBPQ-CONNECT-TARGET-SESSION-ATTRS)
  73. | [EMAIL_HOST](https://docs.djangoproject.com/en/3.1/ref/settings/#email-host) | `""` *(empty string)*
  74. | [EMAIL_PORT](https://docs.djangoproject.com/en/3.1/ref/settings/#email-port) | `"587"`
  75. | [EMAIL_HOST_USER](https://docs.djangoproject.com/en/3.1/ref/settings/#email-host-user) | `""` *(empty string)*
  76. | [EMAIL_HOST_PASSWORD](https://docs.djangoproject.com/en/3.1/ref/settings/#email-host-password) | `""` *(empty string)*
  77. | [EMAIL_USE_TLS](https://docs.djangoproject.com/en/3.1/ref/settings/#email-use-tls) | `"True"`
  78. | EMAIL_USE_VERIFICATION | `"True"` | Whether to send confirmation links when adding email integrations
  79. | SITE_ROOT | `"http://localhost:8000"`
  80. | SITE_NAME | `"Mychecks"`
  81. | RP_ID | `None` | Enables WebAuthn support
  82. | MASTER_BADGE_LABEL | `"Mychecks"`
  83. | PING_ENDPOINT | `"http://localhost:8000/ping/"`
  84. | PING_EMAIL_DOMAIN | `"localhost"`
  85. | PING_BODY_LIMIT | 10000 | In bytes. Set to `None` to always log full request body
  86. | APPRISE_ENABLED | `"False"`
  87. | DISCORD_CLIENT_ID | `None`
  88. | DISCORD_CLIENT_SECRET | `None`
  89. | LINENOTIFY_CLIENT_ID | `None`
  90. | LINENOTIFY_CLIENT_SECRET | `None`
  91. | MATRIX_ACCESS_TOKEN | `None`
  92. | MATRIX_HOMESERVER | `None`
  93. | MATRIX_USER_ID | `None`
  94. | PD_VENDOR_KEY | `None`
  95. | PUSHBULLET_CLIENT_ID | `None`
  96. | PUSHBULLET_CLIENT_SECRET | `None`
  97. | PUSHOVER_API_TOKEN | `None`
  98. | PUSHOVER_EMERGENCY_EXPIRATION | `86400`
  99. | PUSHOVER_EMERGENCY_RETRY_DELAY | `300`
  100. | PUSHOVER_SUBSCRIPTION_URL | `None`
  101. | REMOTE_USER_HEADER | `None` | See [External Authentication](#external-authentication) for details.
  102. | SHELL_ENABLED | `"False"`
  103. | SLACK_CLIENT_ID | `None`
  104. | SLACK_CLIENT_SECRET | `None`
  105. | TELEGRAM_BOT_NAME | `"ExampleBot"`
  106. | TELEGRAM_TOKEN | `None`
  107. | TRELLO_APP_KEY | `None`
  108. | TWILIO_ACCOUNT | `None`
  109. | TWILIO_AUTH | `None`
  110. | TWILIO_FROM | `None`
  111. | TWILIO_USE_WHATSAPP | `"False"`
  112. Some useful settings keys to override are:
  113. `SITE_ROOT` is used to build fully qualified URLs for pings, and for use in
  114. emails and notifications. Example:
  115. ```python
  116. SITE_ROOT = "https://my-monitoring-project.com"
  117. ```
  118. `SITE_NAME` has the default value of "Mychecks" and is used throughout
  119. the templates. Replace it with your own name to personalize your installation.
  120. Example:
  121. ```python
  122. SITE_NAME = "My Monitoring Project"
  123. ```
  124. `REGISTRATION_OPEN` controls whether site visitors can create new accounts.
  125. Set it to `False` if you are setting up a private healthchecks instance, but
  126. it needs to be publicly accessible (so, for example, your cloud services
  127. can send pings).
  128. If you close new user registration, you can still selectively invite users
  129. to your team account.
  130. `EMAIL_USE_VERIFICATION` enables/disables the sending of a verification
  131. link when an email address is added to the list of notification methods.
  132. Set it to `False` if you are setting up a private healthchecks instance where
  133. you trust your users and want to avoid the extra verification step.
  134. `PING_BODY_LIMIT` sets the size limit in bytes for logged ping request bodies.
  135. The default value is 10000 (10 kilobytes). You can remove the limit altogether by
  136. setting this value to `None`.
  137. ## Database Configuration
  138. Database configuration is loaded from environment variables. If you
  139. need to use a non-standard configuration, you can override the
  140. database configuration in `hc/local_settings.py` like so:
  141. ```python
  142. DATABASES = {
  143. 'default': {
  144. 'ENGINE': 'django.db.backends.postgresql',
  145. 'NAME': 'your-database-name-here',
  146. 'USER': 'your-database-user-here',
  147. 'PASSWORD': 'your-database-password-here',
  148. 'TEST': {'CHARSET': 'UTF8'},
  149. 'OPTIONS': {
  150. ... your custom options here ...
  151. }
  152. }
  153. }
  154. ```
  155. ## Accessing Administration Panel
  156. healthchecks comes with Django's administration panel where you can manually
  157. view and modify user accounts, projects, checks, integrations etc. To access it,
  158. * if you haven't already, create a superuser account: `./manage.py createsuperuser`
  159. * log into the site using superuser credentials
  160. * in the top navigation, "Account" dropdown, select "Site Administration"
  161. ## Sending Emails
  162. healthchecks must be able to send email messages, so it can send out login
  163. links and alerts to users. Environment variables can be used to configure
  164. SMTP settings, or your may put your SMTP server configuration in
  165. `hc/local_settings.py` like so:
  166. ```python
  167. EMAIL_HOST = "your-smtp-server-here.com"
  168. EMAIL_PORT = 587
  169. EMAIL_HOST_USER = "username"
  170. EMAIL_HOST_PASSWORD = "password"
  171. EMAIL_USE_TLS = True
  172. ```
  173. For more information, have a look at Django documentation,
  174. [Sending Email](https://docs.djangoproject.com/en/1.10/topics/email/) section.
  175. ## Receiving Emails
  176. healthchecks comes with a `smtpd` management command, which starts up a
  177. SMTP listener service. With the command running, you can ping your
  178. checks by sending email messages
  179. to `[email protected]` email addresses.
  180. Start the SMTP listener on port 2525:
  181. $ ./manage.py smtpd --port 2525
  182. Send a test email:
  183. $ curl --url 'smtp://127.0.0.1:2525' \
  184. --mail-from '[email protected]' \
  185. --mail-rcpt '[email protected]' \
  186. -F '='
  187. ## Sending Status Notifications
  188. healtchecks comes with a `sendalerts` management command, which continuously
  189. polls database for any checks changing state, and sends out notifications as
  190. needed. Within an activated virtualenv, you can manually run
  191. the `sendalerts` command like so:
  192. $ ./manage.py sendalerts
  193. In a production setup, you will want to run this command from a process
  194. manager like [supervisor](http://supervisord.org/) or systemd.
  195. ## Database Cleanup
  196. With time and use the healthchecks database will grow in size. You may
  197. decide to prune old data: inactive user accounts, old checks not assigned
  198. to users, records of outgoing email messages and records of received pings.
  199. There are separate Django management commands for each task:
  200. * Remove old records from `api_ping` table. For each check, keep 100 most
  201. recent pings:
  202. ```
  203. $ ./manage.py prunepings
  204. ```
  205. * Remove old records of sent notifications. For each check, remove
  206. notifications that are older than the oldest stored ping for same check.
  207. ```
  208. $ ./manage.py prunenotifications
  209. ```
  210. * Remove user accounts that match either of these conditions:
  211. * Account was created more than 6 months ago, and user has never logged in.
  212. These can happen when user enters invalid email address when signing up.
  213. * Last login was more than 6 months ago, and the account has no checks.
  214. Assume the user doesn't intend to use the account any more and would
  215. probably *want* it removed.
  216. ```
  217. $ ./manage.py pruneusers
  218. ```
  219. * Remove old records from the `api_tokenbucket` table. The TokenBucket
  220. model is used for rate-limiting login attempts and similar operations.
  221. Any records older than one day can be safely removed.
  222. ```
  223. $ ./manage.py prunetokenbucket
  224. ```
  225. * Remove old records from the `api_flip` table. The Flip
  226. objects are used to track status changes of checks, and to calculate
  227. downtime statistics month by month. Flip objects from more than 3 months
  228. ago are not used and can be safely removed.
  229. ```
  230. $ ./manage.py pruneflips
  231. ```
  232. When you first try these commands on your data, it is a good idea to
  233. test them on a copy of your database, not on the live database right away.
  234. In a production setup, you should also have regular, automated database
  235. backups set up.
  236. ## Two-factor Authentication
  237. Healthchecks optionally supports two-factor authentication using the WebAuthn
  238. standard. To enable WebAuthn support, set the `RP_ID` (relying party identifier )
  239. setting to a non-null value. Set its value to your site's domain without scheme
  240. and without port. For example, if your site runs on `https://my-hc.example.org`,
  241. set `RP_ID` to `my-hc.example.org`.
  242. Note that WebAuthn requires HTTPS, even if running on localhost. To test WebAuthn
  243. locally with a self-signed certificate, you can use the `runsslserver` command
  244. from the `django-sslserver` package.
  245. ## External Authentication
  246. HealthChecks supports external authentication by means of HTTP headers set by
  247. reverse proxies or the WSGI server. This allows you to integrate it into your
  248. existing authentication system (e.g., LDAP or OAuth) via an authenticating proxy.
  249. When this option is enabled, **healtchecks will trust the header's value implicitly**,
  250. so it is **very important** to ensure that attackers cannot set the value themselves
  251. (and thus impersonate any user). How to do this varies by your chosen proxy,
  252. but generally involves configuring it to strip out headers that normalize to the
  253. same name as the chosen identity header.
  254. To enable this feature, set the `REMOTE_USER_HEADER` value to a header you wish to
  255. authenticate with. HTTP headers will be prefixed with `HTTP_` and have any dashes
  256. converted to underscores. Headers without that prefix can be set by the WSGI server
  257. itself only, which is more secure.
  258. When `REMOTE_USER_HEADER` is set, Healthchecks will:
  259. - assume the header contains user's email address
  260. - look up and automatically log in the user with a matching email address
  261. - automatically create an user account if it does not exist
  262. - disable the default authentication methods (login link to email, password)
  263. ## Integrations
  264. ### Slack
  265. To enable the Slack "self-service" integration, you will need to create a "Slack App".
  266. To do so:
  267. * Create a _new Slack app_ on https://api.slack.com/apps/
  268. * Add at least _one scope_ in the permissions section to be able to deploy the app in your workspace (By example `incoming-webhook` for the `Bot Token Scopes`
  269. https://api.slack.com/apps/APP_ID/oauth?).
  270. * Add a _redirect url_ in the format `SITE_ROOT/integrations/add_slack_btn/`.
  271. For example, if your SITE_ROOT is `https://my-hc.example.org` then the redirect URL would be
  272. `https://my-hc.example.org/integrations/add_slack_btn/`.
  273. * Look up your Slack app for the Client ID and Client Secret at https://api.slack.com/apps/APP_ID/general? . Put them
  274. in `SLACK_CLIENT_ID` and `SLACK_CLIENT_SECRET` environment
  275. variables.
  276. ### Discord
  277. To enable Discord integration, you will need to:
  278. * register a new application on https://discordapp.com/developers/applications/me
  279. * add a redirect URI to your Discord application. The URI format is
  280. `SITE_ROOT/integrations/add_discord/`. For example, if you are running a
  281. development server on `localhost:8000` then the redirect URI would be
  282. `http://localhost:8000/integrations/add_discord/`
  283. * Look up your Discord app's Client ID and Client Secret. Put them
  284. in `DISCORD_CLIENT_ID` and `DISCORD_CLIENT_SECRET` environment
  285. variables.
  286. ### Pushover
  287. Pushover integration works by creating an application on Pushover.net which
  288. is then subscribed to by Healthchecks users. The registration workflow is as follows:
  289. * On Healthchecks, the user adds a "Pushover" integration to a project
  290. * Healthchecks redirects user's browser to a Pushover.net subscription page
  291. * User approves adding the Healthchecks subscription to their Pushover account
  292. * Pushover.net HTTP redirects back to Healthchecks with a subscription token
  293. * Healthchecks saves the subscription token and uses it for sending Pushover
  294. notifications
  295. To enable the Pushover integration, you will need to:
  296. * Register a new application on Pushover via https://pushover.net/apps/build.
  297. * Within the Pushover 'application' configuration, enable subscriptions.
  298. Make sure the subscription type is set to "URL". Also make sure the redirect
  299. URL is configured to point back to the root of the Healthchecks instance
  300. (e.g., `http://healthchecks.example.com/`).
  301. * Put the Pushover application API Token and the Pushover subscription URL in
  302. `PUSHOVER_API_TOKEN` and `PUSHOVER_SUBSCRIPTION_URL` environment
  303. variables. The Pushover subscription URL should look similar to
  304. `https://pushover.net/subscribe/yourAppName-randomAlphaNumericData`.
  305. ### Telegram
  306. * Create a Telegram bot by talking to the
  307. [BotFather](https://core.telegram.org/bots#6-botfather). Set the bot's name,
  308. description, user picture, and add a "/start" command.
  309. * After creating the bot you will have the bot's name and token. Put them
  310. in `TELEGRAM_BOT_NAME` and `TELEGRAM_TOKEN` environment variables.
  311. * Run `settelegramwebhook` management command. This command tells Telegram
  312. where to forward channel messages by invoking Telegram's
  313. [setWebhook](https://core.telegram.org/bots/api#setwebhook) API call:
  314. ```
  315. $ ./manage.py settelegramwebhook
  316. Done, Telegram's webhook set to: https://my-monitoring-project.com/integrations/telegram/bot/
  317. ```
  318. For this to work, your `SITE_ROOT` needs to be correct and use "https://"
  319. scheme.
  320. ### Apprise
  321. To enable Apprise integration, you will need to:
  322. * ensure you have apprise installed in your local environment:
  323. ```bash
  324. pip install apprise
  325. ```
  326. * enable the apprise functionality by setting the `APPRISE_ENABLED` environment variable.
  327. ### Shell Commands
  328. The "Shell Commands" integration runs user-defined local shell commands when checks
  329. go up or down. This integration is disabled by default, and can be enabled by setting
  330. the `SHELL_ENABLED` environment variable to `True`.
  331. Note: be careful when using "Shell Commands" integration, and only enable it when
  332. you fully trust the users of your Healthchecks instance. The commands will be executed
  333. by the `manage.py sendalerts` process, and will run with the same system permissions as
  334. the `sendalerts` process.
  335. ### Matrix
  336. To enable the Matrix integration you will need to:
  337. * Register a bot user (for posting notifications) in your preferred homeserver.
  338. * Use the [Login API call](https://www.matrix.org/docs/guides/client-server-api#login)
  339. to retrieve bot user's access token. You can run it as shown in the documentation,
  340. using curl in command shell.
  341. * Set the `MATRIX_` environment variables. Example:
  342. ```
  343. MATRIX_HOMESERVER=https://matrix.org
  344. MATRIX_USER_ID=@mychecks:matrix.org
  345. MATRIX_ACCESS_TOKEN=[a long string of characters returned by the login call]
  346. ```
  347. ## Running in Production
  348. Here is a non-exhaustive list of pointers and things to check before launching a Healthchecks instance
  349. in production.
  350. * Environment variables, settings.py and local_settings.py.
  351. * [DEBUG](https://docs.djangoproject.com/en/2.2/ref/settings/#debug). Make sure it is set to `False`.
  352. * [ALLOWED_HOSTS](https://docs.djangoproject.com/en/2.2/ref/settings/#allowed-hosts). Make sure it
  353. contains the correct domain name you want to use.
  354. * Server Errors. When DEBUG=False, Django will not show detailed error pages, and will not print exception
  355. tracebacks to standard output. To receive exception tracebacks in email,
  356. review and edit the [ADMINS](https://docs.djangoproject.com/en/2.2/ref/settings/#admins) and
  357. [SERVER_EMAIL](https://docs.djangoproject.com/en/2.2/ref/settings/#server-email) settings.
  358. Another good option for receiving exception tracebacks is to use [Sentry](https://sentry.io/for/django/).
  359. * Management commands that need to be run during each deployment.
  360. * This project uses [Django Compressor](https://django-compressor.readthedocs.io/en/stable/)
  361. to combine the CSS and JS files. It is configured for offline compression – run the
  362. `manage.py compress` command whenever files in the `/static/` directory change.
  363. * This project uses Django's [staticfiles app](https://docs.djangoproject.com/en/2.2/ref/contrib/staticfiles/).
  364. Run the `manage.py collectstatic` command whenever files in the `/static/`
  365. directory change. This command collects all the static files inside the `static-collected` directory.
  366. Configure your web server to serve files from this directory under the `/static/` prefix.
  367. * Database migration should be run after each update to make sure the database schemas are up to date. You can do that with `./manage.py migrate`.
  368. * Processes that need to be running constantly.
  369. * `manage.py runserver` is intended for development only. Do not use it in production,
  370. instead consider using [uWSGI](https://uwsgi-docs.readthedocs.io/en/latest/) or
  371. [gunicorn](https://gunicorn.org/).
  372. * Make sure the `manage.py sendalerts` command is running and can survive server restarts.
  373. On modern linux systems, a good option is to
  374. [define a systemd service](https://github.com/healthchecks/healthchecks/issues/273#issuecomment-520560304) for it.
  375. * General
  376. * Make sure the database is secured well and is getting backed up regularly
  377. * Make sure the TLS certificates are secured well and are getting refreshed regularly
  378. * Have monitoring in place to be sure the Healthchecks instance itself is operational
  379. (is accepting pings, is sending out alerts, is not running out of resources).