Revert "Integrate MON and Grafana"
[osm/devops.git] / installers / charm / osm-mon / config.yaml
index 2b80711..cb2eb99 100644 (file)
@@ -72,6 +72,10 @@ options:
     description: MON will use Keystone backend
     type: boolean
     default: false
+  vm-infra-metrics:
+    description: Enables querying the VIMs asking for the status of the VMs
+    type: boolean
+    default: true
   certificates:
     type: string
     description: |
@@ -92,7 +96,7 @@ options:
 
       After enabling the debug-mode, execute the following command to get the information you need
       to start debugging:
-        `juju run-action get-debug-mode-information <unit name> --wait`
+        `juju run-action <unit name> get-debug-mode-information --wait`
 
       The previous command returns the command you need to execute, and the SSH password that was set.