CLI Commands
Check service status
Run ginc-radar-ctl status
to check current state of Ginc Radar components
Example output:
ginc-radar-app RUNNING pid 284, uptime 0:00:18
ginc-radar-nginx RUNNING pid 281, uptime 0:00:18
ginc-radar-postgres RUNNING pid 282, uptime 0:00:18
ginc-radar-redis RUNNING pid 283, uptime 0:00:18
Start/Stop/Restart
Start commands
Run:
-
ginc-radar-ctl start
to start all components from scratch (including supervisord) -
ginc-radar-ctl start app/nginx/postgres/redis
to start single component