Skip to content

Initial checkin #1

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
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Initial checkin #1

wants to merge 4 commits into from

Conversation

klazarsk
Copy link

@klazarsk klazarsk commented Jun 5, 2025

.
├── agents
│   ├── alert_smtp_debug.sh__________Debug wrapper to aid user in customizing smtp alert agent
│   ├── alert_smtp.sh__________________original smtp agent extended with scoping/filtering capability via options= or direct edit
│   ├── alert_syslog_debug.sh_________Debug wrapper script to aid user in customizing syslog alert agent
│   ├── alert_syslog.sh_________________new syslog agent with scoping/filtering and user-definable
│   └── README.md___________________ Initial ocumentation for the above items
├── ansible__________________________These are placeholders for deployment, and will be updated week ending June 20
│   ├── debug_alert_smtp.yml
│   ├── debug_alert_syslog.yml
│   ├── deploy_alert_smtp.yml
│   └── deploy_alert_syslog.yml
└── README.md

@wenningerk
Copy link
Collaborator

Sry for coming back so late and for making you extra effort.
Wanted to start this off with the exact examples from the pacemaker repo.
For reference and to better cope with licensing (still some things missing there) I wanted to have that as well with the history. Turned out not to be trivial (at least for me not having done that before) and then I took it personally ;-)

@wenningerk
Copy link
Collaborator

And I'm not so sure if I like the .._debug.sh approach. This doesn't change much if the alert-agents aren't packaged anyway and just copied to their target. But once we are going for a package we'd probably rather like a clean filesystem that has just files coming from an rpm. Also an sosreport won't cover this kind of changes to the filesystem.
What would speak against something along the lines of how this is done in resource-agents (trace_ra)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants