-
Notifications
You must be signed in to change notification settings - Fork 489
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
fix: Zenoss config handling #2549
fix: Zenoss config handling #2549
Conversation
6d71488
to
bf548ed
Compare
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.
Can you please also rename json properties in https://github.com/influxdata/kapacitor/blob/master/services/zenoss/service.go#L87-L88 , so that these props are always the same (evclasskey, evclass)
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.
You also might consider changing "TID" to "tid" in
https://github.com/influxdata/kapacitor/blob/master/pipeline/tick/alert.go#L266
so it is consistent with config and other namings of the same property
@sranka json props names unified. |
def352b
to
3e6bbef
Compare
More fixes to Zenoss:
URL
and authentication info (username
,password
) removed from handler configcollector
property is configurable item as it is unlikely to be changed per alertTestOptions()
)Required for all non-trivial PRs