We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, seems that AKNOWLEDGEMENT related macros are not working in notification commands.
Here when I try to use for ex the $SERVICEACKAUTHOR$ and $SERVICEACKCOMMENT$ :
$SERVICEACKAUTHOR$
$SERVICEACKCOMMENT$
command line: $CENTREONPLUGINS$/test.sh "$NOTIFICATIONTYPE$" "$SERVICEACKAUTHOR$" "$SERVICEACKCOMMENT$"
$CENTREONPLUGINS$/test.sh "$NOTIFICATIONTYPE$" "$SERVICEACKAUTHOR$" "$SERVICEACKCOMMENT$"
centengine.log: [2022-12-07T17:06:33.815+01:00] [commands] [debug] [1910013] Running command '/usr/lib/centreon/plugins//test.sh "ACKNOWLEDGEMENT" "" ""'...
[2022-12-07T17:06:33.815+01:00] [commands] [debug] [1910013] Running command '/usr/lib/centreon/plugins//test.sh "ACKNOWLEDGEMENT" "" ""'...
If I use other random macros there is no problem:
command line: $CENTREONPLUGINS$/test.sh "$NOTIFICATIONTYPE$" "$HOSTSTATE$" "$DATE$"
$CENTREONPLUGINS$/test.sh "$NOTIFICATIONTYPE$" "$HOSTSTATE$" "$DATE$"
centengine.log: [2022-12-07T17:09:28.200+01:00] [commands] [debug] [1910013] Running command '/usr/lib/centreon/plugins//test.sh "ACKNOWLEDGEMENT" "DOWN" "07-12-2022"'...
[2022-12-07T17:09:28.200+01:00] [commands] [debug] [1910013] Running command '/usr/lib/centreon/plugins//test.sh "ACKNOWLEDGEMENT" "DOWN" "07-12-2022"'...
The text was updated successfully, but these errors were encountered:
Hi @samaga777
What version of centengine do you use? Thanks.
Sorry, something went wrong.
Hello, since the first post centengine has been updated to version 23.04.2 The issue still persists
Hello, thank you for your issue. We have created a ticket in our internal bug tracking tool.
hello. have the same error.
No branches or pull requests
Hello, seems that AKNOWLEDGEMENT related macros are not working in notification commands.
Here when I try to use for ex the
$SERVICEACKAUTHOR$
and$SERVICEACKCOMMENT$
:command line:
$CENTREONPLUGINS$/test.sh "$NOTIFICATIONTYPE$" "$SERVICEACKAUTHOR$" "$SERVICEACKCOMMENT$"
centengine.log:
[2022-12-07T17:06:33.815+01:00] [commands] [debug] [1910013] Running command '/usr/lib/centreon/plugins//test.sh "ACKNOWLEDGEMENT" "" ""'...
If I use other random macros there is no problem:
command line:
$CENTREONPLUGINS$/test.sh "$NOTIFICATIONTYPE$" "$HOSTSTATE$" "$DATE$"
centengine.log:
[2022-12-07T17:09:28.200+01:00] [commands] [debug] [1910013] Running command '/usr/lib/centreon/plugins//test.sh "ACKNOWLEDGEMENT" "DOWN" "07-12-2022"'...
The text was updated successfully, but these errors were encountered: