integrations: Remove Nagios fixture used for example screenshot.

Nagios is not a webhook integration, and the fixture is only used to
generate the example screenshot for the doc.

Support for generating the Nagios example screenshot will be added in a
later commit, in a different format and system. Removing this fixture
allows removing the current system logic, without raising errors.
This commit is contained in:
Niloth P
2025-05-27 08:33:42 +05:30
committed by Tim Abbott
parent 88e92d050c
commit 0b69548ded
2 changed files with 0 additions and 5 deletions

View File

@@ -771,7 +771,6 @@ DOC_SCREENSHOT_CONFIG: dict[str, list[BaseScreenshotConfig]] = {
"lidarr": [ScreenshotConfig("lidarr_album_grabbed.json")],
"linear": [ScreenshotConfig("issue_create_complex.json")],
"mention": [ScreenshotConfig("webfeeds.json")],
"nagios": [BaseScreenshotConfig("service_notify.json")],
"netlify": [ScreenshotConfig("deploy_building.json")],
"newrelic": [ScreenshotConfig("incident_activated_new_default_payload.json")],
"opencollective": [ScreenshotConfig("one_time_donation.json")],