health_summary
Classifies OPC-UA tags against warn/alarm thresholds. Returns counts of ok/warn/alarm/unknown and lists offending tags.
Instructions
[DEPRECATED → opcua_health_summary][READ][risk=low] Classify OPC-UA tags.
Classifies tag node-ids against warn/alarm thresholds. Returns
ok/warn/alarm/unknown counts plus the offending tags. Thresholds
come from config tags, or per-ref overrides in ``thresholds``.
Args:
endpoint: Endpoint name from config.
node_ids: Tag node ids to evaluate; omit to use configured tags.
thresholds: Optional {ref: {warn_high, alarm_high, warn_low, alarm_low}}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | No | ||
| node_ids | No | ||
| thresholds | No |