mirror of
https://github.com/bcicen/ctop.git
synced 2024-08-30 18:23:19 +00:00
add status indicator doc
This commit is contained in:
parent
70bd2ae3a3
commit
7b4d4db049
@ -1,4 +1,4 @@
|
||||
# connectors
|
||||
# Connectors
|
||||
|
||||
`ctop` comes with the below native connectors, enabled via the `--connector` option.
|
||||
|
||||
|
BIN
_docs/img/status.png
Normal file
BIN
_docs/img/status.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.4 KiB |
18
_docs/status.md
Normal file
18
_docs/status.md
Normal file
@ -0,0 +1,18 @@
|
||||
# Status Indicator
|
||||
|
||||
The `ctop` grid view provides a compact status indicator to convey container state
|
||||
<p align="center"><img width="200px" src="img/status.png" alt="ctop"/></p>
|
||||
|
||||
Appearance | Description
|
||||
--- | ---
|
||||
red | container is stopped
|
||||
green | container is running
|
||||
two vertical bars (▮▮) | container is paused
|
||||
|
||||
If the container is configured with a health check, a `+` will appear next to the indicator
|
||||
|
||||
Appearance | Description
|
||||
--- | ---
|
||||
red | health check in failed state
|
||||
yellow | health check in starting state
|
||||
green | health check in OK state
|
Loading…
Reference in New Issue
Block a user