| ... | ... |
@@ -61,14 +61,8 @@ QUANTUM_PORT = '9696' |
| 61 | 61 |
QUANTUM_TENANT = '1234' |
| 62 | 62 |
QUANTUM_CLIENT_VERSION='0.1' |
| 63 | 63 |
|
| 64 |
-# If you have external monitoring links |
|
| 65 |
-EXTERNAL_MONITORING = [ |
|
| 66 |
- ['Nagios','http://foo.com'], |
|
| 67 |
- ['Ganglia','http://bar.com'], |
|
| 68 |
-] |
|
| 69 |
- |
|
| 70 |
-# If you do not have external monitoring links |
|
| 71 |
-# EXTERNAL_MONITORING = [] |
|
| 64 |
+# We use nixon to embed instead of external monitoring links |
|
| 65 |
+EXTERNAL_MONITORING = [] |
|
| 72 | 66 |
|
| 73 | 67 |
# Uncomment the following segment to silence most logging |
| 74 | 68 |
# django.db and boto DEBUG logging is extremely verbose. |