Skip to main content
Solved

Cohabitation SNMP et CMA

  • June 4, 2026
  • 2 replies
  • 21 views

Forum|alt.badge.img+5

Bonjour,

Notre serveur Windows était supervisé en SNMP, et les sondes étaient OK.

Sur ce serveur, nous avons mis en place l’agent CMA et les sondes SNMP oscillent depuis entre OK et UNKNOWN.

Est-ce que ces deux modes de supervision cohabitent bien ? Faut-il privilégier CMA ?

Merci !

Best answer by ltirand

Hello :)

Technically both can coexist, but this is not a recommended configuration in the long run. CMA is specifically designed to replace SNMP on Windows assets because:

  • Better security (no UDP 161 exposure)
  • Richer metrics (with the ability to more easily request improvements)
  • No dependency on the Windows SNMP service, which is deprecated and has never supported SNMPv3 (which provides authentication and encryption)

If you wish to keep both, you can:

  • Check the Windows SNMP service logs during UNKNOWN periods
  • Check whether the UNKNOWN timestamps correlate with CMA checks

Best regards

2 replies

ltirand
Centreonian
Forum|alt.badge.img+12
  • Centreonian
  • Answer
  • June 5, 2026

Hello :)

Technically both can coexist, but this is not a recommended configuration in the long run. CMA is specifically designed to replace SNMP on Windows assets because:

  • Better security (no UDP 161 exposure)
  • Richer metrics (with the ability to more easily request improvements)
  • No dependency on the Windows SNMP service, which is deprecated and has never supported SNMPv3 (which provides authentication and encryption)

If you wish to keep both, you can:

  • Check the Windows SNMP service logs during UNKNOWN periods
  • Check whether the UNKNOWN timestamps correlate with CMA checks

Best regards


Forum|alt.badge.img+5
  • Author
  • Steward **
  • June 5, 2026

hello,
You confirm my idea. Thank you.