Skip to content

Commit b11542c

Browse files
gouri-yerraclaude
andauthored
fix(snmp_f5): apply snmp_device and snmp_host template vars to # Nodes widget (DataDog#23454)
The # Nodes query used {*} instead of {$snmp_device,$snmp_host}, so scoping the dashboard by device/host template variables had no effect on that widget. Aligns it with the sibling # Virtual Servers and # Pools widgets. Fixes AGENT-16084. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 387dcdd commit b11542c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

snmp_f5/assets/dashboards/f5-networks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1839,7 +1839,7 @@
18391839
"requests": [
18401840
{
18411841
"aggregator": "last",
1842-
"q": "sum:snmp.ltmNodeAddrNumber{*}"
1842+
"q": "sum:snmp.ltmNodeAddrNumber{$snmp_device,$snmp_host}"
18431843
}
18441844
],
18451845
"title": "# Nodes ",

0 commit comments

Comments
 (0)