https://github.com/egor-tensin/linux-status
Simple Linux server monitoring
https://github.com/egor-tensin/linux-status
Last synced: 7 months ago
JSON representation
Simple Linux server monitoring
- Host: GitHub
- URL: https://github.com/egor-tensin/linux-status
- Owner: egor-tensin
- License: mit
- Created: 2018-07-02T22:29:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-28T11:59:23.000Z (over 1 year ago)
- Last Synced: 2025-01-11T21:23:34.652Z (9 months ago)
- Language: Python
- Homepage: https://tensin.name/status/
- Size: 1.68 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
linux-status
============[](https://github.com/egor-tensin/linux-status/actions/workflows/ci.yml)
[](https://github.com/egor-tensin/linux-status/actions/workflows/debian.yml)
[](https://github.com/egor-tensin/linux-status/actions/workflows/ppa.yml)Simple Linux server monitoring.
Shows your `top`, Docker container status, systemd units & timers, allows you
to reboot the server, etc.For example, see an instance running on my server at
https://tensin.name/status/.Installation
------------* For Arch Linux, use the [AUR package].
* For Ubuntu, use the [PPA].[AUR package]: https://aur.archlinux.org/packages/linux-status/
[PPA]: https://launchpad.net/~egor-tensin/+archive/ubuntu/linux-statusControl the app using the `linux-status` systemd unit.
Usage
-----To manually start a web server on port 18101, run:
> ./src/server.py
Screenshot
----------![Example page][example]
[example]: doc/example.png "Example page"
License
-------
Distributed under the MIT License.
See [LICENSE.txt] for details.[LICENSE.txt]: LICENSE.txt