Sha256: 789f10269b263b6265d47f46612d16d46755a50407fec22e2de8476b7341079f

Contents?: true

Size: 708 Bytes

Versions: 1

Compression:

Stored size: 708 Bytes

Contents

# ServState

Very simple tool to watch your LINUX server status.
[Demo page](http://162.243.90.233:8080/)

## Installation

    $ gem install ServState

## Usage

Defaults:
port is 8080
without password

Default: 

	$ servstate

Set port:

	$ servstate -port 8081

Set password:

	$ servstate -pass mypass

Show help:

	$ servstate -h

Also you can write code like this:
```ruby
  require 'ServState'
  
  ServState.run do
    port 8081
    password 'qwerty'
  end
```

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ServState-0.1.0 README.md