This is ruby gem for monitoring kannle smsc status. This gem will check
- kannel status
- kannel sms queue
- smsc status
- smsc queue
Add this line to your application's Gemfile:
gem 'kannel_monitor'
And then execute:
$ bundle
Or install it yourself as:
$ gem install kannel_monitor
To run this
$ kannel_monitor 'path to kannel_monitor.yml'
Format of kannel_monitor.yml is given [here] (https://github.com/shaijunonu/kannel-monitor/blob/master/config/kannel_monitor.yml).
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request