-
Notifications
You must be signed in to change notification settings - Fork 4
Add ManageEngine EndpointCentral plugin v1 for monitoring patches #75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
PieOPah75
wants to merge
1
commit into
squaredup:main
Choose a base branch
from
PieOPah75:add-ManageEngine-plugin
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
64 changes: 64 additions & 0 deletions
64
ManageEngine-EndpointCentral/dataStreams/endpointCentralAllPatches.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,64 @@ | ||
| { | ||
| "name": "endpointCentralAllPatches", | ||
| "displayName": "Endpoint Central - All Patches", | ||
| "description": "Lists all the systems and their patch status.", | ||
| "baseDataSourceName": "httpRequestUnscoped", | ||
| "config": { | ||
| "httpMethod": "get", | ||
| "errorHandling": { | ||
| "type": "default" | ||
| }, | ||
| "paging": { | ||
| "mode": "none" | ||
| }, | ||
| "expandInnerObjects": true, | ||
| "endpointPath": "/api/1.4/patch/allpatches", | ||
| "pathToData": "message_response.allpatches", | ||
| "getArgs": [], | ||
| "headers": [] | ||
| }, | ||
| "metadata": [ | ||
| { | ||
| "name": "platform_name", | ||
| "displayName": "OS" | ||
| }, | ||
| { | ||
| "name": "s.name", | ||
| "displayName": "Criticality" | ||
| }, | ||
| { | ||
| "shape": [ | ||
| "date", | ||
| { | ||
| "timeZone": "Etc/UTC" | ||
| } | ||
| ], | ||
| "name": "patch_released_time" | ||
| }, | ||
| { | ||
| "pattern": ".*" | ||
| } | ||
| ], | ||
| "providesPluginDiagnostics": true, | ||
| "timeframes": false, | ||
| "tags": [], | ||
| "defaultShaping": { | ||
| "filter": { | ||
| "multiOperation": "and", | ||
| "filters": [] | ||
| }, | ||
| "group": { | ||
| "by": [], | ||
| "aggregate": [] | ||
| }, | ||
| "sort": { | ||
| "top": 10, | ||
| "by": [ | ||
| [ | ||
| "missing", | ||
| "desc" | ||
| ] | ||
| ] | ||
| } | ||
| } | ||
| } | ||
23 changes: 23 additions & 0 deletions
23
ManageEngine-EndpointCentral/dataStreams/endpointCentralAllSystems.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| { | ||
| "name": "endpointCentralAllSystems", | ||
| "displayName": "Endpoint Central - All Systems", | ||
| "description": "Lists all the systems and their patch status.", | ||
| "baseDataSourceName": "httpRequestUnscoped", | ||
| "config": { | ||
| "httpMethod": "get", | ||
| "errorHandling": { | ||
| "type": "default" | ||
| }, | ||
| "paging": { | ||
| "mode": "none" | ||
| }, | ||
| "expandInnerObjects": true, | ||
| "endpointPath": "/api/1.4/patch/allsystems", | ||
| "pathToData": "message_response.allsystems", | ||
| "getArgs": [], | ||
| "headers": [] | ||
| }, | ||
| "providesPluginDiagnostics": true, | ||
| "timeframes": false, | ||
| "tags": [] | ||
| } |
23 changes: 23 additions & 0 deletions
23
ManageEngine-EndpointCentral/dataStreams/endpointCentralPatchSummary.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| { | ||
| "name": "endpointCentralPatchSummary", | ||
| "displayName": "Endpoint Central - Patch Summary", | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I would remove 'Endpoint Central - ' from all the data stream names - we don't need to repeat the plugin name for each one. |
||
| "description": "Provides summaries for patch module like health status summary, scan summary etc.", | ||
| "baseDataSourceName": "httpRequestUnscoped", | ||
| "config": { | ||
| "httpMethod": "get", | ||
| "errorHandling": { | ||
| "type": "default" | ||
| }, | ||
| "paging": { | ||
| "mode": "none" | ||
| }, | ||
| "expandInnerObjects": true, | ||
| "endpointPath": "/api/1.4/patch/summary", | ||
| "pathToData": "message_response.summary", | ||
| "getArgs": [], | ||
| "headers": [] | ||
| }, | ||
| "providesPluginDiagnostics": true, | ||
| "timeframes": false, | ||
| "tags": [] | ||
| } | ||
14 changes: 14 additions & 0 deletions
14
ManageEngine-EndpointCentral/dataStreams/httprequestunscoped.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| { | ||
| "name": "httprequestunscoped", | ||
| "displayName": "Queries per tenant (Segment)", | ||
|
coderabbitai[bot] marked this conversation as resolved.
|
||
| "baseDataSourceName": "httpRequestUnscoped", | ||
| "config": { | ||
| "httpMethod": "get", | ||
| "endpointPath": "", | ||
| "pathToData": "", | ||
| "expandInnerObjects": false, | ||
| "headers": [], | ||
| "getArgs": [] | ||
| }, | ||
| "timeframes": true | ||
| } | ||
16 changes: 16 additions & 0 deletions
16
ManageEngine-EndpointCentral/defaultContent/Endpoint Central/manifest.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| { | ||
| "items": [ | ||
| { | ||
| "name": "patchStatus", | ||
| "type": "dashboard" | ||
| }, | ||
| { | ||
| "name": "patchVulnerabilty", | ||
| "type": "dashboard" | ||
| }, | ||
| { | ||
| "name": "rebootRequired", | ||
| "type": "dashboard" | ||
| } | ||
| ] | ||
| } |
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Incorrect
description(copied from All Systems).This stream lists patches (
/api/1.4/patch/allpatches), but the description says it lists systems.✏️ Suggested fix
📝 Committable suggestion
🤖 Prompt for AI Agents