Skip to content

Displays some basic Sidekiq metrics in Netdata

License

Notifications You must be signed in to change notification settings

cdzombak/netdata-sidekiq-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sidekiq.chart.sh

Displays some basic Sidekiq metrics in Netdata.

Requirements

  • Netdata must be installed already

Installation

Debian/derivatives via apt repository

Install my Debian repository, if you haven't already:

sudo apt-get install ca-certificates curl gnupg
sudo install -m 0755 -d /etc/apt/keyrings
curl -fsSL https://dist.cdzombak.net/deb.key | sudo gpg --dearmor -o /etc/apt/keyrings/dist-cdzombak-net.gpg
sudo chmod 0644 /etc/apt/keyrings/dist-cdzombak-net.gpg
echo -e "deb [signed-by=/etc/apt/keyrings/dist-cdzombak-net.gpg] https://dist.cdzombak.net/deb/oss any oss\n" | sudo tee -a /etc/apt/sources.list.d/dist-cdzombak-net.list > /dev/null
sudo apt-get update

Then install netdata-sidekiq-chart via apt-get:

sudo apt-get install netdata-sidekiq-chart

Manual

  1. apt-get install netdata-plugin-chartsd redis-tools
  2. Download the latest release and copy sidekiq.chart.sh to /usr/libexec/netdata/charts.d
  3. chown root:netdata /usr/libexec/netdata/charts.d/sidekiq.chart.sh
  4. chmod +x /usr/libexec/netdata/charts.d/sidekiq.chart.sh

License

netdata-sidekiq-chart is licensed under the LGPL-3.0 License. See the LICENSE file for details.

Author

Chris Dzombak

Originally based on sidekiq.chart.sh by codl@codl.fr.