TMM::cmp_primary_group

Description

This command returns the CMP cluster primary.

Syntax

TMM::cmp_primary_group

Examples

when HTTP_REQUEST {
  set slot [TMM::cmp_primary_group]
  log local0. "slot $slot"
}