Skip to content

Instantly share code, notes, and snippets.

@andyshinn
Created May 30, 2014 03:34
Show Gist options
  • Save andyshinn/4da59ebbe35fa8e6331f to your computer and use it in GitHub Desktop.
Save andyshinn/4da59ebbe35fa8e6331f to your computer and use it in GitHub Desktop.
$ fleetctl status deis-controller.service
● deis-controller.service - deis-controller
   Loaded: loaded (/run/fleet/units/deis-controller.service; linked-runtime)
   Active: active (running) since Fri 2014-05-30 03:29:33 UTC; 3min 22s ago
  Process: 4890 ExecStartPre=/bin/sh -c docker inspect deis-controller >/dev/null && docker rm -f deis-controller || true (code=exited, status=0/SUCCESS)
  Process: 4882 ExecStartPre=/bin/sh -c docker history deis/controller >/dev/null || docker pull deis/controller:latest (code=exited, status=0/SUCCESS)
 Main PID: 4899 (docker)
   CGroup: /system.slice/deis-controller.service
           └─4899 /usr/bin/docker run --name deis-controller -p 8000:8000 -e PUBLISH=8000 -e HOST=10.240.39.251 --volumes-from=deis-logger deis/controller

May 30 03:29:58 core3.c.orbital-gantry-596.internal docker[4899]: 2014-05-29 21:29:58 [104] [INFO] Booting worker with pid: 104
May 30 03:29:58 core3.c.orbital-gantry-596.internal docker[4899]: 2014-05-29 21:29:58 [108] [INFO] Booting worker with pid: 108
May 30 03:29:58 core3.c.orbital-gantry-596.internal docker[4899]: 2014-05-29 21:29:58 [109] [INFO] Booting worker with pid: 109
May 30 03:29:58 core3.c.orbital-gantry-596.internal docker[4899]: 2014-05-29 21:29:58 [110] [INFO] Booting worker with pid: 110
May 30 03:29:58 core3.c.orbital-gantry-596.internal docker[4899]: 2014-05-29 21:29:58 [111] [INFO] Booting worker with pid: 111
May 30 03:29:59 core3.c.orbital-gantry-596.internal docker[4899]: 2014-05-29 21:29:58 [120] [INFO] Booting worker with pid: 120
May 30 03:29:59 core3.c.orbital-gantry-596.internal docker[4899]: [2014-05-29 21:29:59,486: INFO/MainProcess] Connected to redis://10.240.144.236:6379/0
May 30 03:29:59 core3.c.orbital-gantry-596.internal docker[4899]: [2014-05-29 21:29:59,497: INFO/MainProcess] mingle: searching for neighbors
May 30 03:30:00 core3.c.orbital-gantry-596.internal docker[4899]: [2014-05-29 21:30:00,505: INFO/MainProcess] mingle: all alone
May 30 03:30:00 core3.c.orbital-gantry-596.internal docker[4899]: [2014-05-29 21:30:00,516: WARNING/MainProcess] celery@b055004b000c ready.
$ fleetctl list-units
UNIT			STATE		LOAD	ACTIVE		SUB	DESC		MACHINE
deis-builder.service	loaded		loaded	inactive	dead	deis-builder	508129c3.../10.240.39.251
deis-cache.service	launched	loaded	active		running	deis-cache	84947d67.../10.240.144.236
deis-controller.service	launched	loaded	inactive	dead	deis-controller	508129c3.../10.240.39.251
deis-database.service	launched	loaded	active		running	deis-database	84947d67.../10.240.144.236
deis-logger.service	launched	loaded	active		running	deis-logger	508129c3.../10.240.39.251
deis-registry.service	launched	loaded	active		running	deis-registry	838ef769.../10.240.151.29
deis-router.1.service	launched	loaded	active		running	deis-router	508129c3.../10.240.39.251
deis-router.2.service	launched	loaded	active		running	deis-router	84947d67.../10.240.144.236
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment