Monitor Device Health

The devices registered with EFA can be monitored for connectivity issues. If connectivity violates pre-defined thresholds, EFA starts drift and reconciliation.

  1. Enable device health check.
    # efa inventory device setting update --ip 10.24.14.133 --health-check-enable yes
  2. Configure health check interval.
    # efa inventory device setting update --ip 10.24.14.133 --health-check-interval 30mins
  3. Configure health check threshold.
    # efa inventory device setting update --ip 10.24.14.133 --health-check-heartbeat-miss-threshold 2
  4. View device health status.
    # efa inventory device health status --ip 10.24.14.133
  5. Optional: Disable device health check.
    # efa inventory device setting update --ip 10.24.14.133 --health-check-enable no