diff options
Diffstat (limited to 'app/utils/inventory_mgr.py')
-rw-r--r-- | app/utils/inventory_mgr.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/utils/inventory_mgr.py b/app/utils/inventory_mgr.py index 77c1165..722d0aa 100644 --- a/app/utils/inventory_mgr.py +++ b/app/utils/inventory_mgr.py @@ -81,6 +81,7 @@ class InventoryMgr(MongoAccess, metaclass=Singleton): self.set_collection("messages") self.set_collection("environments_config") self.set_collection("supported_environments") + self.set_collection("connection_tests") self.set_collection("constants", use_default_name=True) self.set_collection("monitoring_config_templates", |