Personal tools
Skip to content. | Skip to navigation
Chef knife plugins to help backup and restore chef servers.
Our Subscription Manager utilises X509 certificates to define the product(s) a system is built upon/subscribed to. This is the product for BastionLinux/Chef
Manipulate Chef attributes via Knife.
Jenkins chef-tracking
Jenkins chef-identity
Allows reporting of Chef run metrics from Zenoss event console. You'll need the chef_handler recipe and something like the following in a recipe of your own: chef_handler 'Chef::Handler::ZenossHandler' do action :enable arguments [node[:zenoss][:server_url], node[:zenoss][:server_username], node[:zenoss][:server_password] ] source ::File.join(::Gem.all_load_paths.grep(/chef-handler-zenoss/).first, 'chef', 'handler', 'zenoss') end