Skip to content

Commit

Permalink
Update telemetry script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Mckee authored and Neil Mckee committed Dec 15, 2016
1 parent c297196 commit 844317d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Linux/scripts/telemetry
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
# telemetry GetVersion
# telemetry Get datagrams

DB_OBJ="/org/sflow/hsflowd"
DB_NAME="org.sflow.hsflowd"
DB_INTF="org.sflow.hsflowd.telemetry"
DB_OBJ="/net/sflow/hsflowd"
DB_NAME="net.sflow.hsflowd"
DB_INTF="net.sflow.hsflowd.telemetry"

DBUS_SEND="dbus-send --system --type=method_call --print-reply --dest=${DB_NAME} ${DB_OBJ} ${DB_INTF}"

Expand Down

0 comments on commit 844317d

Please sign in to comment.