Closed dwagon closed 8 years ago
Currently the process of finding a key value for a list of hosts is:
hosts = get list of hosts for host in hosts: get details from host
This is incredibly slow.
Better options would be run this query and return the values for the specified keys.
Implemented
Currently the process of finding a key value for a list of hosts is:
This is incredibly slow.
Better options would be run this query and return the values for the specified keys.