https://github.com/jamesbrooks/server-status
Command line tool for quickly fetching and displaying vital host metrics
https://github.com/jamesbrooks/server-status
linux monitoring ruby server ubuntu
Last synced: about 2 months ago
JSON representation
Command line tool for quickly fetching and displaying vital host metrics
- Host: GitHub
- URL: https://github.com/jamesbrooks/server-status
- Owner: jamesbrooks
- License: mit
- Created: 2016-03-02T05:05:04.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-10-01T05:15:47.000Z (over 4 years ago)
- Last Synced: 2026-02-26T23:13:32.800Z (2 months ago)
- Topics: linux, monitoring, ruby, server, ubuntu
- Language: Ruby
- Size: 129 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Server Status
[](http://badge.fury.io/rb/server-status)
[](https://codeclimate.com/github/jamesbrooks/server-status)
Command line tool for quickly fetching and displaying vital host metrics.

## Installation
`gem install server-status`
## Usage
### Add a host
```sh
# Track a host (uses the host name as the friendly name)
server-status add ubuntu@server.net
# Track a host using a friendly name
server-status add ubuntu@server.net personal-server
```
### Remove a host
```sh
server-status remove personal-server
```
### List all hosts
```sh
server-status list
```
### Fetch statuses of all tracked hosts
```sh
server-status
```