# 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