Feature 10965 Airflow monitoring pipeline for VIM status
[osm/NG-SA.git] / src / osm_mon / vim_connectors / base_vim.py
index 9ec2cde..5eb146b 100644 (file)
@@ -24,3 +24,6 @@ class VIMConnector:
     # def collect_servers_status(self) -> List[Metric]:
     def collect_servers_status(self) -> List:
         pass
+
+    def is_vim_ok(self) -> bool:
+        pass