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

os::as400::connector::plugin --mode=message-queue: ignore acknowledge messages #5104

Open
joschi99 opened this issue Jul 11, 2024 · 3 comments

Comments

@joschi99
Copy link
Contributor

joschi99 commented Jul 11, 2024

When we are monitoring message queue from AS400, then all messages will be returned like this example:

CRITICAL: number of messages: 1 | '/QSYS.LIB/QSYSOPR.MSGQ#mq.messages.count'=1;;0:0;0;
message [id: ] [severity: 99] [date: Tue Jul  9 12:11:18 2024] [user: QSECOFR]: G

But this example has a message that was acknowledged and for them is not more relevant. The acknowledge information is the final "G".
The origimal message on the AS400 is this one here:
image
image

We need to exclude acknlowledged messages or to have a option to exclude them, because it does not make sense to have alarm for this kind of messages.

@lucie-dubrunfaut
Copy link
Contributor

Hello :)

Can you provide us the the plugin output with the --debugoption? Also if you can provide us the data test return from the API to help us troubleshooting this issue? Also if you have any english documentation about the acknwoledge messages (I read Italian very badly unfortunately).

@joschi99
Copy link
Contributor Author

joschi99 commented Aug 2, 2024

Hi @lucie-dubrunfaut,
I send the debug output to you by mail.
I do not have any english screenshot (this is not a documentation but a screenshot from the as400 GUI). But the screenshot shows the message and response (IT: risposta), where the resonse is "G"

If you need some help or other informations please let me know.

@lucie-dubrunfaut
Copy link
Contributor

Hello :)

I've received the debug and I'm going to see what the dev team has to say about it during the refinement session.

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

No branches or pull requests

2 participants