README.rdoc in xinuc-sermont-0.3.0 vs README.rdoc in xinuc-sermont-0.3.1

- old
+ new

@@ -41,9 +41,25 @@ install xinuc-sermont from github.com sudo gem install xinuc-sermont --source=http://gems.github.com +Run + + sermont --setup + +it will copy .sermont.yml to your home directory. Edit this file according to +your servers. + + --- + - servername: Your server name + ip: 127.0.0.1 + services: + ftp: 21 + http: 80 + +Now, you can run <code>sermont</code> to monitor your servers. + == Add Your Own Handler If you have any services that can't be checked by simply open the port, you can add you own service handler. As an example, if you want to check 'weird' service by your own method, you can create a file name "weird.rb" under YOUR_HOME_DIR/.sermont/