aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-04-11 03:48:03 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-04-11 03:48:03 +0200
commit997196078d03e3ed7171368a4734ca16d6394f63 (patch)
tree8904f7f7d3d2b266b08bc55af0a865cef509fd99 /README.md
parentdebian: 1.2-2 (diff)
parentREADME: update (diff)
downloadlinux-status-997196078d03e3ed7171368a4734ca16d6394f63.tar.gz
linux-status-997196078d03e3ed7171368a4734ca16d6394f63.zip
Merge tag 'v2.0' into debian
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 9 insertions, 14 deletions
diff --git a/README.md b/README.md
index 09cfd97..77935be 100644
--- a/README.md
+++ b/README.md
@@ -5,17 +5,10 @@ linux-status
[![Packages (Debian)](https://github.com/egor-tensin/linux-status/actions/workflows/debian.yml/badge.svg)](https://github.com/egor-tensin/linux-status/actions/workflows/debian.yml)
[![Publish (Launchpad)](https://github.com/egor-tensin/linux-status/actions/workflows/ppa.yml/badge.svg)](https://github.com/egor-tensin/linux-status/actions/workflows/ppa.yml)
-Simple Linux status web page.
+Simple Linux server monitoring.
-Shows your `top`, systemd units & timers, allows you to reboot the server, etc.
-
----
-
-![Example page][example]
-
-[example]: img/example.png "Example page"
-
----
+Shows your `top`, Docker container status, systemd units & timers, allows you
+to reboot the server, etc.
Installation
------------
@@ -33,12 +26,14 @@ Usage
To manually start a web server on port 18101, run:
- > python3 server.py
+ > ./src/server.py
+
+Screenshot
+----------
-TODO
-----
+![Example page][example]
-* Show an error if a AJAX call fails.
+[example]: doc/example.png "Example page"
License
-------