From 3760f127279d63b8050342d64b5ef3e9e62c69e1 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 12 Nov 2025 09:36:43 +0100 Subject: [PATCH] docs(convention): proper event convention names --- source/conventions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/conventions.md b/source/conventions.md index 06c24fa..1cc3d6f 100644 --- a/source/conventions.md +++ b/source/conventions.md @@ -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::