cookbook 'circonus-checks', '= 0.1.0'
circonus-checks (2) Versions 0.1.0 Follow0
Common providers for Circonus checks
cookbook 'circonus-checks', '= 0.1.0', :supermarket
knife supermarket install circonus-checks
knife supermarket download circonus-checks
circonus-checks-cookbook
Providers for common Circonus checks
Usage
sidekiq_queue
include_recipe 'circonus-checks' circonus_sidekiq_queue 'queue_name' do redis_db 2 namespace 'app' target node.ipaddress end
sidekiq_failed
The name
attribute of this check is arbitrary. It is
used to ensure that, if multiple sidekiq installations
are using the same redis host (perhaps with a different
db or namespace), Chef differentiates the providers.
include_recipe 'circonus-checks' circonus_sidekiq_failed node.name do redis_db 2 namespace 'app' target node.ipaddress end
sidekiq_scheduled
The name
attribute of this check is arbitrary. It is
used to ensure that, if multiple sidekiq installations
are using the same redis host (perhaps with a different
db or namespace), Chef differentiates the providers.
include_recipe 'circonus-checks' circonus_sidekiq_scheduled 'my-app' do redis_db 2 namespace 'app' target node.ipaddress end
License and Authors
Author:: Wanelo, Inc. (dev@wanelo.com)
Dependent cookbooks
circonus >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
0.1.0
Initial release of circonus-checks
Foodcritic Metric
0.1.0 passed this metric
0.1.0 passed this metric