Skip to content

Commit

Permalink
NEWS.adoc, UPGRADING.adoc: report that upslog is now also a service [#…
Browse files Browse the repository at this point in the history
…1803]

Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov committed Jan 5, 2025
1 parent ac94a39 commit 528f835
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions NEWS.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,11 @@ https://github.com/networkupstools/nut/milestone/11
as "OTHER" notification type (whenever the set of such tokens appears
or changes) or "NOTOTHER" when they disappear. [#415]
- upslog:
* Added support for limiting the loop count. Using in NIT (NUT Integration
Test) suite for double profit (checking the tool and fallback in NIT).
* Added systemd and SMF service integration. [#1803]
- More systemd integration:
* Introduced a `nut-sleep.service` unit which stops `nut.target` when a
system sleep was requested, and starts it when the sleep is finished.
Expand Down
4 changes: 4 additions & 0 deletions UPGRADING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ Changes from 2.8.2 to 2.8.3
For fallback with older systemd, a `nut-sleep.service` is provided now.
[#1070, #2596, #2597]
- Added systemd and SMF service integration for `upslog` as a `nut-logger`
service (disabled by default, needs a `upslog.conf` file to deliver the
`UPSLOG_ARGS=...` setting for actual monitoring and logging). [#1803]
- Handling of per-UPS `ALARM` state was introduced to `upsmon`, allowing it
to optionally treat it as a factor in deciding that the device is in a
"critical" state (polled more often, assumed dead if communications are
Expand Down

0 comments on commit 528f835

Please sign in to comment.