|
||
---|---|---|
config | ||
vendor | ||
Gopkg.lock | ||
Gopkg.toml | ||
LICENSE | ||
README.md | ||
main.go | ||
servers.go | ||
servers_list.go | ||
servers_status.go | ||
snapshots.go | ||
snapshots_age.go | ||
snapshots_count.go | ||
storages.go | ||
storages_list.go |
README.md
gridscale-check
A variety of commands to check various aspects of your IaaS-assetts at gridscale. This check makes use of libretto. However, since the gridscale-support has not been merged yet, it imports libretto from here:
https://g.hazardous.org/fkr/libretto
The check-command looks in config/check.toml
for a config file containing (for now) just the
gridscale user and token. These can also be set via the environment:
GRIDSCALE_USER='userid'
GRIDSCALE_TOKEN='token'
commands
snapshots
$ gridscale-check snapshots count -w 2 -c 1 -u <uuid-of-storage>
$ gridscale-check snapshots age -w 1 -c 2 -u <uuid-of-storage>
servers
$ gridscale-check servers state -s active -u <uuid-of-server>
helper commands
There are some helper commands, such as listing servers and storages:
$ gridscale-check servers list
$ gridscale-check storages list