chef-web-docs icon indicating copy to clipboard operation
chef-web-docs copied to clipboard

Document an easy way to get current number of consumed nodes.

Open vinyar opened this issue 9 years ago • 0 comments

The functionality is out there, but it doesnt seem to be documented. Not sure on the place place, perhaps start with here: https://docs.chef.io/chef_license.html and https://docs.chef.io/api_chef_server.html

knife raw license -s https://localhost/ -c /etc/opscode/pivotal.rb
# knife raw license -s https://localhost/ -c /etc/opscode/pivotal.rb
{
  "limit_exceeded": true,
  "node_license": 25,
  "node_count": 28124,
  "upgrade_url": "http://www.getchef.com/contact/on-premises-simple"
}

vinyar avatar Oct 25 '16 08:10 vinyar