Solved

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

  • 10 February 2023
  • 1 reply
  • 1418 views

Badge

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.

icon

Best answer by ponchoh 10 February 2023, 23:20

View original

1 reply

Userlevel 4
Badge +13

👋

 

@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

 

 

Reply