Skip to content

Conversation

@Matthiasbrat
Copy link

Description
The naming conventions were wrong.
Fixes #120

Changes
Event names options are defined as :

Camel case - DiskUtilHigh
Hierarchy - NW:INTERFACE:DOWN
SNMP - cpuAlarmHigh
and should be :

Pascal case - DiskUtilHigh
Hierarchy - NW:INTERFACE:DOWN
Camel case - cpuAlarmHigh

Checklist

  • [ x] Pull request is limited to a single purpose
  • [ x] Code style/formatting is consistent
  • [ x] All existing tests are passing
  • [ x] No unnecessary whitespace changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix naming conventions under Event names

1 participant