We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e90e7f0 commit 3760f12Copy full SHA for 3760f12
1 file changed
source/conventions.md
@@ -35,9 +35,9 @@ outage in multiple services.
35
It can be useful to define a convention when it comes to naming
36
events. Possible options are:
37
38
-* Camel case - `DiskUtilHigh`
+* Pascal case - `DiskUtilHigh`
39
* Hierarchy - `NW:INTERFACE:DOWN`
40
-* SNMP - `cpuAlarmHigh`
+* Camel case - `cpuAlarmHigh`
41
42
Querying for all Disk utilisation alerts using the `alerta` CLI
43
is then relatively straight-forward::
0 commit comments