A munin plugin for Linux to monitor sidekiq (Ruby job worker) stats
Copy _sidekiq_stats
to munin plugins directory. (i.e. /usr/share/munin/plugins)
And create symbolic link with application name prefix.
ln -s /usr/share/munin/plugins/_sidekiq_stats /etc/munin/plugins/example-app_sidekiq_stats
ln -s /usr/share/munin/plugins/_sidekiq_queue_stats /etc/munin/plugins/example-app_sidekiq_queue_stats
Create munin configration.
[example-app_sidekiq_stats]
user app_user
env.APP_NAME example-app
env.RAILS_ROOT /var/www/example-app/current
Restart munin-node.
sudo /etc/init.d/munin-node restart
- Fork it ( http://github.com/t-cyrill/munin-sidekiq_stats/fork )
- 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