Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3743983
D2617.id6603.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
511 B
Referenced Files
None
Subscribers
None
D2617.id6603.diff
View Options
diff --git a/_modules/paas_docker.py b/_modules/paas_docker.py
--- a/_modules/paas_docker.py
+++ b/_modules/paas_docker.py
@@ -101,7 +101,7 @@
check_type: {
instance: _get_health_check_url(check_type, container, url)
for service, url in monitoring[check_type].items()
- for instance, container in containers[service].items()
+ for instance, container in containers.get(service, {}).items()
}
for check_type in monitoring.keys()
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 16, 02:14 (21 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2246187
Default Alt Text
D2617.id6603.diff (511 B)
Attached To
Mode
D2617: Avoid monitoring provisoning issue when a service doesn't exist
Attached
Detach File
Event Timeline
Log In to Comment