Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ outage in multiple services.
It can be useful to define a convention when it comes to naming
events. Possible options are:

* Camel case - `DiskUtilHigh`
* Pascal case - `DiskUtilHigh`
* Hierarchy - `NW:INTERFACE:DOWN`
* SNMP - `cpuAlarmHigh`
* Camel case - `cpuAlarmHigh`

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