Sha256: 591db533768e7c95b1b53ce053c77025817b01063b92bf0d234569b6cc2c3514
Contents?: true
Size: 1.32 KB
Versions: 1
Compression:
Stored size: 1.32 KB
Contents
# StatusPageVi Nice command-line tool named ‘status_page_vi’ that pulls status information from different services, displays the results and saves it into a data store. ## Installation - Install Nokogiri dependencies, [instructions](http://www.nokogiri.org/tutorials/installing_nokogiri.html) - Install it from your terminal: ``` $ gem install 'status_page_vi' ``` ## Usage ``` Commands: status_page_vi backup PATH RESOURCE_NAME # takes a path variable, and creates a backup of historic and currently saved data, ALL resources by default status_page_vi help [COMMAND] # Describe available commands or one specific command status_page_vi history RESOURCE_NAME # display all the data which was gathered by the tool, ALL resources by default status_page_vi live RESOURCE_NAME # constantly queries URL and outputs the status periodically on the console and save it to the data store, ALL resources by default status_page_vi pull RESOURCE_NAME # make the application pull data from RESOURCE and save into the data store, ALL resources by default status_page_vi resources # outputs avaliable resources with urls status_page_vi restore PATH_TO_BACKUP # takes a path variable which is a backup created by the application and restores that data ``` ## Testing ``` $ rspec ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
status_page_vi-0.3.1 | README.md |