-
Notifications
You must be signed in to change notification settings - Fork 277
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-1107-plugin-apps-monitoring-iplabel-ekara-restapi-mode-scenarios-wrong-index #5375
base: develop
Are you sure you want to change the base?
Conversation
62081ed
to
608cf35
Compare
* Add message when api response is not what is expected * Correctly interpret index given by the api Refs:CTOR-1107
* Create a new function in api.pm used by both mode to get the list of scenario to monitor. Refs:CTOR-1107
* Create a new function in api.pm used by both mode to get the list of scenario to monitor. * Add two options Refs:CTOR-1107
Refs:CTOR-1107
608cf35
to
c6924a0
Compare
my $status_filter = {}; | ||
my @get_param; | ||
|
||
if (defined($self->{option_results}->{filter_status}) && $self->{option_results}->{filter_status}[0] ne '') { |
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.
No longer using is_empty()
?
[Documentation] Check Iplabel authentication | ||
[Tags] monitoring iplabel restapi | ||
|
||
Run rm -f /var/lib/centreon/centplugins/* |
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.
Not needed: the generic test suite does it already
[Documentation] Check Iplabel authentication | ||
[Tags] monitoring iplabel restapi | ||
|
||
Run rm -f /var/lib/centreon/centplugins/* |
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.
Run rm -f /var/lib/centreon/centplugins/* |
Description
Fix a bug in ekara (iplabel) scenario monitoring where scenarios name where not correctly ordered.
Add new options to filter scenarios
Fixes # CTOR-1107 CTOR-123 CTOR-114
Type of change
How this pull request can be tested ?
See robot tests provided
Checklist