Application status#

The app status command is used to display the status of the system. When the command is executed, it requests an up-to-date status of every process, and therefore may take a few seconds to return.

Note

The uc-reporter service status indicates the Insights service state.

A typical app status screen from the CLI:

platform@analytics123:~$ app status
cluster v1.5.0 (2016-09-07 08:02)
template_runner v1.5.0 (2016-09-07 08:13)
mongodb v1.5.0 (2016-09-07 08:02)
   |-arbiter   running
   |-database  running
support v1.5.0 (2016-09-07 08:13)
snmp v1.5.0 (2016-09-07 08:13)
   |-daemon    running (completed)
   |-traps     running (completed)
platform v1.5.0 (2016-09-07 08:03)
nginx v1.5.0 (2016-09-07 08:03)
   |-proxy     running
uc-reporter v1.3.0 (2016-09-07 07:39)
   |-node      running
services v1.5.0 (2016-09-07 08:11)
   |-wsgi      running
   |-logs      running
   |-firewall  running
   |-mount     running
   |-scheduler running
   |-syslog    running (completed)
   |-time      running (completed)
security v1.5.0 (2016-09-07 08:10)

The table describes the states that are defined:

running

The process is running correctly.

completed

The process completed successfully.

suspended

The process is suspended while waiting for another process.

stopped

The process is not running. An error message indicates that the process stopped for an unexpected reason.