Adding extra IP addresses to monitor
To monitor additional IP addresses, use the externalTargets parameters:
Module configuration example:
apiVersion: deckhouse.io/v1alpha1
kind: ModuleConfig
metadata:
  name: monitoring-ping
spec:
  version: 1
  enabled: true
  settings:
    externalTargets:
    - name: google-primary
      host: 8.8.8.8
    - name: yaru
      host: ya.ru
    - host: youtube.com
Grafana uses the
namefield to display the related data. If thenamefield is skipped, you must fill in details to thehostfield (mandatory).