From librenms, 1 Year ago, written in Plain Text.
Embed
  1. LibreNMS Poller
  2. SQL[[1;33mselect `migration` from `migrations` order by `id` desc limit 1 [0;33m[][0m 0.46ms]
  3.  
  4. SQL[[1;33mselect count(*) as aggregate from `migrations` [0;33m[][0m 0.42ms]
  5.  
  6. SQL[[1;33mselect version() [0;33m[][0m 1.84ms]
  7.  
  8. ===========================================
  9. Component | Version
  10. --------- | -------
  11. LibreNMS  | 22.10.0 (2022-10-22T02:25:22-05:00)
  12. DB Schema | 2022_09_03_091314_update_ports_adsl_table_with_defaults (246)
  13. PHP       | 8.0.24
  14. Python    | 3.10.5
  15. Database  | MariaDB 10.9.3-MariaDB-1:10.9.3+maria~ubu2204
  16. RRDTool   | 1.7.2
  17. SNMP      | 5.9.3
  18. ===========================================
  19. DEBUG!
  20. Updating os_def.cache  
  21. Reporting disabled by user setting  
  22. Starting polling run:
  23.  
  24. SQL[[1;33mSELECT * FROM `devices` WHERE `disabled` = 0 AND `hostname` = '192.168.100.1' ORDER BY `device_id` ASC [0;33m[][0m 2.81ms]
  25.  
  26. SQL[[1;33mselect * from `devices` where `device_id` = ? limit 1 [0;33m[12][0m 1.37ms]
  27.  
  28. SQL[[1;33mselect * from `devices_attribs` where `devices_attribs`.`device_id` = ? and `devices_attribs`.`device_id` is not null [0;33m[12][0m 1.11ms]
  29.  
  30. Attempting to initialize OS: linux  
  31. Attempting to initialize Group OS: unix  
  32. OS initialized: LibreNMS\OS\Shared\Unix  
  33. Hostname:    192.168.100.1
  34. Device ID:   12
  35. OS:          linux
  36.  (unix)
  37.  
  38. [FPING] '/usr/sbin/fping' '-e' '-q' '-c' '3' '-p' '500' '-t' '500' '-O' '0' '192.168.100.1'
  39.  
  40. response: xmt/rcv/%loss = 3/3/0%, min/avg/max = 0.585/0.638/0.664  
  41. SNMP[[0;36m'/usr/bin/snmpget' '-M' '/opt/librenms/mibs' '-v2c' '-c' 'COMMUNITY' '-OQXUte' 'udp:HOSTNAME:161' 'SNMPv2-MIB::sysObjectID.0'[0m]  
  42. SNMPv2-MIB::sysObjectID.0 = NET-SNMP-MIB::netSnmpAgentOIDs.10
  43.  
  44.  
  45. SQL[[1;33minsert into `device_perf` (`min`, `max`, `avg`, `xmt`, `rcv`, `loss`, `device_id`, `timestamp`) values (?, ?, ?, ?, ?, ?, ?, ?) [0;33m[0.585,0.664,0.638,3,3,0,12,"2022-11-07 07:41:35"][0m 4.01ms]
  46.  
  47. SQL[[1;33mupdate `devices` set `last_ping_timetaken` = ? where `device_id` = ? [0;33m[0.638,12][0m 3.51ms]
  48.  
  49. SQL[[1;33mselect * from `device_outages` where `device_outages`.`device_id` = ? and `device_outages`.`device_id` is not null and `up_again` is null order by `going_down` desc limit 1 [0;33m[12][0m 1.5ms]
  50.  
  51. Modules status: Global+  
  52. OS  
  53. Device  
  54.  
  55. #### Load poller module core ####
  56. SNMP[[0;36m'/usr/bin/snmpget' '-M' '/opt/librenms/mibs' '-v2c' '-c' 'COMMUNITY' '-OQXUte' '-On' 'udp:HOSTNAME:161' 'SNMPv2-MIB::sysDescr.0' 'SNMPv2-MIB::sysObjectID.0' 'SNMPv2-MIB::sysUpTime.0' 'SNMPv2-MIB::sysName.0'[0m]  
  57. .*.*.0 = Linux UDM-SE 4.19.152-ui-alpine #4.19.152 SMP Mon Aug 1 14:24:56 CST 2022 aarch64
  58. .*.*.0 = .*.4.1.8*
  59. .*.*.0 = 50048552
  60. .*.*.0 = UDM-SE
  61.  
  62.  
  63. SNMP[[0;36m'/usr/bin/snmpget' '-M' '/opt/librenms/mibs' '-v2c' '-c' 'COMMUNITY' '-OQXUte' 'udp:HOSTNAME:161' 'SNMP-FRAMEWORK-MIB::snmpEngineTime.0' 'HOST-RESOURCES-MIB::hrSystemUptime.0'[0m]  
  64. SNMP-FRAMEWORK-MIB::snmpEngineTime.0 = No Such Object available on this agent at this OID
  65. HOST-RESOURCES-MIB::hrSystemUptime.0 = 505619155
  66.  
  67.  
  68. Uptime seconds: 5056192
  69.  
  70. Uptime:  58 days 12 hours 29 minutes 52 seconds
  71. SQL[[1;33mupdate `devices` set `uptime` = ? where `device_id` = ? [0;33m[5056192,12][0m 4.55ms]
  72.  
  73.  
  74. >> Runtime for poller module 'core': 0.1532 seconds with 6272 bytes
  75. >> [0;36mSNMP[0m: [2/0.14s] [1;33mMySQL[0m: [1/0.05s]  
  76. #### Unload poller module core ####
  77.  
  78. Modules status: Global+  
  79. OS  
  80. Device  
  81.  
  82. #### Load poller module unix-agent ####
  83. LibreNMS UNIX Agent: SQL[[1;33mselect `hostname`, `overwrite_ip` from `devices` where `hostname` = ? limit 1 [0;33m["192.168.100.1"][0m 1.62ms]
  84.  
  85. Connection to UNIX agent failed on port 6556.
  86.  
  87. >> Runtime for poller module 'unix-agent': 0.0056 seconds with 6808 bytes
  88. >> [0;36mSNMP[0m: [0/0.00s] [1;33mMySQL[0m: [1/0.02s]  
  89. #### Unload poller module unix-agent ####
  90.  
  91. Modules status: Global+  
  92. OS  
  93. Device  
  94.  
  95. #### Load poller module os ####
  96. Generic :(
  97. SQL[[1;33mselect * from `locations` where `locations`.`id` = ? limit 1 [0;33m[1][0m 1.21ms]
  98.  
  99. Location: Jon's Office
  100. Hardware: Generic ARMv8 64-bit
  101. OS Version: 4.19.152-ui-alpine
  102. OS Features:
  103. Serial:
  104.  
  105. >> Runtime for poller module 'os': 0.0102 seconds with 139008 bytes
  106. >> [0;36mSNMP[0m: [0/0.00s] [1;33mMySQL[0m: [1/0.01s]  
  107. #### Unload poller module os ####
  108.  
  109. Modules status: Global+  
  110. OS  
  111. Device  
  112.  
  113. #### Load poller module availability ####
  114. SQL[[1;33mSELECT duration FROM availability WHERE device_id = ? [0;33m[12][0m 2.67ms]
  115.  
  116. Availability:
  117. SQL[[1;33mSELECT * FROM availability WHERE device_id = ? [0;33m[12][0m 1.49ms]
  118.  
  119. SQL[[1;33mselect * from `device_outages` where `device_id` = ? and `up_again` >= ? order by `going_down` asc [0;33m[12,1667742096][0m 1.36ms]
  120.  
  121. SQL[[1;33mUPDATE `availability` set `availability_perc`=? WHERE `availability_id` = ? [0;33m[100,41][0m 1.08ms]
  122.  
  123. 1 day : 100%
  124. SQL[[1;33mselect * from `device_outages` where `device_id` = ? and `up_again` >= ? order by `going_down` asc [0;33m[12,1667223696][0m 1.28ms]
  125.  
  126. SQL[[1;33mUPDATE `availability` set `availability_perc`=? WHERE `availability_id` = ? [0;33m[100,42][0m 0.91ms]
  127.  
  128. 7 days : 100%
  129. SQL[[1;33mselect * from `device_outages` where `device_id` = ? and `up_again` >= ? order by `going_down` asc [0;33m[12,1665236496][0m 1.22ms]
  130.  
  131. SQL[[1;33mUPDATE `availability` set `availability_perc`=? WHERE `availability_id` = ? [0;33m[100,43][0m 0.95ms]
  132.  
  133. 30 days : 100%
  134. SQL[[1;33mselect * from `device_outages` where `device_id` = ? and `up_again` >= ? order by `going_down` asc [0;33m[12,1636292496][0m 1.25ms]
  135.  
  136. SQL[[1;33mUPDATE `availability` set `availability_perc`=? WHERE `availability_id` = ? [0;33m[100,44][0m 0.89ms]
  137.  
  138. 365 days : 100%
  139.  
  140. >> Runtime for poller module 'availability': 0.0221 seconds with 9640 bytes
  141. >> [0;36mSNMP[0m: [0/0.00s] [1;33mMySQL[0m: [10/0.13s]  
  142. #### Unload poller module availability ####
  143.  
  144. Modules status: Global+  
  145. OS  
  146. Device  
  147.  
  148. #### Load poller module ipmi ####
  149. SQL[[1;33mSELECT * FROM sensors WHERE device_id = ? AND poller_type='ipmi' [0;33m[12][0m 1.23ms]
  150.  
  151. array (
  152. )  
  153.  
  154. >> Runtime for poller module 'ipmi': 0.0032 seconds with 592 bytes
  155. >> [0;36mSNMP[0m: [0/0.00s] [1;33mMySQL[0m: [1/0.01s]  
  156. #### Unload poller module ipmi ####
  157.  
  158. Modules status: Global+  
  159. OS  
  160. Device  
  161.  
  162. #### Load poller module sensors ####
  163. SQL[[1;33mSELECT `sensor_class` FROM `sensors` WHERE `device_id` = ? GROUP BY `sensor_class` [0;33m[12][0m 1.16ms]
  164.  
  165.  
  166. >> Runtime for poller module 'sensors': 0.0020 seconds with 696 bytes
  167. >> [0;36mSNMP[0m: [0/0.00s] [1;33mMySQL[0m: [1/0.01s]  
  168. #### Unload poller module sensors ####
  169.  
  170. Modules status: Global+  
  171. OS  
  172. Device  
  173.  
  174. #### Load poller module processors ####
  175. Attempting to initialize OS: linux  
  176. Attempting to initialize Group OS: unix  
  177. OS initialized: LibreNMS\OS\Shared\Unix  
  178. SQL[[1;33mSELECT * FROM processors WHERE device_id=? [0;33m[12][0m 0.93ms]
  179.  
  180.  
  181. >> Runtime for poller module 'processors': 0.0064 seconds with 3248 bytes
  182. >> [0;36mSNMP[0m: [0/0.00s] [1;33mMySQL[0m: [1/0.01s]  
  183. #### Unload poller module processors ####
  184.  
  185. Modules status: Global+  
  186. OS  
  187. Device  
  188.  
  189. #### Load poller module mempools ####
  190. SQL[[1;33mselect * from `mempools` where `mempools`.`device_id` = ? and `mempools`.`device_id` is not null [0;33m[12][0m 1ms]
  191.  
  192.  
  193. >> Runtime for poller module 'mempools': 0.0061 seconds with 26368 bytes
  194. >> [0;36mSNMP[0m: [0/0.00s] [1;33mMySQL[0m: [1/0.01s]  
  195. #### Unload poller module mempools ####
  196.  
  197. Modules status: Global+  
  198. OS  
  199. Device  
  200.  
  201. #### Load poller module storage ####
  202. SQL[[1;33mSELECT * FROM storage WHERE device_id = ? [0;33m[12][0m 0.95ms]
  203.  
  204.  
  205. >> Runtime for poller module 'storage': 0.0018 seconds with 584 bytes
  206. >> [0;36mSNMP[0m: [0/0.00s] [1;33mMySQL[0m: [1/0.01s]  
  207. #### Unload poller module storage ####
  208.  
  209. Modules status: Global+  
  210. OS  
  211. Device  
  212.  
  213. #### Load poller module netstats ####
  214. icmp SNMP[[0;36m'/usr/bin/snmpget' '-M' '/opt/librenms/mibs' '-v2c' '-c' 'COMMUNITY' '-OQXUte' 'udp:HOSTNAME:161' 'IP-MIB::icmpInMsgs.0' 'IP-MIB::icmpOutMsgs.0' 'IP-MIB::icmpInErrors.0' 'IP-MIB::icmpOutErrors.0' 'IP-MIB::icmpInEchos.0' 'IP-MIB::icmpOutEchos.0' 'IP-MIB::icmpInEchoReps.0' 'IP-MIB::icmpOutEchoReps.0' 'IP-MIB::icmpInDestUnreachs.0' 'IP-MIB::icmpOutDestUnreachs.0' 'IP-MIB::icmpInParmProbs.0' 'IP-MIB::icmpInTimeExcds.0' 'IP-MIB::icmpInSrcQuenchs.0' 'IP-MIB::icmpInRedirects.0' 'IP-MIB::icmpInTimestamps.0' 'IP-MIB::icmpInTimestampReps.0' 'IP-MIB::icmpInAddrMasks.0' 'IP-MIB::icmpInAddrMaskReps.0' 'IP-MIB::icmpOutTimeExcds.0' 'IP-MIB::icmpOutParmProbs.0' 'IP-MIB::icmpOutSrcQuenchs.0' 'IP-MIB::icmpOutRedirects.0' 'IP-MIB::icmpOutTimestamps.0' 'IP-MIB::icmpOutTimestampReps.0' 'IP-MIB::icmpOutAddrMasks.0' 'IP-MIB::icmpOutAddrMaskReps.0'[0m]  
  215. IP-MIB::icmpInMsgs.0 = No Such Object available on this agent at this OID
  216. IP-MIB::icmpOutMsgs.0 = No Such Object available on this agent at this OID
  217. IP-MIB::icmpInErrors.0 = No Such Object available on this agent at this OID
  218. IP-MIB::icmpOutErrors.0 = No Such Object available on this agent at this OID
  219. IP-MIB::icmpInEchos.0 = No Such Object available on this agent at this OID
  220. IP-MIB::icmpOutEchos.0 = No Such Object available on this agent at this OID
  221. IP-MIB::icmpInEchoReps.0 = No Such Object available on this agent at this OID
  222. IP-MIB::icmpOutEchoReps.0 = No Such Object available on this agent at this OID
  223. IP-MIB::icmpInDestUnreachs.0 = No Such Object available on this agent at this OID
  224. IP-MIB::icmpOutDestUnreachs.0 = No Such Object available on this agent at this OID
  225. IP-MIB::icmpInParmProbs.0 = No Such Object available on this agent at this OID
  226. IP-MIB::icmpInTimeExcds.0 = No Such Object available on this agent at this OID
  227. IP-MIB::icmpInSrcQuenchs.0 = No Such Object available on this agent at this OID
  228. IP-MIB::icmpInRedirects.0 = No Such Object available on this agent at this OID
  229. IP-MIB::icmpInTimestamps.0 = No Such Object available on this agent at this OID
  230. IP-MIB::icmpInTimestampReps.0 = No Such Object available on this agent at this OID
  231. IP-MIB::icmpInAddrMasks.0 = No Such Object available on this agent at this OID
  232. IP-MIB::icmpInAddrMaskReps.0 = No Such Object available on this agent at this OID
  233. IP-MIB::icmpOutTimeExcds.0 = No Such Object available on this agent at this OID
  234. IP-MIB::icmpOutParmProbs.0 = No Such Object available on this agent at this OID
  235. IP-MIB::icmpOutSrcQuenchs.0 = No Such Object available on this agent at this OID
  236. IP-MIB::icmpOutRedirects.0 = No Such Object available on this agent at this OID
  237. IP-MIB::icmpOutTimestamps.0 = No Such Object available on this agent at this OID
  238. IP-MIB::icmpOutTimestampReps.0 = No Such Object available on this agent at this OID
  239. IP-MIB::icmpOutAddrMasks.0 = No Such Object available on this agent at this OID
  240. IP-MIB::icmpOutAddrMaskReps.0 = No Such Object available on this agent at this OID
  241.  
  242.  
  243. ip SNMP[[0;36m'/usr/bin/snmpget' '-M' '/opt/librenms/mibs' '-v2c' '-c' 'COMMUNITY' '-OQXUte' 'udp:HOSTNAME:161' 'IP-MIB::ipForwDatagrams.0' 'IP-MIB::ipInDelivers.0' 'IP-MIB::ipInReceives.0' 'IP-MIB::ipOutRequests.0' 'IP-MIB::ipInDiscards.0' 'IP-MIB::ipOutDiscards.0' 'IP-MIB::ipOutNoRoutes.0' 'IP-MIB::ipReasmReqds.0' 'IP-MIB::ipReasmOKs.0' 'IP-MIB::ipReasmFails.0' 'IP-MIB::ipFragOKs.0' 'IP-MIB::ipFragFails.0' 'IP-MIB::ipFragCreates.0' 'IP-MIB::ipInUnknownProtos.0' 'IP-MIB::ipInHdrErrors.0' 'IP-MIB::ipInAddrErrors.0'[0m]  
  244. IP-MIB::ipForwDatagrams.0 = No Such Object available on this agent at this OID
  245. IP-MIB::ipInDelivers.0 = No Such Object available on this agent at this OID
  246. IP-MIB::ipInReceives.0 = No Such Object available on this agent at this OID
  247. IP-MIB::ipOutRequests.0 = No Such Object available on this agent at this OID
  248. IP-MIB::ipInDiscards.0 = No Such Object available on this agent at this OID
  249. IP-MIB::ipOutDiscards.0 = No Such Object available on this agent at this OID
  250. IP-MIB::ipOutNoRoutes.0 = No Such Object available on this agent at this OID
  251. IP-MIB::ipReasmReqds.0 = No Such Object available on this agent at this OID
  252. IP-MIB::ipReasmOKs.0 = No Such Object available on this agent at this OID
  253. IP-MIB::ipReasmFails.0 = No Such Object available on this agent at this OID
  254. IP-MIB::ipFragOKs.0 = No Such Object available on this agent at this OID
  255. IP-MIB::ipFragFails.0 = No Such Object available on this agent at this OID
  256. IP-MIB::ipFragCreates.0 = No Such Object available on this agent at this OID
  257. IP-MIB::ipInUnknownProtos.0 = No Such Object available on this agent at this OID
  258. IP-MIB::ipInHdrErrors.0 = No Such Object available on this agent at this OID
  259. IP-MIB::ipInAddrErrors.0 = No Such Object available on this agent at this OID
  260.  
  261.  
  262. ip_forward SNMP[[0;36m'/usr/bin/snmpget' '-M' '/opt/librenms/mibs' '-v2c' '-c' 'COMMUNITY' '-OQXUte' 'udp:HOSTNAME:161' 'IP-FORWARD-MIB::ipCidrRouteNumber.0'[0m]  
  263. IP-FORWARD-MIB::ipCidrRouteNumber.0 = No Such Object available on this agent at this OID
  264.  
  265.  
  266. snmp SNMP[[0;36m'/usr/bin/snmpget' '-M' '/opt/librenms/mibs' '-v2c' '-c' 'COMMUNITY' '-OQXUte' 'udp:HOSTNAME:161' 'SNMPv2-MIB::snmpInPkts.0' 'SNMPv2-MIB::snmpOutPkts.0' 'SNMPv2-MIB::snmpInBadVersions.0' 'SNMPv2-MIB::snmpInBadCommunityNames.0' 'SNMPv2-MIB::snmpInBadCommunityUses.0' 'SNMPv2-MIB::snmpInASNParseErrs.0' 'SNMPv2-MIB::snmpInTooBigs.0' 'SNMPv2-MIB::snmpInNoSuchNames.0' 'SNMPv2-MIB::snmpInBadValues.0' 'SNMPv2-MIB::snmpInReadOnlys.0' 'SNMPv2-MIB::snmpInGenErrs.0' 'SNMPv2-MIB::snmpInTotalReqVars.0' 'SNMPv2-MIB::snmpInTotalSetVars.0' 'SNMPv2-MIB::snmpInGetRequests.0' 'SNMPv2-MIB::snmpInGetNexts.0' 'SNMPv2-MIB::snmpInSetRequests.0' 'SNMPv2-MIB::snmpInGetResponses.0' 'SNMPv2-MIB::snmpInTraps.0' 'SNMPv2-MIB::snmpOutTooBigs.0' 'SNMPv2-MIB::snmpOutNoSuchNames.0' 'SNMPv2-MIB::snmpOutBadValues.0' 'SNMPv2-MIB::snmpOutGenErrs.0' 'SNMPv2-MIB::snmpOutGetRequests.0' 'SNMPv2-MIB::snmpOutGetNexts.0' 'SNMPv2-MIB::snmpOutSetRequests.0' 'SNMPv2-MIB::snmpOutGetResponses.0' 'SNMPv2-MIB::snmpOutTraps.0' 'SNMPv2-MIB::snmpSilentDrops.0' 'SNMPv2-MIB::snmpProxyDrops.0'[0m]  
  267. SNMPv2-MIB::snmpInPkts.0 = No Such Object available on this agent at this OID
  268. SNMPv2-MIB::snmpOutPkts.0 = No Such Object available on this agent at this OID
  269. SNMPv2-MIB::snmpInBadVersions.0 = No Such Object available on this agent at this OID
  270. SNMPv2-MIB::snmpInBadCommunityNames.0 = No Such Object available on this agent at this OID
  271. SNMPv2-MIB::snmpInBadCommunityUses.0 = No Such Object available on this agent at this OID
  272. SNMPv2-MIB::snmpInASNParseErrs.0 = No Such Object available on this agent at this OID
  273. SNMPv2-MIB::snmpInTooBigs.0 = No Such Object available on this agent at this OID
  274. SNMPv2-MIB::snmpInNoSuchNames.0 = No Such Object available on this agent at this OID
  275. SNMPv2-MIB::snmpInBadValues.0 = No Such Object available on this agent at this OID
  276. SNMPv2-MIB::snmpInReadOnlys.0 = No Such Object available on this agent at this OID
  277. SNMPv2-MIB::snmpInGenErrs.0 = No Such Object available on this agent at this OID
  278. SNMPv2-MIB::snmpInTotalReqVars.0 = No Such Object available on this agent at this OID
  279. SNMPv2-MIB::snmpInTotalSetVars.0 = No Such Object available on this agent at this OID
  280. SNMPv2-MIB::snmpInGetRequests.0 = No Such Object available on this agent at this OID
  281. SNMPv2-MIB::snmpInGetNexts.0 = No Such Object available on this agent at this OID
  282. SNMPv2-MIB::snmpInSetRequests.0 = No Such Object available on this agent at this OID
  283. SNMPv2-MIB::snmpInGetResponses.0 = No Such Object available on this agent at this OID
  284. SNMPv2-MIB::snmpInTraps.0 = No Such Object available on this agent at this OID
  285. SNMPv2-MIB::snmpOutTooBigs.0 = No Such Object available on this agent at this OID
  286. SNMPv2-MIB::snmpOutNoSuchNames.0 = No Such Object available on this agent at this OID
  287. SNMPv2-MIB::snmpOutBadValues.0 = No Such Object available on this agent at this OID
  288. SNMPv2-MIB::snmpOutGenErrs.0 = No Such Object available on this agent at this OID
  289. SNMPv2-MIB::snmpOutGetRequests.0 = No Such Object available on this agent at this OID
  290. SNMPv2-MIB::snmpOutGetNexts.0 = No Such Object available on this agent at this OID
  291. SNMPv2-MIB::snmpOutSetRequests.0 = No Such Object available on this agent at this OID
  292. SNMPv2-MIB::snmpOutGetResponses.0 = No Such Object available on this agent at this OID
  293. SNMPv2-MIB::snmpOutTraps.0 = No Such Object available on this agent at this OID
  294. SNMPv2-MIB::snmpSilentDrops.0 = No Such Object available on this agent at this OID
  295. SNMPv2-MIB::snmpProxyDrops.0 = No Such Object available on this agent at this OID
  296.  
  297.  
  298. udp SNMP[[0;36m'/usr/bin/snmpget' '-M' '/opt/librenms/mibs' '-v2c' '-c' 'COMMUNITY' '-OQXUte' 'udp:HOSTNAME:161' 'UDP-MIB::udpInDatagrams.0' 'UDP-MIB::udpOutDatagrams.0' 'UDP-MIB::udpInErrors.0' 'UDP-MIB::udpNoPorts.0'[0m]  
  299. UDP-MIB::udpInDatagrams.0 = No Such Object available on this agent at this OID
  300. UDP-MIB::udpOutDatagrams.0 = No Such Object available on this agent at this OID
  301. UDP-MIB::udpInErrors.0 = No Such Object available on this agent at this OID
  302. UDP-MIB::udpNoPorts.0 = No Such Object available on this agent at this OID
  303.  
  304.  
  305. tcp SNMP[[0;36m'/usr/bin/snmpget' '-M' '/opt/librenms/mibs' '-v2c' '-c' 'COMMUNITY' '-OQXUte' 'udp:HOSTNAME:161' 'TCP-MIB::tcpActiveOpens.0' 'TCP-MIB::tcpPassiveOpens.0' 'TCP-MIB::tcpAttemptFails.0' 'TCP-MIB::tcpEstabResets.0' 'TCP-MIB::tcpCurrEstab.0' 'TCP-MIB::tcpInSegs.0' 'TCP-MIB::tcpOutSegs.0' 'TCP-MIB::tcpRetransSegs.0' 'TCP-MIB::tcpInErrs.0' 'TCP-MIB::tcpOutRsts.0'[0m]  
  306. TCP-MIB::tcpActiveOpens.0 = No Such Object available on this agent at this OID
  307. TCP-MIB::tcpPassiveOpens.0 = No Such Object available on this agent at this OID
  308. TCP-MIB::tcpAttemptFails.0 = No Such Object available on this agent at this OID
  309. TCP-MIB::tcpEstabResets.0 = No Such Object available on this agent at this OID
  310. TCP-MIB::tcpCurrEstab.0 = No Such Object available on this agent at this OID
  311. TCP-MIB::tcpInSegs.0 = No Such Object available on this agent at this OID
  312. TCP-MIB::tcpOutSegs.0 = No Such Object available on this agent at this OID
  313. TCP-MIB::tcpRetransSegs.0 = No Such Object available on this agent at this OID
  314. TCP-MIB::tcpInErrs.0 = No Such Object available on this agent at this OID
  315. TCP-MIB::tcpOutRsts.0 = No Such Object available on this agent at this OID
  316.  
  317.  
  318.  
  319.  
  320. >> Runtime for poller module 'netstats': 0.4462 seconds with 1928 bytes
  321. >> [0;36mSNMP[0m: [6/0.44s] [1;33mMySQL[0m: [0/0.00s]  
  322. #### Unload poller module netstats ####
  323.  
  324. Modules status: Global+  
  325. OS  
  326. Device  
  327.  
  328. #### Load poller module hr-mib ####
  329. SNMP[[0;36m'/usr/bin/snmpget' '-v2c' '-c' 'COMMUNITY' '-OUQs' '-m' 'HOST-RESOURCES-MIB' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' 'hrSystemMaxProcesses.0' 'hrSystemProcesses.0' 'hrSystemNumUsers.0'[0m]
  330. hrSystemMaxProcesses.0 = 0
  331. hrSystemProcesses.0 = 192
  332. hrSystemNumUsers.0 = 0  
  333.  
  334.  ProcessesSQL[[1;33mselect * from `hrSystem` where (`device_id` = ?) limit 1 [0;33m[12][0m 2.23ms]
  335.  
  336. SQL[[1;33mupdate `hrSystem` set `hrSystemProcesses` = ? where `hrSystem_id` = ? [0;33m["192",5][0m 3.76ms]
  337.  
  338.  Users
  339.  
  340. >> Runtime for poller module 'hr-mib': 0.0428 seconds with 28568 bytes
  341. >> [0;36mSNMP[0m: [1/0.03s] [1;33mMySQL[0m: [2/0.06s]  
  342. #### Unload poller module hr-mib ####
  343.  
  344. Modules status: Global+  
  345. OS  
  346. Device  
  347.  
  348. #### Load poller module ucd-mib ####
  349. SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUs' '-m' 'UCD-SNMP-MIB' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' 'systemStats'[0m]
  350. systemStats = No more variables left in this MIB View (It is past the end of the MIB tree)  
  351.  
  352. SNMP[[0;36m'/usr/bin/snmpget' '-v2c' '-c' 'COMMUNITY' '-OQUs' '-m' 'UCD-SNMP-MIB' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' 'laLoadInt.1' 'laLoadInt.2' 'laLoadInt.3'[0m]
  353. laLoadInt.1 = No Such Object available on this agent at this OID
  354. laLoadInt.2 = No Such Object available on this agent at this OID
  355. laLoadInt.3 = No Such Object available on this agent at this OID  
  356.  
  357.  
  358. >> Runtime for poller module 'ucd-mib': 0.0580 seconds with -928 bytes
  359. >> [0;36mSNMP[0m: [2/0.06s] [1;33mMySQL[0m: [0/0.00s]  
  360. #### Unload poller module ucd-mib ####
  361.  
  362. Modules status: Global+  
  363. OS  
  364. Device  
  365.  
  366. #### Load poller module ipSystemStats ####
  367. SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUs' '-m' 'IP-MIB' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' 'ipSystemStats'[0m]
  368. ipSystemStatsTable = No Such Object available on this agent at this OID  
  369.  
  370. Invalid snmp_walk() data = ipSystemStatsTable = No Such Object available on this agent at this OID  
  371.  
  372.  
  373. >> Runtime for poller module 'ipSystemStats': 0.1072 seconds with 56 bytes
  374. >> [0;36mSNMP[0m: [1/0.11s] [1;33mMySQL[0m: [0/0.00s]  
  375. #### Unload poller module ipSystemStats ####
  376.  
  377. Modules status: Global+  
  378. OS  
  379. Device  
  380.  
  381. #### Load poller module ports ####
  382. SQL[[1;33mSELECT *, `ports_statistics`.`port_id` AS `ports_statistics_port_id`, `ports`.`port_id` AS `port_id` FROM `ports` LEFT OUTER JOIN `ports_statistics` ON `ports`.`port_id` = `ports_statistics`.`port_id` WHERE `ports`.`device_id` = ? ORDER BY ports.port_id [0;33m[12][0m 3.28ms]
  383.  
  384. Caching Oids: Full ports polling SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUs' '-m' 'IF-MIB' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' 'ifXEntry'[0m]
  385. ifXEntry = No more variables left in this MIB View (It is past the end of the MIB tree)  
  386.  
  387. SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUst' '-m' 'IF-MIB' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' 'ifEntry'[0m]
  388. ifEntry = No Such Object available on this agent at this OID  
  389.  
  390. Invalid snmp_walk() data = ifEntry = No Such Object available on this agent at this OID  
  391. dot3StatsDuplexStatusSNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUs' '-m' 'EtherLike-MIB' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' 'dot3StatsDuplexStatus'[0m]
  392. dot3StatsDuplexStatus = No Such Object available on this agent at this OID  
  393.  
  394. Invalid snmp_walk() data = dot3StatsDuplexStatus = No Such Object available on this agent at this OID  
  395. SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUs' '-m' 'Q-BRIDGE-MIB' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' 'dot1qPvid'[0m]
  396. dot1qPvid = No Such Object available on this agent at this OID  
  397.  
  398. Invalid snmp_walk() data = dot1qPvid = No Such Object available on this agent at this OID  
  399. array (
  400. )  
  401.  
  402. SQL[[1;33mupdate `ports` set `poll_time` = ?, `poll_prev` = ?, `poll_period` = ? where 0 = 1 [0;33m[1667828497,null,1667828497][0m 1.72ms]
  403.  
  404. 0 updated  
  405.  
  406. >> Runtime for poller module 'ports': 0.1909 seconds with 5768 bytes
  407. >> [0;36mSNMP[0m: [4/0.17s] [1;33mMySQL[0m: [2/0.05s]  
  408. #### Unload poller module ports ####
  409.  
  410. Modules status: Global-  
  411. OS  
  412. Device  
  413. Module [ xdsl ] disabled globally.
  414.  
  415. Modules status: Global+  
  416. OS  
  417. Device  
  418.  
  419. #### Load poller module customoid ####
  420. SQL[[1;33mSELECT * FROM `customoids` WHERE `customoid_passed` = 1 AND `device_id` = ? [0;33m[12][0m 1.85ms]
  421.  
  422.  
  423. >> Runtime for poller module 'customoid': 0.0030 seconds with 1864 bytes
  424. >> [0;36mSNMP[0m: [0/0.00s] [1;33mMySQL[0m: [1/0.02s]  
  425. #### Unload poller module customoid ####
  426.  
  427. Modules status: Global+  
  428. OS-  
  429. Device  
  430. Module [ bgp-peers ] disabled on os.
  431.  
  432. Modules status: Global-  
  433. OS  
  434. Device  
  435. Module [ junose-atm-vp ] disabled globally.
  436.  
  437. Modules status: Global-  
  438. OS  
  439. Device  
  440. Module [ printer-supplies ] disabled globally.
  441.  
  442. Modules status: Global+  
  443. OS  
  444. Device  
  445.  
  446. #### Load poller module ucd-diskio ####
  447. SQL[[1;33mSELECT * FROM `ucd_diskio` WHERE `device_id`  = ? [0;33m[12][0m 1.2ms]
  448.  
  449.  
  450. >> Runtime for poller module 'ucd-diskio': 0.0023 seconds with 584 bytes
  451. >> [0;36mSNMP[0m: [0/0.00s] [1;33mMySQL[0m: [1/0.01s]  
  452. #### Unload poller module ucd-diskio ####
  453.  
  454. Modules status: Global+  
  455. OS  
  456. Device  
  457.  
  458. #### Load poller module wifi ####
  459.  
  460. >> Runtime for poller module 'wifi': 0.0003 seconds with 80 bytes
  461. >> [0;36mSNMP[0m: [0/0.00s] [1;33mMySQL[0m: [0/0.00s]  
  462. #### Unload poller module wifi ####
  463.  
  464. Modules status: Global+  
  465. OS  
  466. Device  
  467.  
  468. #### Load poller module wireless ####
  469. Attempting to initialize OS: linux  
  470. Attempting to initialize Group OS: unix  
  471. OS initialized: LibreNMS\OS\Shared\Unix  
  472. SQL[[1;33mSELECT * FROM `wireless_sensors` WHERE `device_id` = ? [0;33m[12][0m 1.11ms]
  473.  
  474.  
  475. >> Runtime for poller module 'wireless': 0.0094 seconds with 102296 bytes
  476. >> [0;36mSNMP[0m: [0/0.00s] [1;33mMySQL[0m: [1/0.01s]  
  477. #### Unload poller module wireless ####
  478.  
  479. Modules status: Global+  
  480. OS-  
  481. Device  
  482. Module [ ospf ] disabled on os.
  483.  
  484. Modules status: Global-  
  485. OS  
  486. Device  
  487. Module [ isis ] disabled globally.
  488.  
  489. Modules status: Global-  
  490. OS  
  491. Device  
  492. Module [ cisco-ipsec-flow-monitor ] disabled globally.
  493.  
  494. Modules status: Global-  
  495. OS  
  496. Device  
  497. Module [ cisco-remote-access-monitor ] disabled globally.
  498.  
  499. Modules status: Global-  
  500. OS  
  501. Device  
  502. Module [ cisco-cef ] disabled globally.
  503.  
  504. Modules status: Global-  
  505. OS  
  506. Device  
  507. Module [ slas ] disabled globally.
  508.  
  509. Modules status: Global-  
  510. OS  
  511. Device  
  512. Module [ cisco-mac-accounting ] disabled globally.
  513.  
  514. Modules status: Global-  
  515. OS  
  516. Device  
  517. Module [ cipsec-tunnels ] disabled globally.
  518.  
  519. Modules status: Global-  
  520. OS  
  521. Device  
  522. Module [ cisco-ace-loadbalancer ] disabled globally.
  523.  
  524. Modules status: Global-  
  525. OS  
  526. Device  
  527. Module [ cisco-ace-serverfarms ] disabled globally.
  528.  
  529. Modules status: Global-  
  530. OS  
  531. Device  
  532. Module [ cisco-asa-firewall ] disabled globally.
  533.  
  534. Modules status: Global-  
  535. OS  
  536. Device  
  537. Module [ cisco-voice ] disabled globally.
  538.  
  539. Modules status: Global-  
  540. OS  
  541. Device  
  542. Module [ cisco-cbqos ] disabled globally.
  543.  
  544. Modules status: Global-  
  545. OS  
  546. Device  
  547. Module [ cisco-otv ] disabled globally.
  548.  
  549. Modules status: Global-  
  550. OS  
  551. Device  
  552. Module [ cisco-qfp ] disabled globally.
  553.  
  554. Modules status: Global-  
  555. OS  
  556. Device  
  557. Module [ cisco-vpdn ] disabled globally.
  558.  
  559. Modules status: Global-  
  560. OS  
  561. Device  
  562. Module [ nac ] disabled globally.
  563.  
  564. Modules status: Global-  
  565. OS  
  566. Device  
  567. Module [ netscaler-vsvr ] disabled globally.
  568.  
  569. Modules status: Global-  
  570. OS  
  571. Device  
  572. Module [ aruba-controller ] disabled globally.
  573.  
  574. Modules status: Global+  
  575. OS  
  576. Device  
  577.  
  578. #### Load poller module entity-physical ####
  579.  
  580. >> Runtime for poller module 'entity-physical': 0.0003 seconds with 80 bytes
  581. >> [0;36mSNMP[0m: [0/0.00s] [1;33mMySQL[0m: [0/0.00s]  
  582. #### Unload poller module entity-physical ####
  583.  
  584. Modules status: Global+  
  585. OS  
  586. Device  
  587.  
  588. #### Load poller module entity-state ####
  589. SQL[[1;33mSELECT S.entity_state_id, S.entStateLastChanged, P.entPhysicalIndex FROM entityState AS S LEFT JOIN entPhysical AS P USING (entPhysical_id) WHERE S.device_id=? [0;33m[12][0m 1.13ms]
  590.  
  591.  
  592. >> Runtime for poller module 'entity-state': 0.0021 seconds with 584 bytes
  593. >> [0;36mSNMP[0m: [0/0.00s] [1;33mMySQL[0m: [1/0.01s]  
  594. #### Unload poller module entity-state ####
  595.  
  596. Modules status: Global+  
  597. OS  
  598. Device  
  599.  
  600. #### Load poller module applications ####
  601. SQL[[1;33mselect * from `applications` where `applications`.`device_id` = ? and `applications`.`device_id` is not null [0;33m[12][0m 0.94ms]
  602.  
  603.  
  604. >> Runtime for poller module 'applications': 0.0034 seconds with 32376 bytes
  605. >> [0;36mSNMP[0m: [0/0.00s] [1;33mMySQL[0m: [1/0.01s]  
  606. #### Unload poller module applications ####
  607.  
  608. Modules status: Global+  
  609. OS-  
  610. Device  
  611. Module [ stp ] disabled on os.
  612.  
  613. Modules status: Global+  
  614. OS  
  615. Device  
  616.  
  617. #### Load poller module ntp ####
  618.  
  619. >> Runtime for poller module 'ntp': 0.0006 seconds with 80 bytes
  620. >> [0;36mSNMP[0m: [0/0.00s] [1;33mMySQL[0m: [0/0.00s]  
  621. #### Unload poller module ntp ####
  622.  
  623. Modules status: Global+  
  624. OS  
  625. Device  
  626.  
  627. #### Load poller module loadbalancers ####
  628.  
  629. >> Runtime for poller module 'loadbalancers': 0.0005 seconds with 80 bytes
  630. >> [0;36mSNMP[0m: [0/0.00s] [1;33mMySQL[0m: [0/0.00s]  
  631. #### Unload poller module loadbalancers ####
  632.  
  633. Modules status: Global-  
  634. OS  
  635. Device  
  636. Module [ mef ] disabled globally.
  637.  
  638. Modules status: Global+  
  639. OS  
  640. Device  
  641.  
  642. #### Load poller module mpls ####
  643.  
  644. >> Runtime for poller module 'mpls': 0.0016 seconds with 488 bytes
  645. >> [0;36mSNMP[0m: [0/0.00s] [1;33mMySQL[0m: [0/0.00s]  
  646. #### Unload poller module mpls ####
  647.  
  648. Enabling graphs: SQL[[1;33mselect * from `device_graphs` where `device_graphs`.`device_id` = ? and `device_graphs`.`device_id` is not null [0;33m[12][0m 1.06ms]
  649.  
  650.  
  651. SQL[[1;33mUPDATE `devices` set `last_polled`=NOW(),`last_polled_timetaken`=? WHERE `device_id` = ? [0;33m[2.286,12][0m 3.55ms]
  652.  
  653. Updating 192.168.100.1  
  654.  
  655. Polled in 2.286 seconds
  656. ### Start Device Groups ###
  657. SQL[[1;33mselect * from `device_groups` [0;33m[][0m 1.1ms]
  658.  
  659. SQL[[1;33mselect `devices`.`device_id`, `device_group_device`.`device_group_id` as `pivot_device_group_id`, `device_group_device`.`device_id` as `pivot_device_id` from `devices` inner join `device_group_device` on `devices`.`device_id` = `device_group_device`.`device_id` where `device_group_device`.`device_group_id` in (1, 2, 3) [0;33m[][0m 1.62ms]
  660.  
  661. SQL[[1;33mselect * from `device_group_device` where `device_group_device`.`device_id` = ? [0;33m[12][0m 1.18ms]
  662.  
  663. Groups Added:  
  664. Groups Removed:  
  665. ### End Device Groups, runtime: 0.0255s ###
  666.  
  667. #### Start Alerts ####
  668. SQL[[1;33mselect `device_groups`.*, `device_group_device`.`device_id` as `pivot_device_id`, `device_group_device`.`device_group_id` as `pivot_device_group_id` from `device_groups` inner join `device_group_device` on `device_groups`.`id` = `device_group_device`.`device_group_id` where `device_group_device`.`device_id` = ? [0;33m[12][0m 1.34ms]
  669.  
  670. SQL[[1;33mselect exists(select * from `alert_schedule` where (`start` &lt;= ? and `end` >= ? and (`recurring` = ? or (`recurring` = ? and ((time(`start`) < time xss=removed> ?) or (time(`start`) > time(`end`) and (time(`start`) &lt;= ? or time(`end`) > ?))) and (`recurring_day` like ? or `recurring_day` is null)))) and (exists (select * from `devices` inner join `alert_schedulables` on `devices`.`device_id` = `alert_schedulables`.`alert_schedulable_id` where `alert_schedule`.`schedule_id` = `alert_schedulables`.`schedule_id` and `alert_schedulables`.`alert_schedulable_type` = ? and `alert_schedulables`.`alert_schedulable_id` = ?) or exists (select * from `device_groups` inner join `alert_schedulables` on `device_groups`.`id` = `alert_schedulables`.`alert_schedulable_id` where `alert_schedule`.`schedule_id` = `alert_schedulables`.`schedule_id` and `alert_schedulables`.`alert_schedulable_type` = ? and `alert_schedulables`.`alert_schedulable_id` in (1)) or exists (select * from `locations` inner join `alert_schedulables` on `locations`.`id` = `alert_schedulables`.`alert_schedulable_id` where `alert_schedule`.`schedule_id` = `alert_schedulables`.`schedule_id` and `alert_schedulables`.`alert_schedulable_type` = ? and `alert_schedulables`.`alert_schedulable_id` = ?))) as `exists` [0;33m["2022-11-07T13:41:37.177581Z","2022-11-07T13:41:37.177581Z",0,1,"13:41:37","13:41:37","13:41:37","13:41:37","[41m%","device",12,"device_group","location",1][0m 2.78ms]
  671.  
  672. SQL[[1;33mselect * from `devices` where `devices`.`device_id` = ? limit 1 [0;33m[12][0m 1.67ms]
  673.  
  674. SQL[[1;33mSELECT DISTINCT a.* FROM alert_rules a
  675.         LEFT JOIN alert_device_map d ON a.id=d.rule_id AND (a.invert_map = 0 OR a.invert_map = 1 AND d.device_id = ?)
  676.         LEFT JOIN alert_group_map g ON a.id=g.rule_id AND (a.invert_map = 0 OR a.invert_map = 1 AND g.group_id IN (SELECT DISTINCT device_group_id FROM device_group_device WHERE device_id = ?))
  677.         LEFT JOIN alert_location_map l ON a.id=l.rule_id AND (a.invert_map = 0 OR a.invert_map = 1 AND l.location_id IN (SELECT DISTINCT location_id FROM devices WHERE device_id = ?))
  678.         LEFT JOIN devices ld ON l.location_id=ld.location_id AND ld.device_id = ?
  679.         LEFT JOIN device_group_device dg ON g.group_id=dg.device_group_id AND dg.device_id = ?
  680.         WHERE a.disabled = 0 AND (
  681.             (d.device_id IS NULL AND g.group_id IS NULL AND l.location_id IS NULL)
  682.             OR (a.invert_map = 0 AND (d.device_id=? OR dg.device_id=? OR ld.device_id=?))
  683.             OR (a.invert_map = 1  AND (d.device_id != ? OR d.device_id IS NULL) AND (dg.device_id != ? OR dg.device_id IS NULL) AND (ld.device_id != ? OR ld.device_id IS NULL))
  684.         ) [0;33m[12,12,12,12,12,12,12,12,12,12,12][0m 4.21ms]
  685.  
  686. #### End Alerts ####
  687. ./poller.php 192.168.100.1 2022-11-07 07:41:37 - 1 devices polled in 2.929 secs  
  688.  
  689. [0;36mSNMP[0m [17/1.03s]: Snmpget[11/0.72s] Snmpwalk[6/0.31s]  
  690. [1;33mSQL[0m [46/0.81s]: Select[36/0.56s] Insert[1/0.04s] Update[9/0.21s]  
  691.