-
Notifications
You must be signed in to change notification settings - Fork 112
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
CTOR-1066 : Refresh cloud-aws-health #3787
base: staging
Are you sure you want to change the base?
Conversation
...urus-plugin-content-docs-pp/current/integrations/plugin-packs/procedures/cloud-aws-health.md
Outdated
Show resolved
Hide resolved
...urus-plugin-content-docs-pp/current/integrations/plugin-packs/procedures/cloud-aws-health.md
Outdated
Show resolved
Hide resolved
…/plugin-packs/procedures/cloud-aws-health.md
|
...urus-plugin-content-docs-pp/current/integrations/plugin-packs/procedures/cloud-aws-health.md
Outdated
Show resolved
Hide resolved
...urus-plugin-content-docs-pp/current/integrations/plugin-packs/procedures/cloud-aws-health.md
Outdated
Show resolved
Hide resolved
--aws-secret-key='XXXX' \ | ||
--aws-access-key='XXXX' \ | ||
--aws-role-arn='' \ | ||
--proxyurl='' \ | ||
--filter-service='' \ | ||
--filter-region='' \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
c'est pas obligatoire de spécifier une région?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
De ce que je viens de tester il semble réussir à se lancer sans (en tout cas il le requiert pas comme mandatory)
perl centreon_plugins.pl --plugin=cloud::aws::health::plugin --mode=events
UNKNOWN: Need to specify '--custommode'.
perl centreon_plugins.pl --plugin=cloud::aws::health::plugin --mode=events --custommode='awscli'
UNKNOWN: Command error: Can't exec "aws": No such file or directory at /home/ldubrunfaut/centreon-plugins/src/centreon/plugins/misc.pm line 303.
--aws-secret-key='XXXX' \ | ||
--aws-access-key='XXXX' \ | ||
--aws-role-arn='' \ | ||
--proxyurl='' \ | ||
--filter-service='' \ | ||
--filter-region='' \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as FR
Co-authored-by: cg-tw <[email protected]>
Description
Refresh cloud-aws-health
Target version (i.e. version that this PR changes)