Describe the bug
Filtering on host.notes_url.notes_url won't yield any hosts that have no notes url configured.
The reason is that this relation is joined via INNER JOIN instead of LEFT JOIN.
Services are also affected.
Your Environment
Include as many relevant details about the environment you experienced the problem in.
- Icinga DB Web version (System - About): main
Describe the bug
Filtering on
host.notes_url.notes_urlwon't yield any hosts that have no notes url configured.The reason is that this relation is joined via
INNER JOINinstead ofLEFT JOIN.Services are also affected.
Your Environment
Include as many relevant details about the environment you experienced the problem in.