Created
October 26, 2017 12:25
-
-
Save vmanyushin/cc37c84e7ae05a23a55f09e13fa7cef3 to your computer and use it in GitHub Desktop.
enable automatic host inventory for all hosts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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