https://github.com/justus0405/web-monitor
🧯A Web-Based System Monitoring Interface Written in Bash
https://github.com/justus0405/web-monitor
bash bash-script bash-scripting dumpster-fire http http-server monitor monitoring monitoring-scripts proof-of-concept script website
Last synced: about 2 months ago
JSON representation
🧯A Web-Based System Monitoring Interface Written in Bash
- Host: GitHub
- URL: https://github.com/justus0405/web-monitor
- Owner: Justus0405
- License: mit
- Created: 2025-02-13T17:00:57.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-25T16:46:42.000Z (3 months ago)
- Last Synced: 2025-02-25T17:36:38.862Z (3 months ago)
- Topics: bash, bash-script, bash-scripting, dumpster-fire, http, http-server, monitor, monitoring, monitoring-scripts, proof-of-concept, script, website
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Web-Based System Monitoring Interface Written in Bash
Well, let's just say... I was bored in math class and thought to myself, "Is there a way to make a web server in Bash?"
And holy macaroni, there is a way! So, I decided to make this proof-of-concept script.
It's like Neofetch with a lot of extra steps.> [!NOTE]
> What in the name of God are you doing?
> Don't actually use this. x3## Installation
1. Clone the repository:
```shell
git clone https://github.com/Justus0405/Web-monitor.git
```2. Navigate to the directory:
```shell
cd Web-monitor
```3. Run the script with the start argument:
```shell
./web-monitor start
```## Usage
```plaintext
usage: ./web-monitor.sh [...]
arguments:
start
stop
restart
status
help
version
```#
Copyright © 2025-present Justus0405