Skip to main content
Question

Macro entry with dollar sign issue (from 25.10.12)

  • May 27, 2026
  • 1 reply
  • 9 views

Forum|alt.badge.img+2

Hi,

Due to the end of support of the release 24.04, I have recently upgraded my Centreon plateform to release 25.10 (I have two separate deployments).

But I found an issue on one of my deployments.

I’m using regex patterns within my “Custom Macro entries”, and I realized that the “$” sign is not passed anymore to the check command.

For example, custom entry configured “xe-0/0/1$” becomes “xe-0/0/1” when it is passed to the check command.

I have also realized that this issue appears with the release “25.10.12” and not present in “25.10.11”.

Any idea ? I didn’t find the release note of “25.10.12” that could explain a change of behavior how custom macro entries are now handled.

Thanks

David

1 reply

Forum|alt.badge.img+13
  • Builder **
  • May 27, 2026

Are your string in ‘ (quote) or in “ (double quote) ?

If in double quote I think you need to escape $ with \ (or even probably \\)

I don’t need it with ‘