Skip to content

feat: add vm source#26

Open
c2ndev wants to merge 4 commits intomainfrom
feat/source-vm
Open

feat: add vm source#26
c2ndev wants to merge 4 commits intomainfrom
feat/source-vm

Conversation

@c2ndev
Copy link

@c2ndev c2ndev commented Jan 6, 2025

This PR aims to introduce a new webhook source vm.
This new events are generated from another agent running on a specific Virtual Machine which should monitor system and the processes running on it:

  • It sends periodic Metrics about system and (specific) processes.
  • It sends periodic (or on demand) Agent status info (itself).
  • It sends messages about critical info on watched processes.
  • It forwards messages generated by specific processes.

Project Repo here

@c2ndev c2ndev requested review from JGiola and davidebianchi and removed request for davidebianchi January 15, 2025 14:31
@frengooo
Copy link
Contributor

frengooo commented May 8, 2025

@fredmaggiowski
Copy link
Contributor

Since the PR was heavily outdated I aligned it with main, please make sure the merge went fine and the PR is actually done and ready to be merged.

When you confirm we can merge it.

@fredmaggiowski fredmaggiowski changed the title Feat: add vm source feat: add vm source Jul 15, 2025

const (
SentinelMetrics = "sentinel:metrics"
ProcessSignal = "process:signal" // TO BE IMPLEMENTED
Copy link
Contributor

@fredmaggiowski fredmaggiowski Jul 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When is this going to be implemented?

GCPInventoryPubSub = "gcp-inventory-pubsub"
AzureActivityLogEventHub = "azure-activity-log-event-hub"
AWSCloudTrailSQS = "aws-cloudtrail-sqs"
VM = "vm"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isn't the "vm" name too vague? Can it be changed to something more specific and clear to the final user?

@fredmaggiowski
Copy link
Contributor

fredmaggiowski commented Jul 16, 2025

I noticed CI is failing because the branch is using stuff that has been moved around on main while the branch was stale.

I didn't follow the changes that are causing the issues here but let me know if you need help figuring out what has happened and what changes are supposed to be made here to restore CI :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants