Add template: endoflife.ai EOL by HTTP (software end-of-life + risk m… - #806
Open
endoflife-ai wants to merge 1 commit into
Open
Add template: endoflife.ai EOL by HTTP (software end-of-life + risk m…#806endoflife-ai wants to merge 1 commit into
endoflife-ai wants to merge 1 commit into
Conversation
…onitoring)
Agentless HTTP-agent template using the free endoflife.ai API (480+
products). Discovery rule creates per-component items: EOL Risk Score
(0-100), lifecycle status, days until EOL, EOL date, latest release, risk
band. Triggers: High on end-of-life, Warning within 180 days, Average on
risk score >= {$EOL.SCORE.CRIT}, Warning on 6h of no data. Zabbix 6.0 LTS
export format. MIT licensed.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What the template does
Monitors end-of-life status for the software stack a host runs, using the free endoflife.ai API (https://endoflife.ai/api — 480+ products: operating systems, databases, runtimes, frameworks; data verified daily against vendor lifecycle pages).
Agentless: one HTTP-agent call to POST /v1/batch per hour from the server/proxy. A discovery rule then creates per-component items — EOL Risk Score (0–100), lifecycle status, days until EOL (negative once past), EOL date, latest release, and risk band.
Triggers
High — component is end-of-life
Warning — end-of-life within 180 days (suppressed while the EOL trigger is active)
Average — EOL Risk Score at or above {$EOL.SCORE.CRIT} (default 76)
Warning — no data from the API for 6 hours
Setup
Link the template and set {$EOL.STACK.BODY} to the host's stack, e.g. {"products":[{"slug":"windows-server","version":"2016"},{"slug":"postgresql","version":"12"}]}. Slugs: https://api.endoflife.ai/v1/products. Optional {$EOL.API.KEY} (anonymous use allows 100 requests/day per IP — the hourly poll uses 24; a free key raises it to 500).
Tested on
Zabbix 6.0 LTS export format (imports on 6.0+). MIT licensed.