This website works better with JavaScript.
Home
Explore
Help
Sign In
scripts
/
MikroTik
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add 'gps_update_to_snmp'
master
artur
4 years ago
parent
888feef4d0
commit
e9d7daf982
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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]"
Write
Preview
Loading…
Cancel
Save