# 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 ## 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