Skip to content

Commit

Permalink
feat(prtg-connector): msg values as Token-ID via mustache template
Browse files Browse the repository at this point in the history
  • Loading branch information
flecmart committed Oct 22, 2021
1 parent aa63b8d commit a77157a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nodes/prtg-connector/prtg-connector.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,14 +200,15 @@ <h3>Inputs</h3>
</dd>

<dt>ID Token
<span class="property-type">string</span>
<span class="property-type">string | mustache template</span>
</dt>
<dd>
This is the unique identifier of the configured sensor in PRTG that you want to address.
The token can be set with a Mustache template, e.g. <code>{{payload}}</code> when the ID Token is the input message's payload.
</dd>

<dt>Sensor Message
<span class="property-type">string|payload path</span>
<span class="property-type">string | payload path</span>
</dt>
<dd>
This is the message that the configured sensor in PRTG should show, either as a plain string, or as an extracted payload path.
Expand Down

0 comments on commit a77157a

Please sign in to comment.