Skip to content

Commit

Permalink
docs(inputs.opcua_listener): Remove invalid inline notation (#15261)
Browse files Browse the repository at this point in the history
  • Loading branch information
srebhan authored Apr 30, 2024
1 parent faa9097 commit ae50801
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions plugins/inputs/opcua_listener/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ to use them.
##
## Use either the inline notation or the bracketed notation, not both.
#
## Inline notation (default_tags not supported yet)
## Inline notation (default_tags and monitoring_params not supported yet)
# nodes = [
# {name="node1", namespace="", identifier_type="", identifier="",}
# {name="node2", namespace="", identifier_type="", identifier="", monitoring_params={sampling_interval="0s", queue_size=10, discard_oldest=true, data_change_filter={trigger="Status", deadband_type="Absolute", deadband_value=0.0}}},
# {name="node1", namespace="", identifier_type="", identifier=""},
# {name="node2", namespace="", identifier_type="", identifier=""}
# ]
#
## Bracketed notation
Expand Down Expand Up @@ -214,10 +214,10 @@ to use them.
## Node ID Configuration. Array of nodes with the same settings as above.
## Use either the inline notation or the bracketed notation, not both.
#
## Inline notation (default_tags not supported yet)
## Inline notation (default_tags and monitoring_params not supported yet)
# nodes = [
# {name="node1", namespace="", identifier_type="", identifier="",}
# {name="node2", namespace="", identifier_type="", identifier="", monitoring_params={sampling_interval="0s", queue_size=10, discard_oldest=true, data_change_filter={trigger="Status", deadband_type="Absolute", deadband_value=0.0}}},
# {name="node1", namespace="", identifier_type="", identifier=""},
# {name="node2", namespace="", identifier_type="", identifier=""}
#]
#
## Bracketed notation
Expand Down
12 changes: 6 additions & 6 deletions plugins/inputs/opcua_listener/sample.conf
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@
##
## Use either the inline notation or the bracketed notation, not both.
#
## Inline notation (default_tags not supported yet)
## Inline notation (default_tags and monitoring_params not supported yet)
# nodes = [
# {name="node1", namespace="", identifier_type="", identifier="",}
# {name="node2", namespace="", identifier_type="", identifier="", monitoring_params={sampling_interval="0s", queue_size=10, discard_oldest=true, data_change_filter={trigger="Status", deadband_type="Absolute", deadband_value=0.0}}},
# {name="node1", namespace="", identifier_type="", identifier=""},
# {name="node2", namespace="", identifier_type="", identifier=""}
# ]
#
## Bracketed notation
Expand Down Expand Up @@ -175,10 +175,10 @@
## Node ID Configuration. Array of nodes with the same settings as above.
## Use either the inline notation or the bracketed notation, not both.
#
## Inline notation (default_tags not supported yet)
## Inline notation (default_tags and monitoring_params not supported yet)
# nodes = [
# {name="node1", namespace="", identifier_type="", identifier="",}
# {name="node2", namespace="", identifier_type="", identifier="", monitoring_params={sampling_interval="0s", queue_size=10, discard_oldest=true, data_change_filter={trigger="Status", deadband_type="Absolute", deadband_value=0.0}}},
# {name="node1", namespace="", identifier_type="", identifier=""},
# {name="node2", namespace="", identifier_type="", identifier=""}
#]
#
## Bracketed notation
Expand Down

0 comments on commit ae50801

Please sign in to comment.