The module does not have any mandatory parameters.
The module has 1 alert.
The module is enabled by default in the following bundles: Default
, Managed
.
The module is disabled by default in the Minimal
bundle.
The module is configured using the ModuleConfig custom resource named monitoring-ping
(learn more about setting up Deckhouse…).
Example of the ModuleConfig/monitoring-ping
resource for configuring the module:
apiVersion: deckhouse.io/v1alpha1
kind: ModuleConfig
metadata:
name: monitoring-ping
spec:
version: 1
enabled: true
settings: # <-- Module parameters from the "Parameters" section below.
Parameters
Schema version: 1
- externalTargets
A list of additional hosts to monitor.
Example:
- name: google-primary host: 8.8.8.8 - name: yaru host: ya.ru - host: youtube.com
- externalTargets.host
Required value
IP address or host name to monitor.
- externalTargets.name
Monitoring record name.