https://github.com/superseb/rancher-check
https://github.com/superseb/rancher-check
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/superseb/rancher-check
- Owner: superseb
- Created: 2018-08-10T19:27:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-06T13:05:29.000Z (about 7 years ago)
- Last Synced: 2025-03-21T11:17:51.091Z (over 1 year ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rancher-check
Checks connectivity (HTTPS/DNS/certificates) to a Rancher 2.0 setup by using a server-url (`https://rancher.yourdomain.com`)
Also see the Golang based tool: https://github.com/superseb/ranchercheck
## How to use
### Shell
```
bash rancher-check.sh https://rancher.yourdomain.com
```
### Docker
```
docker run superseb/rancher-check https://rancher.yourdomain.com
```