Sha256: 719f3b84444d4937595ae8dc60be98842221d264f372979a4e0860bf30075d74

Contents?: true

Size: 918 Bytes

Versions: 2

Compression:

Stored size: 918 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 --user-install 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

2 entries across 2 versions & 1 rubygems

Version Path
url-status-1.1.0 README.md
url-status-1.0.7 README.md