<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Mar 15, 2018 at 7:09 PM, Sanjeev Gupta <span dir="ltr"><<a href="mailto:ghane0@gmail.com" target="_blank">ghane0@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Jason, yes, that is the result of the bounty offer.<br><br></div>I have not had a chance to play with it, but the offer included a requirement to upstream into cacti and provide a working example.<br></div></blockquote><div><br></div><div>For reasons I can't explain yet, my Cacti server started collecting data presented by ntpsnmpd at about 2030 UTC last night. I may have restarted a service while flailing around before leaving the office.</div><div><br></div><div>To expand on Ian's answer to my question "How do I know I've got ntpsnmpd working?", you should be able to get back data from snmp walking like this (assuming you're using public as your community string because, like me, you were too lazy to change it.):</div><div><br></div><div><div>:~ $ snmpwalk -v 2c -c public localhost .1.3.6.1.2.1.197.1.3.1.1.1</div><div>iso.3.6.1.2.1.197.1.3.1.1.1.1 = Gauge32: 13212</div><div>iso.3.6.1.2.1.197.1.3.1.1.1.2 = Gauge32: 13214</div><div>iso.3.6.1.2.1.197.1.3.1.1.1.3 = Gauge32: 13216</div><div>iso.3.6.1.2.1.197.1.3.1.1.1.4 = Gauge32: 13217</div><div>iso.3.6.1.2.1.197.1.3.1.1.1.5 = Gauge32: 13218</div><div>iso.3.6.1.2.1.197.1.3.1.1.1.6 = Gauge32: 13219</div><div>iso.3.6.1.2.1.197.1.3.1.1.1.7 = Gauge32: 13220</div><div>iso.3.6.1.2.1.197.1.3.1.1.1.8 = Gauge32: 13221</div><div>iso.3.6.1.2.1.197.1.3.1.1.1.9 = Gauge32: 13222</div><div>iso.3.6.1.2.1.197.1.3.1.1.1.10 = Gauge32: 13223</div><div>:~ $ snmpwalk -v 2c -c public localhost .1.3.6.1.2.1.197.1.3.1.1.2</div><div>iso.3.6.1.2.1.197.1.3.1.1.2.1 = STRING: "0.0.0.0"</div><div>iso.3.6.1.2.1.197.1.3.1.1.2.2 = STRING: "208.88.126.235"</div><div>iso.3.6.1.2.1.197.1.3.1.1.2.3 = STRING: "129.250.35.251"</div><div>iso.3.6.1.2.1.197.1.3.1.1.2.4 = STRING: "209.242.224.97"</div><div>iso.3.6.1.2.1.197.1.3.1.1.2.5 = STRING: "162.210.111.4"</div><div>iso.3.6.1.2.1.197.1.3.1.1.2.6 = STRING: "38.229.71.1"</div><div>iso.3.6.1.2.1.197.1.3.1.1.2.7 = STRING: "174.138.107.37"</div><div>iso.3.6.1.2.1.197.1.3.1.1.2.8 = STRING: "69.164.213.136"</div><div>iso.3.6.1.2.1.197.1.3.1.1.2.9 = STRING: "35.171.237.77"</div><div>iso.3.6.1.2.1.197.1.3.1.1.2.10 = STRING: "65.19.142.137"</div></div><div><br></div><div>etc.</div><div><br></div><div>Or, for the whole deal, just do snmpwalk -v 2c -c public localhost .1.3.6.1.2.1.197.1.3.1.1</div><div><br></div><div>I've got graphs!</div><div><a href="https://imgur.com/a/uXMdK">https://imgur.com/a/uXMdK</a><br></div><div><br></div></div></div></div>