https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L948 this can do it nicely. Signed-off-by: Anton Arapov <anton@deadbeef.mx>
13 lines
244 B
Ruby
13 lines
244 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'sensu'
|
|
|
|
# integration
|
|
gem 'sensu-plugins-influxdb'
|
|
|
|
# checks
|
|
gem 'sensu-plugins-http'
|
|
gem 'sensu-plugins-disk-checks'
|
|
gem 'sensu-plugins-logs'
|
|
gem 'sensu-plugins-systemd'
|
|
# gem 'sensu-plugins-process-checks'
|