Sha256: 51ec5f3c6a6e17368a802d3e581bbe437bbd091c259f219f572aae727c7f8509

Contents?: true

Size: 1018 Bytes

Versions: 1

Compression:

Stored size: 1018 Bytes

Contents

# url-status

`url-status` is a gem to check the http status of a list of urls. 

![check a list of urls](./url-status.png)

The urls can be provided as command line options, or they can come from a config file.

    # list of urls to check simply given as command line options
    # if no protocol is given, http is assumed
    url-status google.com https://facebook.com

    # pull the urls from the config file instead
    url-status --config ./site-list.yaml

The YAML file should be a simple array of the urls to check:

    ---
    - ssrs.reednj.com
    - paint.reednj.com
    - popacular.com/home
    - gigatweeter.com

If any of the urls fail, then the gem will return a status code of 1, allowing other action to be taken.

## Installation

    $ gem install url-status

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/url_status.

## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
url-status-1.0.6 README.md