Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
urza authored Jun 25, 2024
1 parent c218272 commit bc7c369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Check it is running http://localhost:7373 - you should see a message with list o
Then grab the URL where this is accesible and reachable from your servers. You may want to put this behind [reverse proxy](https://nginxproxymanager.com/ "reverse proxy").


## 2. Install the curl script that will periodically post information about disk usage from your servers to the api. It will send it's hostname and % usage of the filesystem mounted on "/"
## 2. Install the cron script on your servers/VMs/VPS etc that you want to monitor. They will periodically post information about their disk ("/") usage to the api.

curl -sSL "https://raw.githubusercontent.com/urza/SpaceChecker/main/space_checker_install.sh" | sh -s "http(s)://API_ADDRESS"

Expand Down

0 comments on commit bc7c369

Please sign in to comment.