we don't use these monitoring services
This commit is contained in:
parent
18ebd8695e
commit
85f7b4d854
1 changed files with 2 additions and 8 deletions
|
@ -61,14 +61,8 @@ QUANTUM_PORT = '9696'
|
||||||
QUANTUM_TENANT = '1234'
|
QUANTUM_TENANT = '1234'
|
||||||
QUANTUM_CLIENT_VERSION='0.1'
|
QUANTUM_CLIENT_VERSION='0.1'
|
||||||
|
|
||||||
# If you have external monitoring links
|
# We use nixon to embed instead of external monitoring links
|
||||||
EXTERNAL_MONITORING = [
|
EXTERNAL_MONITORING = []
|
||||||
['Nagios','http://foo.com'],
|
|
||||||
['Ganglia','http://bar.com'],
|
|
||||||
]
|
|
||||||
|
|
||||||
# If you do not have external monitoring links
|
|
||||||
# EXTERNAL_MONITORING = []
|
|
||||||
|
|
||||||
# Uncomment the following segment to silence most logging
|
# Uncomment the following segment to silence most logging
|
||||||
# django.db and boto DEBUG logging is extremely verbose.
|
# django.db and boto DEBUG logging is extremely verbose.
|
||||||
|
|
Loading…
Reference in a new issue