https://github.com/pythops/hoststatus
Simple CLI to check websites status
https://github.com/pythops/hoststatus
Last synced: 5 months ago
JSON representation
Simple CLI to check websites status
- Host: GitHub
- URL: https://github.com/pythops/hoststatus
- Owner: pythops
- Created: 2022-08-23T12:05:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-22T15:34:45.000Z (almost 3 years ago)
- Last Synced: 2025-06-30T22:39:21.442Z (6 months ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# hoststatus
**hoststatus** is a simple cli to check hostname status.
## Usage
```
$ cargo run -- --help
Usage: hoststatus [--host ] [--path ]
Simple cli to check hosts status
Options:
--host hostname (example: google.com)
--path path to file containing hostnames
--help display usage information
```
## Example
```
$ cargo run -- --host pythops.com
+-------------+--------+--------------------------+-------+
| hostname | status | TLS cert expiration date | infos |
+-------------+--------+--------------------------+-------+
| pythops.com | UP | Nov 26 17:25:25 2022 GMT | |
+-------------+--------+--------------------------+-------+
```
## License
GPLv3