monitoring_parameter

Add a monitoring parameter to a node (requires a monitoring plugin).

⚙️ Compatible targets: Linux

Parameters

NameDocumentation
keyName of the parameter.

This parameter is required.
valueValue of the parameter.

This parameter is required.

Example

method: monitoring_parameter
params:
  value: VALUE
  key: VALUE

Documentation

This method adds monitoring parameters to rudder nodes. The monitoring parameters are used to pass configuration to the monitoring plugins running with Rudder. Expected keys and parameters are specific to each plugin and can be found in their respective documentation.