upssched: Introduce passing of NOTIFYMSG to a CMDSCRIPT#3110
Merged
jimklimov merged 16 commits intonetworkupstools:masterfrom Oct 8, 2025
Merged
upssched: Introduce passing of NOTIFYMSG to a CMDSCRIPT#3110jimklimov merged 16 commits intonetworkupstools:masterfrom
upssched: Introduce passing of NOTIFYMSG to a CMDSCRIPT#3110jimklimov merged 16 commits intonetworkupstools:masterfrom
Conversation
…s#3105] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…ools#3097] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…hods, for less confusing dev-testing logs [networkupstools#3105] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
Member
Author
|
@markuswells : you are welcome to test this PR branch, see https://github.com/networkupstools/nut/wiki/Building-NUT-for-in%E2%80%90place-upgrades-or-non%E2%80%90disruptive-tests about custom-building NUT for this. |
|
✅ Build nut 2.8.4.3565-master completed (commit a1763c975f by @jimklimov) |
…ways issued at latest when shutdown handling just starts (or earlier) [networkupstools#3003, networkupstools#3110] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…execution is not async in upssched Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…own activity on the upsmon primary system [networkupstools#3003] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
|
❌ Build nut 2.8.4.3576-master failed (commit bf7f87d453 by @jimklimov) |
|
✅ Build nut 2.8.4.3577-master completed (commit fb5c8a0720 by @jimklimov) |
…AND UPSMON ROLES section Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…on, refer to TIMED SHUTDOWNS section Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…IT scripts as a source of inspiration Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…LOW section [networkupstools#3003, networkupstools#3110] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…rkupstools#3084] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…efinitions [networkupstools#3084] Also helps NIT generate an upsmon.conf to report those events in tests. Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
…workupstools#3105] Signed-off-by: Jim Klimov <jimklimov+nut@gmail.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.
Closes: #3105
Follows up from: #3097
Allow the ultimately executed command scripts to see the layman-text message and perhaps forward it to mail/SMS/etc.
For conformity with
UPSNAMEandNOTIFYTYPE, this is also passed via envvars (but is optional).In
make check-NIT-sandbox-develthe test loop now reports e.g.:Also follows up with earlier changes to
upssched/upsmoninteraction - some fixes, many docs.