Skip to content
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

NAS-133592 / Parse systemd unit start/stop messages #4

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

anodos325
Copy link
Contributor

This messages were falling into our GENERIC event filter. It's better to put them into dedicated event type.

sample event / event_data field:

"event": "SERVICE",
"event_data": {
  "service_action": "SERVICE_START",
  "subj": "unconfined",
  "unit": "smbd",
  "comm": "systemd",
  "exe": "/usr/lib/systemd/systemd"
}

This messages were falling into our GENERIC event filter.
It's better to put them into dedicated event type.

sample event / event_data field:
```
"event": "SERVICE",
"event_data": {
  "service_action": "SERVICE_START",
  "subj": "unconfined",
  "unit": "smbd",
  "comm": "systemd",
  "exe": "/usr/lib/systemd/systemd"
}
```
@anodos325 anodos325 changed the title Parse systemd unit start/stop messages NAS-133592 / Parse systemd unit start/stop messages Jan 15, 2025
@anodos325 anodos325 merged commit 4f2e233 into master Jan 16, 2025
@bugclerk
Copy link
Contributor

JIRA ticket https://ixsystems.atlassian.net/browse/NAS-133592 is targeted to the following versions which have not received their corresponding PRs: 25.04

@bugclerk
Copy link
Contributor

This PR has been merged and conversations have been locked.
If you would like to discuss more about this issue please use our forums or raise a Jira ticket.

@truenas truenas locked as resolved and limited conversation to collaborators Jan 16, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants