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.

410 lines
16 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://travis-ci.org/healthchecks/healthchecks.svg?branch=master)](https://travis-ci.org/healthchecks/healthchecks)
  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:8080`
  44. To log into Django administration site as a super user,
  45. visit `http://localhost:8080/admin`
  46. ## Configuration
  47. Site configuration is loaded from environment variables. This is
  48. done in `hc/settings.py`. Additional configuration is loaded
  49. from `hc/local_settings.py` file, if it exists. You can create this file
  50. (should be right next to `settings.py` in the filesystem) and override
  51. settings, or add extra settings as needed.
  52. Configurations settings loaded from environment variables:
  53. | Environment variable | Default value | Notes
  54. | -------------------- | ------------- | ----- |
  55. | [SECRET_KEY](https://docs.djangoproject.com/en/2.2/ref/settings/#secret-key) | `"---"`
  56. | [DEBUG](https://docs.djangoproject.com/en/2.2/ref/settings/#debug) | `True` | Set to `False` for production
  57. | [ALLOWED_HOSTS](https://docs.djangoproject.com/en/2.2/ref/settings/#allowed-hosts) | `*` | Separate multiple hosts with commas
  58. | [DEFAULT_FROM_EMAIL](https://docs.djangoproject.com/en/2.2/ref/settings/#default-from-email) | `"[email protected]"`
  59. | USE_PAYMENTS | `False`
  60. | REGISTRATION_OPEN | `True`
  61. | DB | `"sqlite"` | Set to `"postgres"` or `"mysql"`
  62. | [DB_HOST](https://docs.djangoproject.com/en/2.2/ref/settings/#host) | `""` *(empty string)*
  63. | [DB_PORT](https://docs.djangoproject.com/en/2.2/ref/settings/#port) | `""` *(empty string)*
  64. | [DB_NAME](https://docs.djangoproject.com/en/2.2/ref/settings/#name) | `"hc"` (PostgreSQL, MySQL) or `"/path/to/project/hc.sqlite"` (SQLite) | For SQLite, specify the full path to the database file.
  65. | [DB_USER](https://docs.djangoproject.com/en/2.2/ref/settings/#user) | `"postgres"` or `"root"`
  66. | [DB_PASSWORD](https://docs.djangoproject.com/en/2.2/ref/settings/#password) | `""` *(empty string)*
  67. | [DB_CONN_MAX_AGE](https://docs.djangoproject.com/en/2.2/ref/settings/#conn-max-age) | `0`
  68. | DB_SSLMODE | `"prefer"` | PostgreSQL-specific, [details](https://blog.github.com/2018-10-21-october21-incident-report/)
  69. | DB_TARGET_SESSION_ATTRS | `"read-write"` | PostgreSQL-specific, [details](https://www.postgresql.org/docs/10/static/libpq-connect.html#LIBPQ-CONNECT-TARGET-SESSION-ATTRS)
  70. | EMAIL_HOST | `""` *(empty string)*
  71. | EMAIL_PORT | `"587"`
  72. | EMAIL_HOST_USER | `""` *(empty string)*
  73. | EMAIL_HOST_PASSWORD | `""` *(empty string)*
  74. | EMAIL_USE_TLS | `"True"`
  75. | EMAIL_USE_VERIFICATION | `"True"`
  76. | SITE_ROOT | `"http://localhost:8000"`
  77. | SITE_NAME | `"Mychecks"`
  78. | MASTER_BADGE_LABEL | `"Mychecks"`
  79. | PING_ENDPOINT | `"http://localhost:8000/ping/"`
  80. | PING_EMAIL_DOMAIN | `"localhost"`
  81. | DISCORD_CLIENT_ID | `None`
  82. | DISCORD_CLIENT_SECRET | `None`
  83. | SLACK_CLIENT_ID | `None`
  84. | SLACK_CLIENT_SECRET | `None`
  85. | PUSHOVER_API_TOKEN | `None`
  86. | PUSHOVER_SUBSCRIPTION_URL | `None`
  87. | PUSHOVER_EMERGENCY_RETRY_DELAY | `300`
  88. | PUSHOVER_EMERGENCY_EXPIRATION | `86400`
  89. | PUSHBULLET_CLIENT_ID | `None`
  90. | PUSHBULLET_CLIENT_SECRET | `None`
  91. | TELEGRAM_BOT_NAME | `"ExampleBot"`
  92. | TELEGRAM_TOKEN | `None`
  93. | TWILIO_ACCOUNT | `None`
  94. | TWILIO_AUTH | `None`
  95. | TWILIO_FROM | `None`
  96. | TWILIO_USE_WHATSAPP | `"False"`
  97. | PD_VENDOR_KEY | `None`
  98. | TRELLO_APP_KEY | `None`
  99. | MATRIX_HOMESERVER | `None`
  100. | MATRIX_USER_ID | `None`
  101. | MATRIX_ACCESS_TOKEN | `None`
  102. | APPRISE_ENABLED | `"False"`
  103. | SHELL_ENABLED | `"False"`
  104. Some useful settings keys to override are:
  105. `SITE_ROOT` is used to build fully qualified URLs for pings, and for use in
  106. emails and notifications. Example:
  107. ```python
  108. SITE_ROOT = "https://my-monitoring-project.com"
  109. ```
  110. `SITE_NAME` has the default value of "Mychecks" and is used throughout
  111. the templates. Replace it with your own name to personalize your installation.
  112. Example:
  113. ```python
  114. SITE_NAME = "My Monitoring Project"
  115. ```
  116. `REGISTRATION_OPEN` controls whether site visitors can create new accounts.
  117. Set it to `False` if you are setting up a private healthchecks instance, but
  118. it needs to be publicly accessible (so, for example, your cloud services
  119. can send pings).
  120. If you close new user registration, you can still selectively invite users
  121. to your team account.
  122. `EMAIL_USE_VERIFICATION` enables/disables the sending of a verification
  123. link when an email address is added to the list of notification methods.
  124. Set it to `False` if you are setting up a private healthchecks instance where
  125. you trust your users and want to avoid the extra verification step.
  126. ## Database Configuration
  127. Database configuration is loaded from environment variables. If you
  128. need to use a non-standard configuration, you can override the
  129. database configuration in `hc/local_settings.py` like so:
  130. ```python
  131. DATABASES = {
  132. 'default': {
  133. 'ENGINE': 'django.db.backends.postgresql',
  134. 'NAME': 'your-database-name-here',
  135. 'USER': 'your-database-user-here',
  136. 'PASSWORD': 'your-database-password-here',
  137. 'TEST': {'CHARSET': 'UTF8'},
  138. 'OPTIONS': {
  139. ... your custom options here ...
  140. }
  141. }
  142. }
  143. ```
  144. ## Sending Emails
  145. healthchecks must be able to send email messages, so it can send out login
  146. links and alerts to users. Environment variables can be used to configure
  147. SMTP settings, or your may put your SMTP server configuration in
  148. `hc/local_settings.py` like so:
  149. ```python
  150. EMAIL_HOST = "your-smtp-server-here.com"
  151. EMAIL_PORT = 587
  152. EMAIL_HOST_USER = "username"
  153. EMAIL_HOST_PASSWORD = "password"
  154. EMAIL_USE_TLS = True
  155. ```
  156. For more information, have a look at Django documentation,
  157. [Sending Email](https://docs.djangoproject.com/en/1.10/topics/email/) section.
  158. ## Receiving Emails
  159. healthchecks comes with a `smtpd` management command, which starts up a
  160. SMTP listener service. With the command running, you can ping your
  161. checks by sending email messages
  162. to `[email protected]` email addresses.
  163. Start the SMTP listener on port 2525:
  164. $ ./manage.py smtpd --port 2525
  165. Send a test email:
  166. $ curl --url 'smtp://127.0.0.1:2525' \
  167. --mail-from '[email protected]' \
  168. --mail-rcpt '[email protected]' \
  169. -F '='
  170. ## Sending Status Notifications
  171. healtchecks comes with a `sendalerts` management command, which continuously
  172. polls database for any checks changing state, and sends out notifications as
  173. needed. Within an activated virtualenv, you can manually run
  174. the `sendalerts` command like so:
  175. $ ./manage.py sendalerts
  176. In a production setup, you will want to run this command from a process
  177. manager like [supervisor](http://supervisord.org/) or systemd.
  178. ## Database Cleanup
  179. With time and use the healthchecks database will grow in size. You may
  180. decide to prune old data: inactive user accounts, old checks not assigned
  181. to users, records of outgoing email messages and records of received pings.
  182. There are separate Django management commands for each task:
  183. * Remove old records from `api_ping` table. For each check, keep 100 most
  184. recent pings:
  185. ```
  186. $ ./manage.py prunepings
  187. ```
  188. * Remove old records of sent notifications. For each check, remove
  189. notifications that are older than the oldest stored ping for same check.
  190. ```
  191. $ ./manage.py prunenotifications
  192. ```
  193. * Remove user accounts that match either of these conditions:
  194. * Account was created more than 6 months ago, and user has never logged in.
  195. These can happen when user enters invalid email address when signing up.
  196. * Last login was more than 6 months ago, and the account has no checks.
  197. Assume the user doesn't intend to use the account any more and would
  198. probably *want* it removed.
  199. ```
  200. $ ./manage.py pruneusers
  201. ```
  202. * Remove old records from the `api_tokenbucket` table. The TokenBucket
  203. model is used for rate-limiting login attempts and similar operations.
  204. Any records older than one day can be safely removed.
  205. ```
  206. $ ./manage.py prunetokenbucket
  207. ```
  208. * Remove old records from the `api_flip` table. The Flip
  209. objects are used to track status changes of checks, and to calculate
  210. downtime statistics month by month. Flip objects from more than 3 months
  211. ago are not used and can be safely removed.
  212. ```
  213. $ ./manage.py pruneflips
  214. ```
  215. When you first try these commands on your data, it is a good idea to
  216. test them on a copy of your database, not on the live database right away.
  217. In a production setup, you should also have regular, automated database
  218. backups set up.
  219. ## Integrations
  220. ### Discord
  221. To enable Discord integration, you will need to:
  222. * register a new application on https://discordapp.com/developers/applications/me
  223. * add a redirect URI to your Discord application. The URI format is
  224. `SITE_ROOT/integrations/add_discord/`. For example, if you are running a
  225. development server on `localhost:8000` then the redirect URI would be
  226. `http://localhost:8000/integrations/add_discord/`
  227. * Look up your Discord app's Client ID and Client Secret. Put them
  228. in `DISCORD_CLIENT_ID` and `DISCORD_CLIENT_SECRET` environment
  229. variables.
  230. ### Pushover
  231. Pushover integration works by creating an application on Pushover.net which
  232. is then subscribed to by Healthchecks users. The registration workflow is as follows:
  233. * On Healthchecks, the user adds a "Pushover" integration to a project
  234. * Healthchecks redirects user's browser to a Pushover.net subscription page
  235. * User approves adding the Healthchecks subscription to their Pushover account
  236. * Pushover.net HTTP redirects back to Healthchecks with a subscription token
  237. * Healthchecks saves the subscription token and uses it for sending Pushover
  238. notifications
  239. To enable the Pushover integration, you will need to:
  240. * Register a new application on Pushover via https://pushover.net/apps/build.
  241. * Within the Pushover 'application' configuration, enable subscriptions.
  242. Make sure the subscription type is set to "URL". Also make sure the redirect
  243. URL is configured to point back to the root of the Healthchecks instance
  244. (e.g., `http://healthchecks.example.com/`).
  245. * Put the Pushover application API Token and the Pushover subscription URL in
  246. `PUSHOVER_API_TOKEN` and `PUSHOVER_SUBSCRIPTION_URL` environment
  247. variables. The Pushover subscription URL should look similar to
  248. `https://pushover.net/subscribe/yourAppName-randomAlphaNumericData`.
  249. ### Telegram
  250. * Create a Telegram bot by talking to the
  251. [BotFather](https://core.telegram.org/bots#6-botfather). Set the bot's name,
  252. description, user picture, and add a "/start" command.
  253. * After creating the bot you will have the bot's name and token. Put them
  254. in `TELEGRAM_BOT_NAME` and `TELEGRAM_TOKEN` environment variables.
  255. * Run `settelegramwebhook` management command. This command tells Telegram
  256. where to forward channel messages by invoking Telegram's
  257. [setWebhook](https://core.telegram.org/bots/api#setwebhook) API call:
  258. ```
  259. $ ./manage.py settelegramwebhook
  260. Done, Telegram's webhook set to: https://my-monitoring-project.com/integrations/telegram/bot/
  261. ```
  262. For this to work, your `SITE_ROOT` needs to be correct and use "https://"
  263. scheme.
  264. ### Apprise
  265. To enable Apprise integration, you will need to:
  266. * ensure you have apprise installed in your local environment:
  267. ```bash
  268. pip install apprise
  269. ```
  270. * enable the apprise functionality by setting the `APPRISE_ENABLED` environment variable.
  271. ### Shell Commands
  272. The "Shell Commands" integration runs user-defined local shell commands when checks
  273. go up or down. This integration is disabled by default, and can be enabled by setting
  274. the `SHELL_ENABLED` environment variable to `True`.
  275. Note: be careful when using "Shell Commands" integration, and only enable it when
  276. you fully trust the users of your Healthchecks instance. The commands will be executed
  277. by the `manage.py sendalerts` process, and will run with the same system permissions as
  278. the `sendalerts` process.
  279. ## Running in Production
  280. Here is a non-exhaustive list of pointers and things to check before launching a Healthchecks instance
  281. in production.
  282. * Environment variables, settings.py and local_settings.py.
  283. * [DEBUG](https://docs.djangoproject.com/en/2.2/ref/settings/#debug). Make sure it is set to `False`.
  284. * [ALLOWED_HOSTS](https://docs.djangoproject.com/en/2.2/ref/settings/#allowed-hosts). Make sure it
  285. contains the correct domain name you want to use.
  286. * Server Errors. When DEBUG=False, Django will not show detailed error pages, and will not print exception
  287. tracebacks to standard output. To receive exception tracebacks in email,
  288. review and edit the [ADMINS](https://docs.djangoproject.com/en/2.2/ref/settings/#admins) and
  289. [SERVER_EMAIL](https://docs.djangoproject.com/en/2.2/ref/settings/#server-email) settings.
  290. Another good option for receiving exception tracebacks is to use [Sentry](https://sentry.io/for/django/).
  291. * Management commands that need to be run during each deployment.
  292. * This project uses [Django Compressor](https://django-compressor.readthedocs.io/en/stable/)
  293. to combine the CSS and JS files. It is configured for offline compression – run the
  294. `manage.py compress` command whenever files in the `/static/` directory change.
  295. * This project uses Django's [staticfiles app](https://docs.djangoproject.com/en/2.2/ref/contrib/staticfiles/).
  296. Run the `manage.py collectstatic` command whenever files in the `/static/`
  297. directory change. This command collects all the static files inside the `static-collected` directory.
  298. Configure your web server to serve files from this directory under the `/static/` prefix.
  299. * 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`.
  300. * Processes that need to be running constantly.
  301. * `manage.py runserver` is intended for development only. Do not use it in production,
  302. instead consider using [uWSGI](https://uwsgi-docs.readthedocs.io/en/latest/) or
  303. [gunicorn](https://gunicorn.org/).
  304. * Make sure the `manage.py sendalerts` command is running and can survive server restarts.
  305. On modern linux systems, a good option is to
  306. [define a systemd service](https://github.com/healthchecks/healthchecks/issues/273#issuecomment-520560304) for it.
  307. * General
  308. * Make sure the database is secured well and is getting backed up regularly
  309. * Make sure the TLS certificates are secured well and are getting refreshed regularly
  310. * Have monitoring in place to be sure the Healthchecks instance itself is operational
  311. (is accepting pings, is sending out alerts, is not running out of resources).