From MarcusPLS, 5 Years ago, written in Plain Text.
Embed
  1. LibreNMS Poller
  2. SQL[select `version` from `dbSchema` order by `version` desc limit 1 [] 0.58ms]
  3. SQL[SELECT version() [] 31.48ms]
  4. ===================================
  5. Version info:
  6. Commit SHA: 1fbb4419a9c25f3db1d61764f055aba59f056d0b
  7. Commit Date: 1535834839
  8. DB Schema: 262
  9. PHP: 7.2.7-0ubuntu0.18.04.2
  10. MySQL: 10.1.34-MariaDB-0ubuntu0.18.04.1
  11. RRDTool: 1.7.0
  12. SNMP: NET-SNMP 5.7.3
  13. ==================================DEBUG!
  14. Updating os_def.cache... Done
  15. Starting polling run:
  16.  
  17. SQL[SELECT * FROM `devices` WHERE `disabled` = 0 AND `hostname` = '192.168.xxx.xx' ORDER BY `device_id` ASC [] 3.06ms]
  18. SQL[SELECT * FROM devices_attribs WHERE `device_id` = ? [23] 0.79ms]
  19. Hostname: 192.168.xxx.xx
  20. Device ID: 23
  21. OS: generic
  22. Warning: inet_pton(): Unrecognized address  in /opt/librenms/includes/polling/functions.inc.php on line 248
  23.  
  24.  
  25. [FPING] /usr/bin/fping -e -q -c 3 -p 500 -t 500 192.168.xxx.xx
  26. Array
  27. (
  28.     [xmt] => 3
  29.     [rcv] => 3
  30.     [loss] => 0
  31.     [min] => 0.25
  32.     [max] => 0.27
  33.     [avg] => 0.26
  34.     [exitcode] => 0
  35. )
  36. SQL[INSERT IGNORE INTO `device_perf` (`xmt`,`rcv`,`loss`,`min`,`max`,`avg`,`device_id`,`timestamp`)  VALUES (:xmt,:rcv,:loss,:min,:max,:avg,:device_id,NOW()) {"xmt":"3","rcv":"3","loss":"0","min":"0.25","max":"0.27","avg":"0.26","device_id":23} 32.82ms]
  37. SNMP Check response code: 0
  38. Modules status: Global+ OS  Device  
  39. #### Load poller module core ####
  40. SNMP[/usr/bin/snmpget -v1 -c COMMUNITY -OQnUt -m SNMPv2-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 sysUpTime.0 sysLocation.0 sysContact.0 sysName.0 sysObjectID.0 sysDescr.0]
  41. .*.*.0 = 8676251
  42. .*.*.0 = PLCSCC
  43. .*.*.0 = MarcusPLS
  44. .*.*.0 = PLS-UPS
  45. .*.*.0 = .*.4.1.3808
  46. .*.*.0 = UPS Agent
  47.  
  48. SNMP[/usr/bin/snmpget -v1 -c COMMUNITY -OQnUst -m HOST-RESOURCES-MIB:SNMP-FRAMEWORK-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 snmpEngineTime.0 hrSystemUptime.0]
  49.  
  50. Uptime seconds: 86763
  51. RRD[update /opt/librenms/rrd/192.168.xxx.xx/uptime.rrd N:86763]
  52. [RRD Disabled]Uptime: 1 day, 6m 3s
  53. SQL[SELECT `lat`,`lng` FROM `locations` WHERE `location`=? LIMIT 1 ["PLCSCC"] 0.59ms]
  54. Google geocode engine being used
  55. Bad lat / lng received
  56.  
  57. >> Runtime for poller module 'core': 0.1478 seconds with 82440 bytes
  58. >> SNMP: [2/0.07s] MySQL: [1/0.00s] RRD: [0/0.00s]
  59. #### Unload poller module core ####
  60.  
  61. RRD[update /opt/librenms/rrd/192.168.xxx.xx/poller-perf-core.rrd N:0.14781212806702]
  62. [RRD Disabled]Modules status: Global- OS  Device  Module [ unix-agent ] disabled globally.
  63.  
  64. Modules status: Global+ OS  Device  
  65. #### Load poller module os ####
  66. Generic :(
  67. Hardware:
  68. Version:
  69. Features:
  70. Serial:
  71.  
  72. >> Runtime for poller module 'os': 0.0006 seconds with 512 bytes
  73. >> SNMP: [0/0.00s] MySQL: [0/0.00s] RRD: [0/0.00s]
  74. #### Unload poller module os ####
  75.  
  76. RRD[update /opt/librenms/rrd/192.168.xxx.xx/poller-perf-os.rrd N:0.00062704086303711]
  77. [RRD Disabled]Modules status: Global+ OS  Device  
  78. #### Load poller module ipmi ####
  79. SQL[SELECT * FROM sensors WHERE device_id = ? AND poller_type='ipmi' [23] 0.73ms]
  80. Array
  81. (
  82. )
  83.  
  84. >> Runtime for poller module 'ipmi': 0.0016 seconds with 2512 bytes
  85. >> SNMP: [0/0.00s] MySQL: [1/0.00s] RRD: [0/0.00s]
  86. #### Unload poller module ipmi ####
  87.  
  88. RRD[update /opt/librenms/rrd/192.168.xxx.xx/poller-perf-ipmi.rrd N:0.0016098022460938]
  89. [RRD Disabled]Modules status: Global+ OS  Device  
  90. #### Load poller module sensors ####
  91. SQL[SELECT `sensor_class` FROM `sensors` WHERE `device_id` = ? GROUP BY `sensor_class` [23] 0.51ms]
  92.  
  93. >> Runtime for poller module 'sensors': 0.0012 seconds with 1464 bytes
  94. >> SNMP: [0/0.00s] MySQL: [1/0.00s] RRD: [0/0.00s]
  95. #### Unload poller module sensors ####
  96.  
  97. RRD[update /opt/librenms/rrd/192.168.xxx.xx/poller-perf-sensors.rrd N:0.0011558532714844]
  98. [RRD Disabled]Modules status: Global+ OS  Device  
  99. #### Load poller module processors ####
  100. Attempting to initialize OS: generic
  101. OS initialized: LibreNMS\OS\Generic
  102. SQL[SELECT * FROM processors WHERE device_id=? [23] 0.61ms]
  103.  
  104. >> Runtime for poller module 'processors': 0.0045 seconds with 97272 bytes
  105. >> SNMP: [0/0.00s] MySQL: [1/0.00s] RRD: [0/0.00s]
  106. #### Unload poller module processors ####
  107.  
  108. RRD[update /opt/librenms/rrd/192.168.xxx.xx/poller-perf-processors.rrd N:0.0044670104980469]
  109. [RRD Disabled]Modules status: Global+ OS  Device  
  110. #### Load poller module mempools ####
  111. SQL[SELECT * FROM mempools WHERE device_id = ? [23] 0.65ms]
  112.  
  113. >> Runtime for poller module 'mempools': 0.0014 seconds with 1760 bytes
  114. >> SNMP: [0/0.00s] MySQL: [1/0.00s] RRD: [0/0.00s]
  115. #### Unload poller module mempools ####
  116.  
  117. RRD[update /opt/librenms/rrd/192.168.xxx.xx/poller-perf-mempools.rrd N:0.00136399269104]
  118. [RRD Disabled]Modules status: Global+ OS  Device  
  119. #### Load poller module storage ####
  120. SQL[SELECT * FROM storage WHERE device_id = ? [23] 0.59ms]
  121.  
  122. >> Runtime for poller module 'storage': 0.0013 seconds with 1824 bytes
  123. >> SNMP: [0/0.00s] MySQL: [1/0.00s] RRD: [0/0.00s]
  124. #### Unload poller module storage ####
  125.  
  126. RRD[update /opt/librenms/rrd/192.168.xxx.xx/poller-perf-storage.rrd N:0.0012619495391846]
  127. [RRD Disabled]Modules status: Global+ OS  Device  
  128. #### Load poller module netstats ####
  129.  ICMPSNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OQUs -m IP-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 icmp]
  130.  
  131.  IPSNMP[/usr/bin/snmpget -v1 -c COMMUNITY -OQUs -m IP-MIB -M /opt/librenms/mibs 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]
  132.  
  133.  IP-FORWARDSNMP[/usr/bin/snmpget -v1 -c COMMUNITY -OQv -M /opt/librenms/mibs udp:HOSTNAME:161 IP-FORWARD-MIB::ipCidrRouteNumber.0]
  134.  
  135.  SNMPSNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OQUs -m SNMPv2-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 snmp]
  136. snmpInPkts.0 = 536
  137. snmpInBadVersions.0 = 0
  138. snmpInBadCommunityNames.0 = 0
  139. snmpInBadCommunityUses.0 = 0
  140. snmpInASNParseErrs.0 = 0
  141. snmpEnableAuthenTraps.0 = disabled
  142. snmpSilentDrops.0 = 0
  143. snmpProxyDrops.0 = 0
  144.  
  145. RRD[update /opt/librenms/rrd/192.168.xxx.xx/netstats-snmp.rrd N:536:U:0:0:0:0:U:U:U:U:U:U:U:U:U:U:U:U:U:U:U:U:U:U:U:U:U:0:0]
  146. [RRD Disabled] TCPSNMP[/usr/bin/snmpget -v1 -c COMMUNITY -OQUs -m TCP-MIB -M /opt/librenms/mibs 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 tcpHCInSegs.0 tcpHCOutSegs.0]
  147.  
  148.  UDPSNMP[/usr/bin/snmpget -v1 -c COMMUNITY -OQUs -m UDP-MIB -M /opt/librenms/mibs udp:HOSTNAME:161  UDP-MIB::udpInDatagrams.0 UDP-MIB::udpOutDatagrams.0 UDP-MIB::udpInErrors.0 UDP-MIB::udpNoPorts.0]
  149.  
  150.  
  151.  
  152. >> Runtime for poller module 'netstats': 0.2019 seconds with 3592 bytes
  153. >> SNMP: [6/0.20s] MySQL: [0/0.00s] RRD: [0/0.00s]
  154. #### Unload poller module netstats ####
  155.  
  156. RRD[update /opt/librenms/rrd/192.168.xxx.xx/poller-perf-netstats.rrd N:0.20188903808594]
  157. [RRD Disabled]Modules status: Global+ OS  Device  
  158. #### Load poller module hr-mib ####
  159. SNMP[/usr/bin/snmpget -v1 -c COMMUNITY -OUQs -m HOST-RESOURCES-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 hrSystemProcesses.0 hrSystemNumUsers.0]
  160.  
  161.  
  162.  
  163. >> Runtime for poller module 'hr-mib': 0.0298 seconds with 1584 bytes
  164. >> SNMP: [1/0.03s] MySQL: [0/0.00s] RRD: [0/0.00s]
  165. #### Unload poller module hr-mib ####
  166.  
  167. RRD[update /opt/librenms/rrd/192.168.xxx.xx/poller-perf-hr-mib.rrd N:0.029788017272949]
  168. [RRD Disabled]Modules status: Global+ OS  Device  
  169. #### Load poller module ucd-mib ####
  170. SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OQUs -m UCD-SNMP-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 systemStats]
  171.  
  172. SNMP[/usr/bin/snmpget -v1 -c COMMUNITY -OQUs -m UCD-SNMP-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 memTotalSwap.0 memAvailSwap.0 memTotalReal.0 memAvailReal.0 memTotalFree.0 memShared.0 memBuffer.0 memCached.0]
  173.  
  174. SNMP[/usr/bin/snmpget -v1 -c COMMUNITY -OQUs -m UCD-SNMP-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 laLoadInt.1 laLoadInt.2 laLoadInt.3]
  175.  
  176.  
  177. >> Runtime for poller module 'ucd-mib': 0.0863 seconds with 2728 bytes
  178. >> SNMP: [3/0.09s] MySQL: [0/0.00s] RRD: [0/0.00s]
  179. #### Unload poller module ucd-mib ####
  180.  
  181. RRD[update /opt/librenms/rrd/192.168.xxx.xx/poller-perf-ucd-mib.rrd N:0.086275100708008]
  182. [RRD Disabled]Modules status: Global+ OS  Device  
  183. #### Load poller module ipSystemStats ####
  184. SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OQUs -m IP-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 ipSystemStats]
  185.  
  186.  
  187.  
  188. >> Runtime for poller module 'ipSystemStats': 0.0373 seconds with 1920 bytes
  189. >> SNMP: [1/0.04s] MySQL: [0/0.00s] RRD: [0/0.00s]
  190. #### Unload poller module ipSystemStats ####
  191.  
  192. RRD[update /opt/librenms/rrd/192.168.xxx.xx/poller-perf-ipSystemStats.rrd N:0.037291049957275]
  193. [RRD Disabled]Modules status: Global+ OS  Device  
  194. #### Load poller module ports ####
  195. SQL[SELECT *, `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 [23] 1.46ms]
  196. Caching Oids: Full ports polling SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OQUs -m IF-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 ifXEntry]
  197.  
  198. SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OQUst -m IF-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 ifEntry]
  199.  
  200. dot3StatsDuplexStatusSNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OQUs -m EtherLike-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 dot3StatsDuplexStatus]
  201.  
  202. SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OQUs -m Q-BRIDGE-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 dot1qPvid]
  203.  
  204. SQL[SELECT COUNT(*) FROM `ports` WHERE `device_id` = ? AND `ifType` in ('adsl','vdsl') [23] 0.67ms]
  205. Array
  206. (
  207. )
  208.  
  209.  
  210. >> Runtime for poller module 'ports': 0.1379 seconds with 26576 bytes
  211. >> SNMP: [4/0.13s] MySQL: [1/0.00s] RRD: [0/0.00s]
  212. #### Unload poller module ports ####
  213.  
  214. RRD[update /opt/librenms/rrd/192.168.xxx.xx/poller-perf-ports.rrd N:0.13794612884521]
  215. [RRD Disabled]Modules status: Global+ OS  Device  
  216. #### Load poller module bgp-peers ####
  217. SQL[SELECT * FROM bgpPeers WHERE device_id = ? [23] 0.68ms]
  218.  
  219. >> Runtime for poller module 'bgp-peers': 0.0032 seconds with 10352 bytes
  220. >> SNMP: [0/0.00s] MySQL: [1/0.00s] RRD: [0/0.00s]
  221. #### Unload poller module bgp-peers ####
  222.  
  223. RRD[update /opt/librenms/rrd/192.168.xxx.xx/poller-perf-bgp-peers.rrd N:0.0031821727752686]
  224. [RRD Disabled]Modules status: Global- OS  Device  Module [ junose-atm-vp ] disabled globally.
  225.  
  226. Modules status: Global- OS  Device  Module [ toner ] disabled globally.
  227.  
  228. Modules status: Global+ OS  Device  
  229. #### Load poller module ucd-diskio ####
  230. SQL[SELECT * FROM `ucd_diskio` WHERE `device_id`  = ? [23] 0.52ms]
  231.  
  232. >> Runtime for poller module 'ucd-diskio': 0.0013 seconds with 1824 bytes
  233. >> SNMP: [0/0.00s] MySQL: [1/0.00s] RRD: [0/0.00s]
  234. #### Unload poller module ucd-diskio ####
  235.  
  236. RRD[update /opt/librenms/rrd/192.168.xxx.xx/poller-perf-ucd-diskio.rrd N:0.0013370513916016]
  237. [RRD Disabled]Modules status: Global- OS  Device  Module [ wifi ] disabled globally.
  238.  
  239. Modules status: Global+ OS  Device  
  240. #### Load poller module wireless ####
  241. Attempting to initialize OS: generic
  242. OS initialized: LibreNMS\OS\Generic
  243. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id` = ? [23] 0.78ms]
  244.  
  245. >> Runtime for poller module 'wireless': 0.0039 seconds with 101256 bytes
  246. >> SNMP: [0/0.00s] MySQL: [1/0.00s] RRD: [0/0.00s]
  247. #### Unload poller module wireless ####
  248.  
  249. RRD[update /opt/librenms/rrd/192.168.xxx.xx/poller-perf-wireless.rrd N:0.0038659572601318]
  250. [RRD Disabled]Modules status: Global+ OS  Device  
  251. #### Load poller module ospf ####
  252. SQL[select * from `devices` where `devices`.`device_id` = ? limit 1 [23] 1.28ms]
  253.  Processes: SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OQUs -m OSPF-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 OSPF-MIB::ospfGeneralGroup]
  254.  
  255. Array
  256. (
  257. )
  258. SQL[delete from `ospf_instances` where (`device_id` = ? and `context_name` is null) and 1 = 1 [23] 0.64ms]
  259. 0
  260. >> Runtime for poller module 'ospf': 0.0391 seconds with 120512 bytes
  261. >> SNMP: [1/0.03s] MySQL: [0/0.00s] RRD: [0/0.00s]
  262. #### Unload poller module ospf ####
  263.  
  264. RRD[update /opt/librenms/rrd/192.168.xxx.xx/poller-perf-ospf.rrd N:0.039120197296143]
  265. [RRD Disabled]Modules status: Global- OS  Device  Module [ cisco-ipsec-flow-monitor ] disabled globally.
  266.  
  267. Modules status: Global- OS  Device  Module [ cisco-remote-access-monitor ] disabled globally.
  268.  
  269. Modules status: Global- OS  Device  Module [ cisco-cef ] disabled globally.
  270.  
  271. Modules status: Global- OS  Device  Module [ cisco-sla ] disabled globally.
  272.  
  273. Modules status: Global- OS  Device  Module [ cisco-mac-accounting ] disabled globally.
  274.  
  275. Modules status: Global- OS  Device  Module [ cipsec-tunnels ] disabled globally.
  276.  
  277. Modules status: Global- OS  Device  Module [ cisco-ace-loadbalancer ] disabled globally.
  278.  
  279. Modules status: Global- OS  Device  Module [ cisco-ace-serverfarms ] disabled globally.
  280.  
  281. Modules status: Global- OS  Device  Module [ cisco-asa-firewall ] disabled globally.
  282.  
  283. Modules status: Global- OS  Device  Module [ cisco-voice ] disabled globally.
  284.  
  285. Modules status: Global- OS  Device  Module [ cisco-cbqos ] disabled globally.
  286.  
  287. Modules status: Global- OS  Device  Module [ cisco-otv ] disabled globally.
  288.  
  289. Modules status: Global- OS  Device  Module [ cisco-vpdn ] disabled globally.
  290.  
  291. Modules status: Global- OS  Device  Module [ netscaler-vsvr ] disabled globally.
  292.  
  293. Modules status: Global- OS  Device  Module [ aruba-controller ] disabled globally.
  294.  
  295. Modules status: Global+ OS  Device  
  296. #### Load poller module entity-physical ####
  297. SQL[SELECT * FROM `entPhysical_state` WHERE `device_id` = ? [23] 0.56ms]
  298.  
  299. >> Runtime for poller module 'entity-physical': 0.0014 seconds with 1960 bytes
  300. >> SNMP: [0/0.00s] MySQL: [1/0.00s] RRD: [0/0.00s]
  301. #### Unload poller module entity-physical ####
  302.  
  303. RRD[update /opt/librenms/rrd/192.168.xxx.xx/poller-perf-entity-physical.rrd N:0.0014359951019287]
  304. [RRD Disabled]Modules status: Global- OS  Device  Module [ entity-state ] disabled globally.
  305.  
  306. Modules status: Global+ OS  Device  
  307. #### Load poller module applications ####
  308. SQL[SELECT * FROM `applications` WHERE `device_id`  = ? [23] 0.59ms]
  309.  
  310. >> Runtime for poller module 'applications': 0.0011 seconds with 1512 bytes
  311. >> SNMP: [0/0.00s] MySQL: [1/0.00s] RRD: [0/0.00s]
  312. #### Unload poller module applications ####
  313.  
  314. RRD[update /opt/librenms/rrd/192.168.xxx.xx/poller-perf-applications.rrd N:0.0011169910430908]
  315. [RRD Disabled]Modules status: Global- OS  Device  Module [ mib ] disabled globally.
  316.  
  317. Modules status: Global+ OS  Device  
  318. #### Load poller module stp ####
  319. SQL[SELECT * FROM `stp` WHERE `device_id` = ? [23] 0.62ms]
  320. SNMP[/usr/bin/snmpget -v1 -c COMMUNITY -Oqv -m RSTP-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 dot1dStpProtocolSpecification.0]
  321.  
  322.  
  323.  
  324. >> Runtime for poller module 'stp': 0.0314 seconds with 5672 bytes
  325. >> SNMP: [1/0.03s] MySQL: [1/0.00s] RRD: [0/0.00s]
  326. #### Unload poller module stp ####
  327.  
  328. RRD[update /opt/librenms/rrd/192.168.xxx.xx/poller-perf-stp.rrd N:0.03139591217041]
  329. [RRD Disabled]Modules status: Global+ OS  Device  
  330. #### Load poller module ntp ####
  331.  
  332. >> Runtime for poller module 'ntp': 0.0005 seconds with 320 bytes
  333. >> SNMP: [0/0.00s] MySQL: [0/0.00s] RRD: [0/0.00s]
  334. #### Unload poller module ntp ####
  335.  
  336. RRD[update /opt/librenms/rrd/192.168.xxx.xx/poller-perf-ntp.rrd N:0.00045394897460938]
  337. [RRD Disabled]Modules status: Global- OS  Device  Module [ loadbalancers ] disabled globally.
  338.  
  339. Modules status: Global- OS  Device  Module [ mef ] disabled globally.
  340.  
  341. ### Start Device Groups ###
  342. SQL[SELECT * FROM device_groups ORDER BY name [] 0.77ms]
  343. SQL[SELECT `device_group_id` FROM `device_group_device` WHERE `device_id`=? [23] 0.5ms]
  344. Groups Added:
  345. Groups Removed:
  346. ### End Device Groups ###
  347. Enabling graphs: SQL[SELECT `graph` FROM `device_graphs` WHERE `device_id` = ? [23] 0.59ms]
  348. uptime netstat_snmp netstat_snmp_pkt
  349. RRD[update /opt/librenms/rrd/192.168.xxx.xx/ping-perf.rrd N:0.26]
  350. [RRD Disabled]RRD[update /opt/librenms/rrd/192.168.xxx.xx/poller-perf.rrd N:1.841]
  351. [RRD Disabled]SQL[UPDATE `devices` set `uptime`=?,`last_ping`=NOW(),`last_ping_timetaken`=?,`last_polled`=NOW(),`last_polled_timetaken`=? WHERE `device_id` = ? [86763,"0.26",1.841,23] 15.55ms]
  352. Updating 192.168.xxx.xx
  353.  
  354. Polled in 1.841 seconds
  355. #### Start Alerts ####
  356. SQL[SELECT `device_group_id` FROM `device_group_device` WHERE `device_id`=? [23] 0.65ms]
  357. SQL[SELECT alert_schedule.schedule_id FROM alert_schedule LEFT JOIN alert_schedule_items ON alert_schedule.schedule_id=alert_schedule_items.schedule_id WHERE ( alert_schedule_items.target = ? ) && ((alert_schedule.recurring = 0 AND (NOW() BETWEEN alert_schedule.start AND alert_schedule.end)) OR (alert_schedule.recurring = 1 AND (alert_schedule.start_recurring_dt <= date_format(NOW(), '--%d') AND (end_recurring_dt >= date_format(NOW(), '--%d') OR end_recurring_dt is NULL OR end_recurring_dt = '0000-00-00' OR end_recurring_dt = '')) AND (date_format(now(), '%H:%i:%s') BETWEEN `start_recurring_hr` AND end_recurring_hr) AND (recurring_day LIKE CONCAT('%',date_format(now(), ''),'%') OR recurring_day is null or recurring_day = ''))) LIMIT 1 [23] 1.44ms]
  358. SQL[SELECT DISTINCT a.* FROM alert_rules a
  359.   LEFT JOIN alert_device_map d ON a.id=d.rule_id
  360.   LEFT JOIN alert_group_map g ON a.id=g.rule_id
  361.   LEFT JOIN device_group_device dg ON g.group_id=dg.device_group_id
  362.   WHERE a.disabled = 0 AND ((d.device_id IS NULL AND g.group_id IS NULL) OR d.device_id=? OR dg.device_id=?) [23,23] 0.81ms]
  363. #### End Alerts ####
  364. SQL[INSERT IGNORE INTO `perf_times` (`type`,`doing`,`start`,`duration`,`devices`,`poller`)  VALUES (:type,:doing,:start,:duration,:devices,:poller) {"type":"poll","doing":"192.168.xxx.xx","start":1535895099.406486,"duration":"3.334","devices":1,"poller":"librenms"} 37.06ms]
  365. /opt/librenms/poller.php 192.168.xxx.xx 2018-09-02 06:31:42 - 1 devices polled in 3.334 secs
  366. SNMP [20/0.63s]: Get[11/0.35s] Getnext[0/0.00s] Walk[9/0.29s]
  367. MySQL [21/0.11s]: Cell[3/0.03s] Row[-1/-0.03s] Rows[14/0.02s] Column[2/0.00s] Update[1/0.02s] Insert[2/0.07s] Delete[0/0.00s]
  368. RRD [0/0.00s]: Update[0/0.00s] Create [0/0.00s] Other[0/0.00s]
  369.  
  370.