From 18cd79a98d640ad95bc3ebd289a6c995d5659fa8 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 5 Dec 2025 10:39:59 +0100 Subject: [PATCH] docs: explain what SHA and AES are for SNMP privacy/auth protocols --- console/data/docs/02-configuration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/console/data/docs/02-configuration.md b/console/data/docs/02-configuration.md index 63b1b3d3..8ab87847 100644 --- a/console/data/docs/02-configuration.md +++ b/console/data/docs/02-configuration.md @@ -302,9 +302,9 @@ The `snmp` provider accepts these configuration keys: `user-name`, `authentication-protocol` (`none`, `MD5`, `SHA`, `SHA224`, `SHA256`, `SHA384`, and `SHA512` are accepted), `authentication-passphrase` (if the previous value was set), `privacy-protocol` (`none`, `DES`, `AES`, - `AES192`, `AES256`, `AES192-C`, and `AES256-C` are accepted, the latter being - Cisco-variant), `privacy-passphrase` (if the previous value was set), and - `context-name`. + `AES192`, `AES256`, `AES192-C`, and `AES256-C` are accepted, the latters being + Cisco variants), `privacy-passphrase` (if the previous value was set), and + `context-name`. `AES` means AES with a 128-bit key and `SHA` is SHA1. - `ports` is a map from exporter subnets to the SNMP port to use for polling exporters in the provided subnet. - `agents` is a map from exporter IPs to agent IPs. When there is no match, the