Skip to main content

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.

👋

 

@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