Skip to content

Instantly share code, notes, and snippets.

@vmanyushin
Created October 26, 2017 12:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vmanyushin/cc37c84e7ae05a23a55f09e13fa7cef3 to your computer and use it in GitHub Desktop.
Save vmanyushin/cc37c84e7ae05a23a55f09e13fa7cef3 to your computer and use it in GitHub Desktop.
enable automatic host inventory for all hosts
insert into host_inventory (hostid, inventory_mode) SELECT hostid, 1 FROM hosts;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment