Integrate MON and Prometheus
[osm/devops.git] / installers / charm / osm-mon / config.yaml
index 0163151..e9fda19 100644 (file)
@@ -59,15 +59,15 @@ options:
   grafana-url:
     description: Grafana URL
     type: string
-    default: http://grafana:3000
   grafana-user:
     description: Grafana user
     type: string
-    default: admin
   grafana-password:
     description: Grafana password
     type: string
-    default: admin
+  prometheus-url:
+    description: Prometheus URL
+    type: string
   keystone-enabled:
     description: MON will use Keystone backend
     type: boolean
@@ -96,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.