-
Notifications
You must be signed in to change notification settings - Fork 284
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
Don't reset IPMI setting when update inventory #1162
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1162 +/- ##
==========================================
- Coverage 79.67% 79.54% -0.14%
==========================================
Files 34 34
Lines 4311 4264 -47
Branches 1151 1127 -24
==========================================
- Hits 3435 3392 -43
+ Misses 519 517 -2
+ Partials 357 355 -2 ☔ View full report in Codecov by Sentry. |
@@ -0,0 +1,2 @@ | |||
bugfixes: | |||
- zabbix_host - Don't reset IPMI setting when update inventory |
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.
- - zabbix_host - Don't reset IPMI setting when update inventory
+ - zabbix_host - Don't reset IPMI setting when update inventory data of a host
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.
Thanks. I have changed to the sentence which you wrote.
I don't understand why you treat let's say |
Thank you for reviewing.
It is no meaning. I add checks about the parameters.
test_string = ""
if test_string:
print('Update a parameter') # This print function is never called. |
Thank you very much @masa-orca -) |
SUMMARY
ISSUE TYPE
COMPONENT NAME
zabbix_host module