Enabling or disabling appliance health reporting

Prev Next

Use the commands in this topic to enable an appliance to upload health status reports to Trellix Helix. (This functionality is enabled by default after Trellix Helix mode is enabled on the appliance).

The no form of this command temporarily disables health status reporting. When the appliance is reloaded, health status reporting is automatically enabled.

To enable health reporting:
  1. Log into the appliance CLI.

  2. Go to CLI configuration mode:

    hostname > enable
    hostname # configure terminal               
  3. Enable health reporting:

    hostname (config) # helix health-stats enable               
  4. Verify the change:

    hostname (config) # show helix health-stats status
To disable health reporting:
  1. Log into the appliance CLI.

  2. Go to CLI configuration mode:

    hostname > enable
    hostname # configure terminal               
  3. Disable health reporting:

    hostname (config) # no helix health-stats enable
  4. Verify the change:

    hostname (config) # show helix health-stats status

Example

The following example enables the ex-05 appliance to upload Trellix Helix health status reports.

ex-05 (config) # helix health-stats enable
ex-05 (config) # show helix health-stats status

 Helix health reporting:
   Service:
     Enabled             : yes  
     ...