Skip to main content
Solved

SNMP V3 setting Security levels, procotols and passphrases in Centreon web interface

  • February 10, 2023
  • 1 reply
  • 2314 views

Forum|alt.badge.img

The web interface is a little basic when comparing to zabbix for example.

What are the options to set the following for SNMP V3?

Security name, Security level, auth protocol auth passphrase, priv protocol and priv passphrase

Can this be done in centreon? There is not a lot about it in the docs.

Best answer by ponchoh

👋

 

@justincm 

https://docs.centreon.com/pp/integrations/plugin-packs/getting-started/how-to-guides/troubleshooting-plugins/#snmpv3-options-mapping

Configure those extra SNMP options in the host/host template configuration in the SNMPEXTRAOPTIONS macro.

snmpwalk centreon-plugins
-a --authprotocol
-A --authpassphrase
-u --snmp-username
-x --privprotocol
-X --privpassphrase
-l not needed (automatic)
-e --securityengineid
-E --contextengineid

 

 

1 reply

ponchoh
Centreonian
Forum|alt.badge.img+14
  • Centreonian
  • 531 replies
  • Answer
  • February 10, 2023

👋

 

@justincm 

https://docs.centreon.com/pp/integrations/plugin-packs/getting-started/how-to-guides/troubleshooting-plugins/#snmpv3-options-mapping

Configure those extra SNMP options in the host/host template configuration in the SNMPEXTRAOPTIONS macro.

snmpwalk centreon-plugins
-a --authprotocol
-A --authpassphrase
-u --snmp-username
-x --privprotocol
-X --privpassphrase
-l not needed (automatic)
-e --securityengineid
-E --contextengineid

 

Â