Browse Source

Add 'gps_update_to_snmp'

master
artur 4 years ago
parent
commit
e9d7daf982
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      gps_update_to_snmp

+ 3
- 0
gps_update_to_snmp View File

@ -0,0 +1,3 @@
:local latitude ([system gps monitor once as-value]-> "latitude")
:local longitude ([system gps monitor once as-value]-> "longitude")
snmp set location="onlinez [$latitude, $longitude]"

Loading…
Cancel
Save