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
name
field to display the related data. If thename
field is skipped, you must fill in details to thehost
field (mandatory).