https://github.com/sinri/bigbrother
Web Server Monitor on Linux
https://github.com/sinri/bigbrother
Last synced: about 1 year ago
JSON representation
Web Server Monitor on Linux
- Host: GitHub
- URL: https://github.com/sinri/bigbrother
- Owner: sinri
- License: gpl-3.0
- Created: 2016-08-01T15:31:05.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-09T03:36:10.000Z (almost 10 years ago)
- Last Synced: 2025-01-29T18:33:31.052Z (over 1 year ago)
- Language: JavaScript
- Size: 473 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BigBrother
Web Server Monitor on Linux
----
"War is peace", "Freedom is slavery" and "Ignorance is strength"
## Parts of tools
* The Ministry of Love: Grant display views to show the server status.
* The Ministry of Peace: Send current system info to target server.
* The Ministry of Plenty: Receive servers' info and record it into database.
* The Ministry of Truth: To get the system info for current time.
## Telescreen
On client it is designed to be called by cronjob, such as once a minute, to collect client status and send that to server.
On server it is used as an API handler to receive client status information and save it to database.
## Visual System Status
List recent alive clients show the system status with live charts.
## License
BigBrother is provided free under License GPLv3.
Echarts (BSD) and jQuery (MIT) are used in generating web page.