Changing the appliance health reporting frequency

Prev Next

Use the commands in this topic to change the frequency with which the appliance uploads Trellix Helix health status reports. Use the no form of the command to restore the default interval (five minutes).

To change the upload frequency:
  1. Log into the appliance CLI.

  2. Go to CLI configuration mode:

    hostname > enable
    hostname # configure terminal               
  3. Change the frequency:

    hostname (config) # helix health-stats interval <minutes>
  4. Verify your change:

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

  2. Go to CLI configuration mode:

    hostname > enable
    hostname # configure terminal               
  3. Restore the default frequency:

    hostname (config) # no helix health-stats interval
  4. Verify your change:

    hostname (config) # show helix health-stats status

Example

The following example specifies that the ex-03 appliance should upload health status reports to Trellix Helix every 10 minutes.

ex-03 (config) # helix health-stats interval 10
ex-03 (config) # show helix health-stats status

 Helix health reporting:
   Service:
     Enabled              : yes
     Path                 : fenet/helix/ingest/status
     Interval             : 10 minutes
   ...