Skip to content

Instantly share code, notes, and snippets.

@jhnlsn
Created February 7, 2018 11:31
Show Gist options
  • Save jhnlsn/63c68308935998066f8a2be1247ea4bc to your computer and use it in GitHub Desktop.
Save jhnlsn/63c68308935998066f8a2be1247ea4bc to your computer and use it in GitHub Desktop.
➜ docker-healthchecks git:(master) docker run --rm -it -p 8181:8000 jhnlsn/healthchecks:latest
usermod: no changes
Added "SECRET_KEY" (value "AriaZmtcEHPDAu5PSl/iU5lf4M8k/w1v7AoRZW+V9I4=") to settings.py
Added "DEBUG" (value "False") to settings.py
Added "HOST" (value "0.0.0.0") to settings.py
Found 'compress' tags in:
/healthchecks/templates/front/channels.html
/healthchecks/templates/integrations/add_discord.html
/healthchecks/templates/accounts/change_email_done.html
/healthchecks/templates/accounts/set_password.html
/healthchecks/templates/integrations/add_pd.html
/healthchecks/templates/accounts/link_sent.html
/healthchecks/templates/integrations/add_pushover.html
/healthchecks/templates/integrations/add_webhook.html
/healthchecks/templates/base.html
/healthchecks/templates/integrations/add_pagertree.html
/healthchecks/templates/payments/pricing_not_owner.html
/healthchecks/templates/integrations/add_slack.html
/healthchecks/templates/front/welcome.html
/healthchecks/templates/base_bare.html
/healthchecks/templates/integrations/add_hipchat.html
/healthchecks/templates/integrations/add_email.html
/healthchecks/templates/front/my_checks.html
/healthchecks/templates/accounts/change_email.html
/healthchecks/templates/accounts/login_link_sent.html
/healthchecks/templates/accounts/notifications.html
/healthchecks/templates/integrations/add_sms.html
/healthchecks/templates/accounts/unsubscribed.html
/healthchecks/templates/integrations/add_telegram.html
/healthchecks/templates/accounts/profile.html
/healthchecks/templates/front/log.html
/healthchecks/templates/integrations/add_pushbullet.html
/healthchecks/templates/accounts/billing.html
/healthchecks/templates/front/base_docs.html
/healthchecks/templates/front/docs_cron.html
/healthchecks/templates/accounts/badges.html
/healthchecks/templates/bad_link.html
/healthchecks/templates/accounts/login.html
/healthchecks/templates/front/docs.html
/healthchecks/templates/integrations/add_opsgenie.html
/healthchecks/templates/integrations/add_zendesk.html
/healthchecks/templates/front/docs_api.html
/healthchecks/templates/integrations/add_victorops.html
/healthchecks/templates/front/unsubscribe_success.html
/healthchecks/templates/payments/pricing.html
/healthchecks/templates/front/verify_email_success.html
Compressing... done
Compressed 14 block(s) from 40 template(s) for 1 context(s).
Correcting config file permissions ...
Migrating database ...
Operations to perform:
Apply all migrations: accounts, admin, api, auth, contenttypes, payments, sessions
Running migrations:
Applying contenttypes.0001_initial... OK
Applying auth.0001_initial... OK
Applying accounts.0001_initial... OK
Applying accounts.0002_profile_ping_log_limit... OK
Applying accounts.0003_profile_token... OK
Applying accounts.0004_profile_api_key... OK
Applying accounts.0005_auto_20160509_0801... OK
Applying accounts.0006_profile_current_team... OK
Applying accounts.0007_profile_check_limit... OK
Applying accounts.0008_profile_bill_to... OK
Applying accounts.0009_auto_20170714_1734... OK
Applying accounts.0010_profile_team_limit... OK
Applying accounts.0011_profile_sort... OK
Applying accounts.0012_auto_20171014_1002... OK
Applying accounts.0013_remove_profile_team_access_allowed... OK
Applying accounts.0014_auto_20171227_1530... OK
Applying admin.0001_initial... OK
Applying admin.0002_logentry_remove_auto_add... OK
Applying api.0001_initial... OK
Applying api.0002_auto_20150616_0732... OK
Applying api.0003_auto_20150616_1249... OK
Applying api.0004_auto_20150616_1319... OK
Applying api.0005_auto_20150630_2021... OK
Applying api.0006_check_grace... OK
Applying api.0007_ping... OK
Applying api.0008_auto_20150801_1213... OK
Applying api.0009_auto_20150801_1250... OK
Applying api.0010_channel... OK
Applying api.0011_notification... OK
Applying api.0012_auto_20150930_1922... OK
Applying api.0013_auto_20151001_2029... OK
Applying api.0014_auto_20151019_2039... OK
Applying api.0015_auto_20151022_1008... OK
Applying api.0016_auto_20151030_1107... OK
Applying api.0017_auto_20151117_1032... OK
Applying api.0018_remove_ping_body... OK
Applying api.0019_check_tags... OK
Applying api.0020_check_n_pings... OK
Applying api.0021_ping_n... OK
Applying api.0022_auto_20160130_2042... OK
Applying api.0023_auto_20160131_1919... OK
Applying api.0024_auto_20160203_2227... OK
Applying api.0025_auto_20160216_1214... OK
Applying api.0026_auto_20160415_1824... OK
Applying api.0027_auto_20161213_1059... OK
Applying api.0028_auto_20170305_1907... OK
Applying api.0029_auto_20170507_1251... OK
Applying api.0030_check_last_ping_body... OK
Applying api.0031_auto_20170509_1320... OK
Applying api.0032_auto_20170608_1158... OK
Applying api.0033_auto_20170714_1715... OK
Applying api.0034_auto_20171227_1530... OK
Applying api.0035_auto_20171229_2008... OK
Applying api.0036_auto_20180116_2243... OK
Applying api.0037_auto_20180127_1215... OK
Applying contenttypes.0002_remove_content_type_name... OK
Applying auth.0002_alter_permission_name_max_length... OK
Applying auth.0003_alter_user_email_max_length... OK
Applying auth.0004_alter_user_username_opts... OK
Applying auth.0005_alter_user_last_login_null... OK
Applying auth.0006_require_contenttypes_0002... OK
Applying auth.0007_alter_validators_add_error_messages... OK
Applying auth.0008_alter_user_username_max_length... OK
Applying payments.0001_initial... OK
Applying payments.0002_subscription_plan_id... OK
Applying payments.0003_subscription_address_id... OK
Applying payments.0004_subscription_send_invoices... OK
Applying sessions.0001_initial... OK
2018-02-07 11:30:02,457 CRIT Supervisor running as root (no user in config file)
2018-02-07 11:30:02,460 INFO supervisord started with pid 1
2018-02-07 11:30:03,464 INFO spawned: 'nginx' with pid 30
2018-02-07 11:30:03,467 INFO spawned: 'gunicorn' with pid 31
2018-02-07 11:30:03,470 INFO spawned: 'sendalerts' with pid 32
2018-02-07 11:30:04,665 INFO success: nginx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2018-02-07 11:30:04,665 INFO success: gunicorn entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2018-02-07 11:30:04,665 INFO success: sendalerts entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment