diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-11 03:48:03 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-11 03:48:03 +0200 |
commit | 997196078d03e3ed7171368a4734ca16d6394f63 (patch) | |
tree | 8904f7f7d3d2b266b08bc55af0a865cef509fd99 /README.md | |
parent | debian: 1.2-2 (diff) | |
parent | README: update (diff) | |
download | linux-status-997196078d03e3ed7171368a4734ca16d6394f63.tar.gz linux-status-997196078d03e3ed7171368a4734ca16d6394f63.zip |
Merge tag 'v2.0' into debian
Diffstat (limited to '')
-rw-r--r-- | README.md | 23 |
1 files changed, 9 insertions, 14 deletions
@@ -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 ------- |