parent
391334efbf
commit
0cb496b818
3 changed files with 4 additions and 3 deletions
|
@ -2,6 +2,6 @@
|
|||
{{ hostname.replace("\n", "") }}
|
||||
{{ "=" * (hostname|length) }}
|
||||
|
||||
:os: {{ os["name"] }}
|
||||
:version: {{ os["version"] }}
|
||||
:os: {{ os["NAME"] }}
|
||||
:version: {{ os["VERSION"] }}
|
||||
|
||||
|
|
|
@ -28,3 +28,4 @@ services
|
|||
================================================== ==================== =============={% for svc in services %}
|
||||
{{ "{:<50}".format(svc["unit"][:49]) }} {{ "{:<20}".format(svc["sub"].replace("running",":green:`running`").replace("failed", ":red:`failed`")) }} {{ svc["description"] }}{% endfor %}
|
||||
================================================== ==================== ==============
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue