We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 728b448 + 3760f12 commit 0e3253fCopy full SHA for 0e3253f
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