Use the commands in this topic to change the frequency with which the appliance uploads Helix Enterprise health status reports. Use the no form of the command to restore the default interval (five minutes).
To change the upload frequency:
Log into the appliance CLI.
Go to CLI configuration mode:
hostname > enable hostname # configure terminal
Change the frequency:
hostname (config) # helix health-stats interval <minutes>
Verify your change:
hostname (config) # show helix health-stats status
To restore the default frequency:
Log into the appliance CLI.
Go to CLI configuration mode:
hostname > enable hostname # configure terminal
Restore the default frequency:
hostname (config) # no helix health-stats interval
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 Helix Enterprise 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 ...