{"id":2562,"date":"2019-08-09T18:48:00","date_gmt":"2019-08-09T18:48:00","guid":{"rendered":"http:\/\/www.incredigeek.com\/home\/?p=2562"},"modified":"2019-08-09T18:48:01","modified_gmt":"2019-08-09T18:48:01","slug":"librenms-manually-adjust-gps-coordinates-for-a-geo-location","status":"publish","type":"post","link":"https:\/\/www.incredigeek.com\/home\/librenms-manually-adjust-gps-coordinates-for-a-geo-location\/","title":{"rendered":"LibreNMS manually adjust GPS coordinates for a Geo Location"},"content":{"rendered":"\n<p>The locations are stored in the LibreNMS locations table<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">mysql -u librenms -p librenms<\/pre>\n\n\n\n<p>To list all the locations<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">select * from locations;<\/pre>\n\n\n\n<p>Set the specific coordinates for a location using the following command.<br><em>Replace the lat and lng, also the id should match the line your wanting to update.<\/em><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">update locations set lat = \"33.5140\",lng = \"-86.8178\" where id=25;<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>The locations are stored in the LibreNMS locations table mysql -u librenms -p librenms To list all the locations select * from locations; Set the specific coordinates for a location using the following command.Replace the lat and lng, also the &hellip; <a href=\"https:\/\/www.incredigeek.com\/home\/librenms-manually-adjust-gps-coordinates-for-a-geo-location\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[352],"tags":[686,353,685,134],"class_list":["post-2562","post","type-post","status-publish","format-standard","hentry","category-librenms","tag-geo-location","tag-librenms","tag-location","tag-monitoring"],"_links":{"self":[{"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/posts\/2562","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/comments?post=2562"}],"version-history":[{"count":1,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/posts\/2562\/revisions"}],"predecessor-version":[{"id":2563,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/posts\/2562\/revisions\/2563"}],"wp:attachment":[{"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/media?parent=2562"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/categories?post=2562"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.incredigeek.com\/home\/wp-json\/wp\/v2\/tags?post=2562"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}