Skip to content

Commit 3760f12

Browse files
authored
docs(convention): proper event convention names
1 parent e90e7f0 commit 3760f12

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/conventions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ outage in multiple services.
3535
It can be useful to define a convention when it comes to naming
3636
events. Possible options are:
3737

38-
* Camel case - `DiskUtilHigh`
38+
* Pascal case - `DiskUtilHigh`
3939
* Hierarchy - `NW:INTERFACE:DOWN`
40-
* SNMP - `cpuAlarmHigh`
40+
* Camel case - `cpuAlarmHigh`
4141

4242
Querying for all Disk utilisation alerts using the `alerta` CLI
4343
is then relatively straight-forward::

0 commit comments

Comments
 (0)