mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
docs: explain what SHA and AES are for SNMP privacy/auth protocols
Some checks failed
CI / 🤖 Check dependabot status (push) Has been cancelled
CI / 🐧 Test on Linux (${{ github.ref_type == 'tag' }}, misc) (push) Has been cancelled
CI / 🐧 Test on Linux (coverage) (push) Has been cancelled
CI / 🐧 Test on Linux (regular) (push) Has been cancelled
CI / ❄️ Build on Nix (push) Has been cancelled
CI / 🍏 Build and test on macOS (push) Has been cancelled
CI / 🧪 End-to-end testing (push) Has been cancelled
CI / 🔍 Upload code coverage (push) Has been cancelled
CI / 🔬 Test only Go (push) Has been cancelled
CI / 🔬 Test only JS (${{ needs.dependabot.outputs.package-ecosystem }}, 20) (push) Has been cancelled
CI / 🔬 Test only JS (${{ needs.dependabot.outputs.package-ecosystem }}, 22) (push) Has been cancelled
CI / 🔬 Test only JS (${{ needs.dependabot.outputs.package-ecosystem }}, 24) (push) Has been cancelled
CI / ⚖️ Check licenses (push) Has been cancelled
CI / 🐋 Build Docker images (push) Has been cancelled
CI / 🐋 Tag Docker images (push) Has been cancelled
CI / 🚀 Publish release (push) Has been cancelled
Update Nix dependency hashes / Update dependency hashes (push) Has been cancelled
Some checks failed
CI / 🤖 Check dependabot status (push) Has been cancelled
CI / 🐧 Test on Linux (${{ github.ref_type == 'tag' }}, misc) (push) Has been cancelled
CI / 🐧 Test on Linux (coverage) (push) Has been cancelled
CI / 🐧 Test on Linux (regular) (push) Has been cancelled
CI / ❄️ Build on Nix (push) Has been cancelled
CI / 🍏 Build and test on macOS (push) Has been cancelled
CI / 🧪 End-to-end testing (push) Has been cancelled
CI / 🔍 Upload code coverage (push) Has been cancelled
CI / 🔬 Test only Go (push) Has been cancelled
CI / 🔬 Test only JS (${{ needs.dependabot.outputs.package-ecosystem }}, 20) (push) Has been cancelled
CI / 🔬 Test only JS (${{ needs.dependabot.outputs.package-ecosystem }}, 22) (push) Has been cancelled
CI / 🔬 Test only JS (${{ needs.dependabot.outputs.package-ecosystem }}, 24) (push) Has been cancelled
CI / ⚖️ Check licenses (push) Has been cancelled
CI / 🐋 Build Docker images (push) Has been cancelled
CI / 🐋 Tag Docker images (push) Has been cancelled
CI / 🚀 Publish release (push) Has been cancelled
Update Nix dependency hashes / Update dependency hashes (push) Has been cancelled
This commit is contained in:
@@ -302,9 +302,9 @@ The `snmp` provider accepts these configuration keys:
|
|||||||
`user-name`, `authentication-protocol` (`none`, `MD5`, `SHA`, `SHA224`,
|
`user-name`, `authentication-protocol` (`none`, `MD5`, `SHA`, `SHA224`,
|
||||||
`SHA256`, `SHA384`, and `SHA512` are accepted), `authentication-passphrase`
|
`SHA256`, `SHA384`, and `SHA512` are accepted), `authentication-passphrase`
|
||||||
(if the previous value was set), `privacy-protocol` (`none`, `DES`, `AES`,
|
(if the previous value was set), `privacy-protocol` (`none`, `DES`, `AES`,
|
||||||
`AES192`, `AES256`, `AES192-C`, and `AES256-C` are accepted, the latter being
|
`AES192`, `AES256`, `AES192-C`, and `AES256-C` are accepted, the latters being
|
||||||
Cisco-variant), `privacy-passphrase` (if the previous value was set), and
|
Cisco variants), `privacy-passphrase` (if the previous value was set), and
|
||||||
`context-name`.
|
`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
|
- `ports` is a map from exporter subnets to the SNMP port to use for polling
|
||||||
exporters in the provided subnet.
|
exporters in the provided subnet.
|
||||||
- `agents` is a map from exporter IPs to agent IPs. When there is no match, the
|
- `agents` is a map from exporter IPs to agent IPs. When there is no match, the
|
||||||
|
|||||||
Reference in New Issue
Block a user