index
:
linux-status
aur
debian
master
Simple Linux server monitoring
Egor Tensin
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
app.py
(
unfollow
)
Commit message (
Expand
)
Author
2023-12-10
switch to egor@tensin.name
v2.4.5
Egor Tensin
2023-08-15
top: fix -E/-e arguments on newer top's
v2.4.3
Egor Tensin
2023-07-27
expose thermal info via /thermal
Egor Tensin
2023-07-27
add thermal sensor readings from /sys/class/thermal
v2.4
Egor Tensin
2022-04-11
support disallowing power requests
v2.1
Egor Tensin
2022-04-11
app.py: print HTTP status when CGIing
Egor Tensin
2022-04-11
src: shorter import
Egor Tensin
2022-04-11
put things into proper directories
Egor Tensin
2022-04-11
app.py: add Docker container status
Egor Tensin
2022-04-10
app.py: refactoring
Egor Tensin
2022-01-25
app.py: don't do systemctl --user if no user instance
Egor Tensin
2022-01-25
app.py: don't query user info if no users
Egor Tensin
2022-01-23
app.py: include command's output in the exception
Egor Tensin
2022-01-23
dump exceptions to browser's console
Egor Tensin
2022-01-23
app.py: fix loginctl output parsing
Egor Tensin
2021-10-04
top: run with -E/-e if supported
v1.1.0
Egor Tensin
2021-03-04
app.py: pretty print the JSON
Egor Tensin
2021-03-04
add journalctl output
Egor Tensin
2021-03-04
get rid of the /timers endpoit, use /status
Egor Tensin
2021-03-04
update README, add some comments, etc.
Egor Tensin
2021-03-03
app.py: fix a typing bug
Egor Tensin
2021-03-03
no more CGI
Egor Tensin
2021-03-03
merge {reboot,poweroff}.sh into get.py
Egor Tensin
2021-03-03
add server.py
Egor Tensin
2021-03-03
get.py: refactoring
Egor Tensin
2021-03-03
Revert "get.py: don't import cgi"
Egor Tensin
2021-03-01
get.py: don't import cgi
Egor Tensin
2021-02-28
get.py: don't import cgitb
Egor Tensin
2021-02-28
get.py: add licensing notes
Egor Tensin
2021-02-28
get.py: run commands in parallel + refactoring
Egor Tensin
2021-02-27
Python server can now be run as root
Egor Tensin
2021-02-27
merge CGI scripts into one
Egor Tensin