Skip to content

Commit

Permalink
add sysinfo page
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhotio committed Apr 10, 2024
1 parent 6b6c467 commit 6d74b08
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
30 changes: 30 additions & 0 deletions docs/scripts/sysinfo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
:material-github: [GitHub](https://github.com/hotio/sysinfo.sh){: .header-icons target=_blank rel="noopener" }

Get a quick system overview from the terminal, an ideal replacement for web based dashboards.

Features:

- `system info`, basic info about your system like uptime and load, on `apt-get` based systems it'll also show amount of available updates
- `ip addresses`, all the global ip addresses easily viewable
- `thermals`, get a few temperatures from the kernel provided thermal zones
- `ups info`, the important you need to know about your NUT supported UPS
- `docker`, see how your docker containers are doing
- `virtual machines`, keep an eye on which vm is running
- `smb shares`, what folder is exported and who has access, you can see it here
- `memory usage`, see your usage before your system experiences a OOM failure
- `disk space usage`, the same as with memory, but for disk space
- `physical drives`, spot drive health before it's too late
- `network traffic`, if vnstat is available, you can see it here

## Installation

```shell linenums="1"
sudo curl -fsSL "https://raw.githubusercontent.com/hotio/sysinfo.sh/master/sysinfo.sh" -o /usr/local/bin/sysinfo
sudo chmod +x /usr/local/bin/sysinfo
```

Now execute it.

## Preview

![sysinfo.sh output](/img/sysinfo.png)
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ nav:
- Guides:
- TorGuard: guides/torguard.md
- Scripts:
- SysInfo: scripts/sysinfo.md
- Pullio: scripts/pullio.md
- Arr Discord Notifier: scripts/arr-discord-notifier.md
- FAQ: faq.md

0 comments on commit 6d74b08

Please sign in to comment.