Skip to content

Commit 9ff701a

Browse files
committed
v2.9.0
1 parent 3bd2e90 commit 9ff701a

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

doc/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ The following executables, presented with the _nicknames_ used below, are part o
1111
- o2-infologger-admindb or _infoLoggerAdminDB_: to maintain the logging database, i.e. create, archive, clean or destroy the database content.
1212
- o2-infologger-newdb : helper script for the initial set-up of the logging database, in particular for the definition of access credentials.
1313
- o2-infologger-tester : a tool to check the logging chain, from injection to DB storage and online subscription.
14+
- o2-infologger-alert
1415

1516
The following libraries are also provided, to inject logs into the system:
1617

@@ -314,3 +315,13 @@ achieved on CentOS 7 with e.g. (as root):
314315
- in the infoLoggerD configuration section, set: `msgQueueReset=1` (this is permanent, done on each startup of infoLoggerD, which might not be what you want)
315316
- when starting infoLoggerD process from the command line (not with the systemctl service), add option: `-o msgQueueReset=1`
316317
- create a file named [msgQueuePath].reset (by default, msgQueuePath=/tmp/infoLoggerD/infoLoggerD.queue), e.g. `touch /tmp/infoLoggerD/infoLoggerD.queue.reset`. This will reset the queue on next startup (by hand or with e.g. service infoLoggerD restart), and the reset file will also be deleted (which ensures cleanup is done once only).
318+
319+
320+
* o2-infologger-alert
321+
322+
This is a daemon connecting to the stream of online messages and generating alerts (themselves log message + telegraf metric) based on the definition of some logic rules to detect known bad situations possibly requiring intervention. This is intended to raise the awareness of the shift crew to some online operational issues, and trigger a response.
323+
324+
* o2-infologger-server statistics
325+
326+
Messages are indexed by the server, and published as a TCL list on a socket (eg port 6103), to allow categorizing messages and presenting a high-level view of current logging activity.
327+
See the configuration parameters to define window size, publish interval, and amount of history kept.

doc/releaseNotes.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ This file describes the main feature changes for each InfoLogger released versio
175175
# v2.8.3 - 11/06/2025
176176
- Compilation / security fix. (string handling)
177177

178-
# next
179-
- o2-infologger-server: improved handling of SQL insert errors, messages dropped after retry.
178+
# v2.9.0 - 11/11/2025
179+
- o2-infologger-server:
180+
- improved handling of SQL insert errors, messages dropped after retry.
181+
- added indexing of messages to publish stats
180182
- o2-infologger-alert service.

0 commit comments

Comments
 (0)