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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Annotations data type is too restrictive, that makes it not compatible with remediation for example: https://github.com/sensu/sensu-remediation-handler?tab=readme-ov-file#example-check-definition-and-remediation-request-configuration
sensu_check { 'check-puppet-errors-with-remidiation': ensure => present, command => 'check-puppet-errors', interval => 300, subscriptions => ['system/linux'], runtime_assets => ['nmollerup/sensu-check-puppet'], annotations => { 'comment' => 'The last Puppet run had failures. Investigation needed', 'io.sensu.remediation.config.actions' => [ { 'description' => 'Retry another Puppet run.', 'request' => 'remediation-puppet-linux', 'occurrences' => [1], 'severities' => [1,2] }, ], }, handlers => ['remediation'], }
Module version: 5.11.1 (latest) Sensu version: 6.11 (OSS) OS: Ubuntu 22.04 Jammy
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Annotations data type is too restrictive, that makes it not compatible with remediation for example:
https://github.com/sensu/sensu-remediation-handler?tab=readme-ov-file#example-check-definition-and-remediation-request-configuration
Module version: 5.11.1 (latest)
Sensu version: 6.11 (OSS)
OS: Ubuntu 22.04 Jammy
The text was updated successfully, but these errors were encountered: