Advertisement
NoNoBzH

discovery

Oct 20th, 2018
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 112.61 KB | None | 0 0
  1. LibreNMS Discovery
  2. SQL[select `version` from `dbSchema` order by `version` desc limit 1 [] 0.41ms]
  3. SQL[SELECT version() [] 0.29ms]
  4. ===================================
  5. Version info:
  6. Commit SHA: 15bf8b7e4ec75ec0a22921363d92e2825cd9d203
  7. Commit Date: 1539986338
  8. DB Schema: 269
  9. PHP: 7.0.32-0ubuntu0.16.04.1
  10. MySQL: 10.0.36-MariaDB-0ubuntu0.16.04.1
  11. RRDTool: 1.5.5
  12. SNMP: NET-SNMP 5.7.3
  13. ==================================DEBUG!
  14. Updating os_def.cache... Done
  15. SQL[SELECT * FROM `devices` WHERE disabled = 0 AND snmp_disable = 0 AND `hostname` LIKE 'ups.home.nonobzh.net' ORDER BY device_id DESC [] 1.21ms]
  16. SQL[SELECT * FROM devices_attribs WHERE `device_id` = ? [5] 0.35ms]
  17. ups.home.nonobzh.net 5 eaton-mgeups [FPING] /usr/bin/fping -e -q -c 3 -p 500 -t 500 ups.home.nonobzh.net
  18. Array
  19. (
  20. [xmt] => 3
  21. [rcv] => 3
  22. [loss] => 0
  23. [min] => 11.5
  24. [max] => 12.0
  25. [avg] => 11.7
  26. [exitcode] => 0
  27. )
  28. 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":"11.5","max":"12.0","avg":"11.7","device_id":5} 1.63ms]
  29. SNMP Check response code: 0
  30. SQL[SELECT attrib_value FROM devices_attribs WHERE `device_id` = ? AND `attrib_type` = ? [5,"poll_mib"] 0.47ms]
  31. Attempting to initialize OS: eaton-mgeups
  32. Attempting to initialize OS: ups
  33. OS initilized as Generic
  34.  
  35. Modules status: Global+ OS Device
  36. #### Load disco module core ####
  37. SNMP[/usr/bin/snmpget -v1 -c COMMUNITY -OUQn -m SNMPv2-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 sysName.0 sysObjectID.0 sysDescr.0]
  38. .*.*.0 = ups
  39. .*.*.0 = .*.4.1.705.1
  40. .*.*.0 = Eaton 5P 850
  41.  
  42.  
  43. >> Runtime for discovery module 'core': 0.0730 seconds with 1032 bytes
  44. >> SNMP: [2/0.13s] MySQL: [4/0.00s] RRD: [0/0.00s]
  45. #### Unload disco module core ####
  46.  
  47. Modules status: Global+ OS+ Device
  48. #### Load disco module os ####
  49. SNMP[/usr/bin/snmpget -v1 -c COMMUNITY -Ovq -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 SNMPv2-MIB::sysDescr.0]
  50. Eaton 5P 850
  51.  
  52. SNMP[/usr/bin/snmpget -v1 -c COMMUNITY -Ovqn -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 SNMPv2-MIB::sysObjectID.0]
  53. .*.4.1.705.1
  54.  
  55. | Eaton 5P 850 | .1.3.6.1.4.1.705.1 |
  56. OS: Eaton MGE UPS (eaton-mgeups)
  57.  
  58. >> Runtime for discovery module 'os': 0.1110 seconds with 1384 bytes
  59. >> SNMP: [2/0.11s] MySQL: [0/0.00s] RRD: [0/0.00s]
  60. #### Unload disco module os ####
  61.  
  62. Modules status: Global+ OS+ Device
  63. #### Load disco module ports ####
  64. SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OQUs -m IF-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 ifDescr]
  65. ifDescr.1 = LOOPBACK
  66. ifDescr.2 = eth0
  67.  
  68. SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OQUs -m IF-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 ifName]
  69.  
  70. SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OQUs -m IF-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 ifAlias]
  71.  
  72. SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OQUs -m IF-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 ifType]
  73. ifType.1 = softwareLoopback
  74. ifType.2 = ethernetCsmacd
  75.  
  76. Array
  77. (
  78. [1] => Array
  79. (
  80. [ifDescr] => LOOPBACK
  81. [ifType] => softwareLoopback
  82. )
  83.  
  84. [2] => Array
  85. (
  86. [ifDescr] => eth0
  87. [ifType] => ethernetCsmacd
  88. )
  89.  
  90. )
  91. SQL[SELECT * FROM `ports` WHERE `device_id` = ? ORDER BY port_id [5] 1.39ms]
  92. ..
  93.  
  94. >> Runtime for discovery module 'ports': 0.2310 seconds with 4192 bytes
  95. >> SNMP: [4/0.23s] MySQL: [1/0.00s] RRD: [0/0.00s]
  96. #### Unload disco module ports ####
  97.  
  98. Modules status: Global+ OS+ Device
  99. #### Load disco module ports-stack ####
  100. SQL[SELECT * FROM `ports_stack` WHERE `device_id` = '5' [] 0.39ms]
  101. SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OQUs -m IF-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 ifStackStatus]
  102.  
  103.  
  104.  
  105. >> Runtime for discovery module 'ports-stack': 0.0500 seconds with 1784 bytes
  106. >> SNMP: [0/0.00s] MySQL: [1/0.00s] RRD: [0/0.00s]
  107. #### Unload disco module ports-stack ####
  108.  
  109. Modules status: Global+ OS+ Device
  110. #### Load disco module entity-physical ####
  111.  
  112. Caching OIDs: entPhysicalEntrySNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OQUs -m ENTITY-MIB:CISCO-ENTITY-VENDORTYPE-OID-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 entPhysicalEntry]
  113.  
  114.  
  115. SQL[SELECT * FROM `entPhysical` WHERE `device_id` = ? [5] 0.52ms]
  116.  
  117. >> Runtime for discovery module 'entity-physical': 0.0740 seconds with 5504 bytes
  118. >> SNMP: [1/0.07s] MySQL: [1/0.00s] RRD: [0/0.00s]
  119. #### Unload disco module entity-physical ####
  120.  
  121. Modules status: Global- OS- Device Module [ entity-state ] disabled on os.
  122.  
  123. Modules status: Global+ OS+ Device
  124. #### Load disco module processors ####
  125. No YAML Discovery data.
  126. Host Resources: SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OQUs -m HOST-RESOURCES-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 hrProcessorLoad]
  127.  
  128. UCD Resources: SQL[SELECT `devices`.*, `lat`, `lng` FROM `devices` LEFT JOIN locations ON `devices`.`location`=`locations`.`location` WHERE `device_id` = ? [5] 0.81ms]
  129. SQL[SELECT * FROM devices_attribs WHERE `device_id` = ? [5] 0.3ms]
  130. SQL[SELECT * FROM `vrf_lite_cisco` WHERE `device_id` = ? [5] 0.33ms]
  131. SNMP[/usr/bin/snmpget -v1 -c COMMUNITY -Ovq -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 .1.3.6.1.4.1.2021.11.11.0]
  132.  
  133. SQL[SELECT * FROM `processors` WHERE `device_id`=? [5] 0.65ms]
  134. SQL[DELETE T FROM `processors` T LEFT JOIN `devices` ON `devices`.`device_id` = T.`device_id` WHERE `devices`.`device_id` IS NULL [] 0.8ms]
  135.  
  136.  
  137. >> Runtime for discovery module 'processors': 0.1120 seconds with 74552 bytes
  138. >> SNMP: [2/0.11s] MySQL: [5/0.00s] RRD: [0/0.00s]
  139. #### Unload disco module processors ####
  140.  
  141. Modules status: Global+ OS+ Device
  142. #### Load disco module mempools ####
  143. SQL[SELECT COUNT(*) FROM `mempools` WHERE `device_id` = ? AND `mempool_type` = 'cemp' [5] 0.54ms]
  144. SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OQUs -m NETSWITCH-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge:/opt/librenms/mibs/hp udp:HOSTNAME:161 hpLocal]
  145.  
  146. SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OQUs -m NETSWITCH-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge:/opt/librenms/mibs/hp udp:HOSTNAME:161 hpGlobal]
  147.  
  148. SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OQUs -m HOST-RESOURCES-MIB:HOST-RESOURCES-TYPES:NetWare-Host-Ext-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 hrStorageEntry]
  149.  
  150. SQL[SELECT * FROM `mempools` WHERE `device_id` = '5' [] 0.69ms]
  151.  
  152.  
  153. >> Runtime for discovery module 'mempools': 0.1920 seconds with 28648 bytes
  154. >> SNMP: [3/0.18s] MySQL: [1/0.00s] RRD: [0/0.00s]
  155. #### Unload disco module mempools ####
  156.  
  157. Modules status: Global+ OS+ Device
  158. #### Load disco module cisco-vrf-lite ####
  159. SQL[SELECT * FROM vrf_lite_cisco WHERE device_id = ? [5] 0.38ms]
  160.  
  161. >> Runtime for discovery module 'cisco-vrf-lite': 0.0010 seconds with 2664 bytes
  162. >> SNMP: [0/0.00s] MySQL: [1/0.00s] RRD: [0/0.00s]
  163. #### Unload disco module cisco-vrf-lite ####
  164.  
  165. Modules status: Global- OS- Device Module [ cisco-mac-accounting ] disabled on os.
  166.  
  167. Modules status: Global- OS- Device Module [ cisco-pw ] disabled on os.
  168.  
  169. Modules status: Global- OS- Device Module [ vrf ] disabled on os.
  170.  
  171. Modules status: Global- OS- Device Module [ cisco-cef ] disabled on os.
  172.  
  173. Modules status: Global- OS- Device Module [ cisco-sla ] disabled on os.
  174.  
  175. Modules status: Global- OS- Device Module [ cisco-cbqos ] disabled on os.
  176.  
  177. Modules status: Global- OS- Device Module [ cisco-otv ] disabled on os.
  178.  
  179. Modules status: Global+ OS+ Device
  180. #### Load disco module ipv4-addresses ####
  181. SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -Osq -m IP-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 ipAdEntIfIndex]
  182. ipAdEntIfIndex.* 1
  183. ipAdEntIfIndex.* 2
  184.  
  185. SNMP[/usr/bin/snmpget -v1 -c COMMUNITY -Oqv -m IP-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 ipAdEntNetMask.127.0.0.1]
  186. *
  187.  
  188. SQL[SELECT COUNT(*) FROM `ports` WHERE device_id = ? AND `ifIndex` = ? [5,"1"] 0.75ms]
  189. SQL[SELECT `port_id` FROM `ports` WHERE `device_id` = ? AND `ifIndex` = ? [5,"1"] 0.57ms]
  190. SQL[SELECT COUNT(*) FROM `ipv4_networks` WHERE `ipv4_network` = ? ["127.0.0.1\/32"] 0.36ms]
  191. SQL[UPDATE `ipv4_networks` set `context_name`=? WHERE `ipv4_network` = ? [null,"127.0.0.1\/32"] 1.41ms]
  192. sSQL[SELECT `ipv4_network_id` FROM `ipv4_networks` WHERE `ipv4_network` = ? ["127.0.0.1\/32"] 0.37ms]
  193. SQL[SELECT COUNT(*) FROM `ipv4_addresses` WHERE `ipv4_address` = ? AND `ipv4_prefixlen` = ? AND `port_id` = ? ["127.0.0.1",32,37] 0.31ms]
  194. SQL[UPDATE `ipv4_addresses` set `context_name`=? WHERE `ipv4_address` = ? AND `ipv4_prefixlen` = ? AND `port_id` = ? [null,"127.0.0.1",32,37] 1.04ms]
  195. .SNMP[/usr/bin/snmpget -v1 -c COMMUNITY -Oqv -m IP-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 ipAdEntNetMask.192.168.2.81]
  196. *
  197.  
  198. SQL[SELECT COUNT(*) FROM `ports` WHERE device_id = ? AND `ifIndex` = ? [5,"2"] 0.63ms]
  199. SQL[SELECT `port_id` FROM `ports` WHERE `device_id` = ? AND `ifIndex` = ? [5,"2"] 0.4ms]
  200. SQL[SELECT COUNT(*) FROM `ipv4_networks` WHERE `ipv4_network` = ? ["192.168.2.81\/24"] 0.28ms]
  201. SQL[UPDATE `ipv4_networks` set `context_name`=? WHERE `ipv4_network` = ? [null,"192.168.2.81\/24"] 1.17ms]
  202. sSQL[SELECT `ipv4_network_id` FROM `ipv4_networks` WHERE `ipv4_network` = ? ["192.168.2.81\/24"] 0.32ms]
  203. SQL[SELECT COUNT(*) FROM `ipv4_addresses` WHERE `ipv4_address` = ? AND `ipv4_prefixlen` = ? AND `port_id` = ? ["192.168.2.81",24,38] 0.31ms]
  204. SQL[UPDATE `ipv4_addresses` set `context_name`=? WHERE `ipv4_address` = ? AND `ipv4_prefixlen` = ? AND `port_id` = ? [null,"192.168.2.81",24,38] 1.01ms]
  205. .SQL[SELECT `ipv4_addresses`.*, `ports`.`device_id`, `ports`.`ifIndex` FROM `ipv4_addresses` LEFT JOIN `ports` ON `ipv4_addresses`.`port_id` = `ports`.`port_id` WHERE `ports`.device_id = ? OR `ports`.`device_id` IS NULL [5] 1.1ms]
  206.  
  207.  
  208. >> Runtime for discovery module 'ipv4-addresses': 0.1660 seconds with 34520 bytes
  209. >> SNMP: [3/0.15s] MySQL: [5/0.01s] RRD: [0/0.00s]
  210. #### Unload disco module ipv4-addresses ####
  211.  
  212. Modules status: Global+ OS+ Device
  213. #### Load disco module ipv6-addresses ####
  214. SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -Ln -Osq -m IP-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 ipAddressIfIndex.ipv6]
  215.  
  216. SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -Ln -Osq -OnU -m IPV6-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 ipv6AddrPfxLength]
  217.  
  218. SQL[SELECT `ipv6_addresses`.*, `ports`.`device_id`, `ports`.`ifIndex` FROM `ipv6_addresses` LEFT JOIN `ports` ON `ipv6_addresses`.`port_id` = `ports`.`port_id` WHERE `ports`.device_id = ? OR `ports`.`device_id` IS NULL [5] 0.85ms]
  219.  
  220.  
  221. >> Runtime for discovery module 'ipv6-addresses': 0.1040 seconds with 3376 bytes
  222. >> SNMP: [2/0.10s] MySQL: [1/0.00s] RRD: [0/0.00s]
  223. #### Unload disco module ipv6-addresses ####
  224.  
  225. Modules status: Global- OS- Device Module [ route ] disabled on os.
  226.  
  227. Modules status: Global+ OS+ Device
  228. #### Load disco module sensors ####
  229. Caching data: sensors SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OteQUs -Ih -m MG-SNMP-UPS-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 upsmgOutputPhaseTable]
  230. mgoutputPhaseIndex.1 = 1
  231. mgoutputPhaseIndex.2 = 2
  232. mgoutputPhaseIndex.3 = 3
  233. mgoutputVoltage.1 = 2330
  234. mgoutputVoltage.2 = 2330
  235. mgoutputVoltage.3 = 2330
  236. mgoutputFrequency.1 = 490
  237. mgoutputFrequency.2 = 490
  238. mgoutputFrequency.3 = 490
  239. mgoutputLoadPerPhase.1 = 27
  240. mgoutputLoadPerPhase.2 = 27
  241. mgoutputLoadPerPhase.3 = 27
  242. mgoutputCurrent.1 = 0
  243. mgoutputCurrent.2 = 0
  244. mgoutputCurrent.3 = 0
  245.  
  246. SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OteQUs -Ih -m MG-SNMP-UPS-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 upsmgInputPhaseTable]
  247. mginputVoltage.1.0 = 2330
  248. mginputFrequency.1.0 = 490
  249. mginputCurrent.1.0 = 1
  250.  
  251. SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OteQUs -Ih -m MG-SNMP-UPS-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 upsmgBattery]
  252. upsmgBatteryRemainingTime.0 = 1735
  253. upsmgBatteryLevel.0 = 100
  254. upsmgBatteryVoltage.0 = 260
  255. upsmgBatteryCurrent.0 = 0
  256. upsmgBatteryFaultBattery.0 = 2
  257. upsmgBatteryReplacement.0 = 2
  258. upsmgBatteryLowBattery.0 = 2
  259. upsmgBatteryChargerFault.0 = 2
  260. upsmgBatteryLowCondition.0 = 2
  261.  
  262. SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OteQUs -Ih -m MG-SNMP-UPS-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 upsmgOutputOnBattery]
  263. upsmgOutputOnBattery.0 = 2
  264.  
  265. SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OteQUs -Ih -m MG-SNMP-UPS-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 upsmgOutputOnByPass]
  266. upsmgOutputOnByPass.0 = 2
  267.  
  268. SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OteQUs -Ih -m MG-SNMP-UPS-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 upsmgOutputUtilityOff]
  269. upsmgOutputUtilityOff.0 = 2
  270.  
  271. SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OteQUs -Ih -m MG-SNMP-UPS-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 upsmgOutputInverterOff]
  272. upsmgOutputInverterOff.0 = 1
  273.  
  274. SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OteQUs -Ih -m MG-SNMP-UPS-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 upsmgOutputOverLoad]
  275. upsmgOutputOverLoad.0 = 2
  276.  
  277. SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OteQUs -Ih -m MG-SNMP-UPS-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 upsmgOutputOverTemp]
  278. upsmgOutputOverTemp.0 = 2
  279.  
  280. SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OteQUs -Ih -m MG-SNMP-UPS-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 upsmgInputBadStatus]
  281. upsmgInputBadStatus.0 = 2
  282.  
  283. SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OteQUs -Ih -m MG-SNMP-UPS-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 upsmgInputLineFailCause]
  284. upsmgInputLineFailCause.0 = 1
  285.  
  286.  
  287. ENTITY-SENSOR: Caching OIDs: entPhysicalDescrSNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OQUs -m ENTITY-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 entPhysicalDescr]
  288.  
  289.  
  290. SQL[SELECT attrib_value FROM devices_attribs WHERE `device_id` = ? AND `attrib_type` = ? [5,"ipmi_hostname"] 0.48ms]
  291. SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["voltage",5,"ipmi"] 1.48ms]
  292. SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["temperature",5,"ipmi"] 1.34ms]
  293. SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["fanspeed",5,"ipmi"] 1.18ms]
  294. SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["power",5,"ipmi"] 1.23ms]
  295. Airflow: SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["airflow",5,"snmp"] 1.11ms]
  296.  
  297. Current: RFC1628 SNMP[/usr/bin/snmpget -v1 -c COMMUNITY -OqvU -m UPS-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 upsBatteryCurrent.0]
  298. 0
  299.  
  300. Discover sensor: .1.3.6.1.2.1.33.1.2.6.0, 500, rfc1628, Battery, snmp, 10, 1, , 0
  301. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","current",5,"rfc1628","500"] 1.05ms]
  302. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["current",5,"rfc1628","500"] 0.97ms]
  303. .SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OQUsetX -m UPS-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 upsOutputCurrent]
  304. upsOutputCurrent[1] = 9
  305.  
  306. Discover sensor: .1.3.6.1.2.1.33.1.4.4.1.3.1, 1, rfc1628, Output, snmp, 10, 1, , 0.9
  307. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","current",5,"rfc1628","1"] 1.01ms]
  308. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["current",5,"rfc1628","1"] 0.99ms]
  309. .SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OQUsetX -m UPS-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 upsInputCurrent]
  310. upsInputCurrent[1] = 10
  311.  
  312. Discover sensor: .1.3.6.1.2.1.33.1.3.3.1.4.1, 101, rfc1628, Input, snmp, 10, 1, , 1
  313. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","current",5,"rfc1628","101"] 0.96ms]
  314. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["current",5,"rfc1628","101"] 0.95ms]
  315. .SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OQUsetX -m UPS-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 upsBypassCurrent]
  316.  
  317. Dynamic Discovery (current): Array
  318. (
  319. [data] => Array
  320. (
  321. [0] => Array
  322. (
  323. [oid] => upsmgInputPhaseTable
  324. [value] => mginputCurrent
  325. [num_oid] => .1.3.6.1.4.1.705.1.6.2.1.6.
  326. [divisor] => 10
  327. [descr] => Input Current Phase {{ $index }}
  328. [index] => mginputCurrent.{{ $index }}
  329. )
  330.  
  331. [1] => Array
  332. (
  333. [oid] => upsmgOutputPhaseTable
  334. [value] => mgoutputCurrent
  335. [num_oid] => .1.3.6.1.4.1.705.1.7.2.1.5.
  336. [divisor] => 10
  337. [descr] => Output Current Phase {{ $index }}
  338. [index] => mgoutputCurrent.{{ $index }}
  339. )
  340.  
  341. [2] => Array
  342. (
  343. [oid] => upsmgBattery
  344. [value] => upsmgBatteryCurrent
  345. [num_oid] => .1.3.6.1.4.1.705.1.5.6.
  346. [divisor] => 10
  347. [descr] => Battery
  348. [index] => upsmgBatteryCurrent.{{ $index }}
  349. )
  350.  
  351. )
  352.  
  353. )
  354. Data upsmgInputPhaseTable: Array
  355. (
  356. [1.0] => Array
  357. (
  358. [mginputVoltage] => 2330
  359. [mginputFrequency] => 490
  360. [mginputCurrent] => 1
  361. )
  362.  
  363. )
  364. Final sensor value: 1
  365. Cur 1, Low: null, Low Warn: null, Warn: null, High: null
  366. Discover sensor: .1.3.6.1.4.1.705.1.6.2.1.6.1.0, mginputCurrent.1.0, eaton-mgeups, Input Current Phase 1.0, snmp, 10, 1, , 0.1
  367. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","current",5,"eaton-mgeups","mginputCurrent.1.0"] 1.03ms]
  368. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["current",5,"eaton-mgeups","mginputCurrent.1.0"] 0.96ms]
  369. .Data upsmgOutputPhaseTable: Array
  370. (
  371. [1] => Array
  372. (
  373. [mgoutputPhaseIndex] => 1
  374. [mgoutputVoltage] => 2330
  375. [mgoutputFrequency] => 490
  376. [mgoutputLoadPerPhase] => 27
  377. [mgoutputCurrent] => 0
  378. )
  379.  
  380. [2] => Array
  381. (
  382. [mgoutputPhaseIndex] => 2
  383. [mgoutputVoltage] => 2330
  384. [mgoutputFrequency] => 490
  385. [mgoutputLoadPerPhase] => 27
  386. [mgoutputCurrent] => 0
  387. )
  388.  
  389. [3] => Array
  390. (
  391. [mgoutputPhaseIndex] => 3
  392. [mgoutputVoltage] => 2330
  393. [mgoutputFrequency] => 490
  394. [mgoutputLoadPerPhase] => 27
  395. [mgoutputCurrent] => 0
  396. )
  397.  
  398. )
  399. Final sensor value: 0
  400. Cur 0, Low: null, Low Warn: null, Warn: null, High: null
  401. Discover sensor: .1.3.6.1.4.1.705.1.7.2.1.5.1, mgoutputCurrent.1, eaton-mgeups, Output Current Phase 1, snmp, 10, 1, , 0
  402. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","current",5,"eaton-mgeups","mgoutputCurrent.1"] 0.82ms]
  403. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["current",5,"eaton-mgeups","mgoutputCurrent.1"] 0.92ms]
  404. .Final sensor value: 0
  405. Cur 0, Low: null, Low Warn: null, Warn: null, High: null
  406. Discover sensor: .1.3.6.1.4.1.705.1.7.2.1.5.2, mgoutputCurrent.2, eaton-mgeups, Output Current Phase 2, snmp, 10, 1, , 0
  407. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","current",5,"eaton-mgeups","mgoutputCurrent.2"] 0.77ms]
  408. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["current",5,"eaton-mgeups","mgoutputCurrent.2"] 0.95ms]
  409. .Final sensor value: 0
  410. Cur 0, Low: null, Low Warn: null, Warn: null, High: null
  411. Discover sensor: .1.3.6.1.4.1.705.1.7.2.1.5.3, mgoutputCurrent.3, eaton-mgeups, Output Current Phase 3, snmp, 10, 1, , 0
  412. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","current",5,"eaton-mgeups","mgoutputCurrent.3"] 0.82ms]
  413. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["current",5,"eaton-mgeups","mgoutputCurrent.3"] 0.96ms]
  414. .Data upsmgBattery: Array
  415. (
  416. [0] => Array
  417. (
  418. [upsmgBatteryRemainingTime] => 1735
  419. [upsmgBatteryLevel] => 100
  420. [upsmgBatteryVoltage] => 260
  421. [upsmgBatteryCurrent] => 0
  422. [upsmgBatteryFaultBattery] => 2
  423. [upsmgBatteryReplacement] => 2
  424. [upsmgBatteryLowBattery] => 2
  425. [upsmgBatteryChargerFault] => 2
  426. [upsmgBatteryLowCondition] => 2
  427. )
  428.  
  429. )
  430. Final sensor value: 0
  431. Cur 0, Low: null, Low Warn: null, Warn: null, High: null
  432. Discover sensor: .1.3.6.1.4.1.705.1.5.6.0, upsmgBatteryCurrent.0, eaton-mgeups, Battery, snmp, 10, 1, , 0
  433. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","current",5,"eaton-mgeups","upsmgBatteryCurrent.0"] 0.83ms]
  434. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["current",5,"eaton-mgeups","upsmgBatteryCurrent.0"] 0.94ms]
  435. .Array
  436. (
  437. [rfc1628] => Array
  438. (
  439. [500] => 1
  440. [1] => 1
  441. [101] => 1
  442. )
  443.  
  444. [eaton-mgeups] => Array
  445. (
  446. [mginputCurrent.1.0] => 1
  447. [mgoutputCurrent.1] => 1
  448. [mgoutputCurrent.2] => 1
  449. [mgoutputCurrent.3] => 1
  450. [upsmgBatteryCurrent.0] => 1
  451. )
  452.  
  453. )
  454. SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["current",5,"snmp"] 1.63ms]
  455. 500 -> rfc1628
  456. 1 -> rfc1628
  457. 101 -> rfc1628
  458. mginputCurrent.1.0 -> eaton-mgeups
  459. mgoutputCurrent.1 -> eaton-mgeups
  460. mgoutputCurrent.2 -> eaton-mgeups
  461. mgoutputCurrent.3 -> eaton-mgeups
  462. upsmgBatteryCurrent.0 -> eaton-mgeups
  463.  
  464. Charge: RFC1628 SNMP[/usr/bin/snmpget -v1 -c COMMUNITY -OvqU -m UPS-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 upsEstimatedChargeRemaining.0]
  465. 100
  466.  
  467. Discover sensor: .1.3.6.1.2.1.33.1.2.4.0, 500, rfc1628, Battery charge remaining, snmp, 1, 1, , 100
  468. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","charge",5,"rfc1628","500"] 0.9ms]
  469. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["charge",5,"rfc1628","500"] 0.98ms]
  470. .Dynamic Discovery (charge): Array
  471. (
  472. [data] => Array
  473. (
  474. [0] => Array
  475. (
  476. [oid] => upsmgBattery
  477. [value] => upsmgBatteryLevel
  478. [num_oid] => .1.3.6.1.4.1.705.1.5.2.
  479. [descr] => Remaining battery capacity
  480. [index] => upsmgBatteryLevel.{{ $index }}
  481. )
  482.  
  483. )
  484.  
  485. )
  486. Data upsmgBattery: Array
  487. (
  488. [0] => Array
  489. (
  490. [upsmgBatteryRemainingTime] => 1735
  491. [upsmgBatteryLevel] => 100
  492. [upsmgBatteryVoltage] => 260
  493. [upsmgBatteryCurrent] => 0
  494. [upsmgBatteryFaultBattery] => 2
  495. [upsmgBatteryReplacement] => 2
  496. [upsmgBatteryLowBattery] => 2
  497. [upsmgBatteryChargerFault] => 2
  498. [upsmgBatteryLowCondition] => 2
  499. )
  500.  
  501. )
  502. Final sensor value: 100
  503. Cur 100, Low: null, Low Warn: null, Warn: null, High: null
  504. Discover sensor: .1.3.6.1.4.1.705.1.5.2.0, upsmgBatteryLevel.0, eaton-mgeups, Remaining battery capacity, snmp, 1, 1, , 100
  505. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","charge",5,"eaton-mgeups","upsmgBatteryLevel.0"] 0.78ms]
  506. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["charge",5,"eaton-mgeups","upsmgBatteryLevel.0"] 0.91ms]
  507. .Array
  508. (
  509. [rfc1628] => Array
  510. (
  511. [500] => 1
  512. )
  513.  
  514. [eaton-mgeups] => Array
  515. (
  516. [upsmgBatteryLevel.0] => 1
  517. )
  518.  
  519. )
  520. SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["charge",5,"snmp"] 1.33ms]
  521. 500 -> rfc1628
  522. upsmgBatteryLevel.0 -> eaton-mgeups
  523.  
  524. Dbm: SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["dbm",5,"snmp"] 1.14ms]
  525.  
  526. Fanspeed: SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["fanspeed",5,"snmp"] 1.17ms]
  527.  
  528. Frequency: RFC1628 SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OQUsetX -m UPS-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 upsInputFrequency]
  529. upsInputFrequency[1] = 499
  530.  
  531. Discover sensor: .1.3.6.1.2.1.33.1.3.3.1.2.1, 3.2.0.1, rfc1628, Input, snmp, 10, 1, , 49.9
  532. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","frequency",5,"rfc1628","3.2.0.1"] 0.92ms]
  533. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["frequency",5,"rfc1628","3.2.0.1"] 0.99ms]
  534. .SNMP[/usr/bin/snmpget -v1 -c COMMUNITY -OqvU -m UPS-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 upsOutputFrequency.0]
  535. 499
  536.  
  537. Discover sensor: .1.3.6.1.2.1.33.1.4.2.0, 4.2.0, rfc1628, Output, snmp, 10, 1, , 49.9
  538. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","frequency",5,"rfc1628","4.2.0"] 0.92ms]
  539. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["frequency",5,"rfc1628","4.2.0"] 0.93ms]
  540. .SNMP[/usr/bin/snmpget -v1 -c COMMUNITY -OqvU -m UPS-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 upsBypassFrequency.0]
  541. 0
  542.  
  543. Discover sensor: .1.3.6.1.2.1.33.1.5.1.0, 5.1.0, rfc1628, Bypass, snmp, 10, 1, , 0
  544. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","frequency",5,"rfc1628","5.1.0"] 1.08ms]
  545. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["frequency",5,"rfc1628","5.1.0"] 0.95ms]
  546. .Dynamic Discovery (frequency): Array
  547. (
  548. [data] => Array
  549. (
  550. [0] => Array
  551. (
  552. [oid] => upsmgInputPhaseTable
  553. [value] => mginputFrequency
  554. [num_oid] => .1.3.6.1.4.1.705.1.6.2.1.3.
  555. [divisor] => 10
  556. [descr] => Input Frequency Phase {{ $index }}
  557. [index] => mginputFrequency.{{ $index }}
  558. )
  559.  
  560. [1] => Array
  561. (
  562. [oid] => upsmgOutputPhaseTable
  563. [value] => mgoutputFrequency
  564. [num_oid] => .1.3.6.1.4.1.705.1.7.2.1.3.
  565. [divisor] => 10
  566. [descr] => Output Frequency Phase {{ $index }}
  567. [index] => mgoutputFrequency.{{ $index }}
  568. )
  569.  
  570. )
  571.  
  572. )
  573. Data upsmgInputPhaseTable: Array
  574. (
  575. [1.0] => Array
  576. (
  577. [mginputVoltage] => 2330
  578. [mginputFrequency] => 490
  579. [mginputCurrent] => 1
  580. )
  581.  
  582. )
  583. Final sensor value: 490
  584. Cur 490, Low: null, Low Warn: null, Warn: null, High: null
  585. Discover sensor: .1.3.6.1.4.1.705.1.6.2.1.3.1.0, mginputFrequency.1.0, eaton-mgeups, Input Frequency Phase 1.0, snmp, 10, 1, , 49
  586. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","frequency",5,"eaton-mgeups","mginputFrequency.1.0"] 0.79ms]
  587. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["frequency",5,"eaton-mgeups","mginputFrequency.1.0"] 0.91ms]
  588. .Data upsmgOutputPhaseTable: Array
  589. (
  590. [1] => Array
  591. (
  592. [mgoutputPhaseIndex] => 1
  593. [mgoutputVoltage] => 2330
  594. [mgoutputFrequency] => 490
  595. [mgoutputLoadPerPhase] => 27
  596. [mgoutputCurrent] => 0
  597. )
  598.  
  599. [2] => Array
  600. (
  601. [mgoutputPhaseIndex] => 2
  602. [mgoutputVoltage] => 2330
  603. [mgoutputFrequency] => 490
  604. [mgoutputLoadPerPhase] => 27
  605. [mgoutputCurrent] => 0
  606. )
  607.  
  608. [3] => Array
  609. (
  610. [mgoutputPhaseIndex] => 3
  611. [mgoutputVoltage] => 2330
  612. [mgoutputFrequency] => 490
  613. [mgoutputLoadPerPhase] => 27
  614. [mgoutputCurrent] => 0
  615. )
  616.  
  617. )
  618. Final sensor value: 490
  619. Cur 490, Low: null, Low Warn: null, Warn: null, High: null
  620. Discover sensor: .1.3.6.1.4.1.705.1.7.2.1.3.1, mgoutputFrequency.1, eaton-mgeups, Output Frequency Phase 1, snmp, 10, 1, , 49
  621. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","frequency",5,"eaton-mgeups","mgoutputFrequency.1"] 0.81ms]
  622. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["frequency",5,"eaton-mgeups","mgoutputFrequency.1"] 0.92ms]
  623. .Final sensor value: 490
  624. Cur 490, Low: null, Low Warn: null, Warn: null, High: null
  625. Discover sensor: .1.3.6.1.4.1.705.1.7.2.1.3.2, mgoutputFrequency.2, eaton-mgeups, Output Frequency Phase 2, snmp, 10, 1, , 49
  626. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","frequency",5,"eaton-mgeups","mgoutputFrequency.2"] 0.79ms]
  627. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["frequency",5,"eaton-mgeups","mgoutputFrequency.2"] 0.99ms]
  628. .Final sensor value: 490
  629. Cur 490, Low: null, Low Warn: null, Warn: null, High: null
  630. Discover sensor: .1.3.6.1.4.1.705.1.7.2.1.3.3, mgoutputFrequency.3, eaton-mgeups, Output Frequency Phase 3, snmp, 10, 1, , 49
  631. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","frequency",5,"eaton-mgeups","mgoutputFrequency.3"] 0.8ms]
  632. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["frequency",5,"eaton-mgeups","mgoutputFrequency.3"] 0.91ms]
  633. .Array
  634. (
  635. [rfc1628] => Array
  636. (
  637. [3.2.0.1] => 1
  638. [4.2.0] => 1
  639. [5.1.0] => 1
  640. )
  641.  
  642. [eaton-mgeups] => Array
  643. (
  644. [mginputFrequency.1.0] => 1
  645. [mgoutputFrequency.1] => 1
  646. [mgoutputFrequency.2] => 1
  647. [mgoutputFrequency.3] => 1
  648. )
  649.  
  650. )
  651. SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["frequency",5,"snmp"] 1.56ms]
  652. 3.2.0.1 -> rfc1628
  653. 4.2.0 -> rfc1628
  654. 5.1.0 -> rfc1628
  655. mginputFrequency.1.0 -> eaton-mgeups
  656. mgoutputFrequency.1 -> eaton-mgeups
  657. mgoutputFrequency.2 -> eaton-mgeups
  658. mgoutputFrequency.3 -> eaton-mgeups
  659.  
  660. Humidity: SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["humidity",5,"snmp"] 1.09ms]
  661.  
  662. Load: RFC1628 SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OQUsetX -m UPS-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 upsOutputPercentLoad]
  663. upsOutputPercentLoad[1] = 27
  664.  
  665. Discover sensor: .1.3.6.1.2.1.33.1.4.4.1.5.1, 501, rfc1628, Percentage load, snmp, 1, 1, , 27
  666. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","load",5,"rfc1628","501"] 0.87ms]
  667. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["load",5,"rfc1628","501"] 0.85ms]
  668. .Array
  669. (
  670. [rfc1628] => Array
  671. (
  672. [501] => 1
  673. )
  674.  
  675. )
  676. SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["load",5,"snmp"] 1.25ms]
  677. 501 -> rfc1628
  678.  
  679. Power: RFC1628 SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OQUsetX -m UPS-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 upsOutputPower]
  680. upsOutputPower[1] = 132
  681.  
  682. Discover sensor: .1.3.6.1.2.1.33.1.4.4.1.4.1, 301, rfc1628, Output, snmp, 1, 1, , 132
  683. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","power",5,"rfc1628","301"] 0.89ms]
  684. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["power",5,"rfc1628","301"] 0.92ms]
  685. .SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OQUsetX -m UPS-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 upsInputTruePower]
  686. upsInputTruePower[1] = 0
  687.  
  688. Discover sensor: .1.3.6.1.2.1.33.1.3.3.1.5.1, 101, rfc1628, Input, snmp, 1, 1, , 0
  689. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","power",5,"rfc1628","101"] 0.94ms]
  690. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["power",5,"rfc1628","101"] 0.91ms]
  691. .SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OQUsetX -m UPS-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 upsBypassPower]
  692.  
  693. Dynamic Discovery (power): Array
  694. (
  695. [data] => Array
  696. (
  697. [0] => Array
  698. (
  699. [oid] => upsmgOutputPhaseTable
  700. [value] => mgoutputLoadPerPhase
  701. [num_oid] => .1.3.6.1.4.1.705.1.7.2.1.4.
  702. [multiplier] => 1000
  703. [descr] => Output (VA) Phase {{ $index }}
  704. [index] => kva.mgoutputLoadPerPhase.{{ $index }}
  705. )
  706.  
  707. )
  708.  
  709. )
  710. Data upsmgOutputPhaseTable: Array
  711. (
  712. [1] => Array
  713. (
  714. [mgoutputPhaseIndex] => 1
  715. [mgoutputVoltage] => 2330
  716. [mgoutputFrequency] => 490
  717. [mgoutputLoadPerPhase] => 27
  718. [mgoutputCurrent] => 0
  719. )
  720.  
  721. [2] => Array
  722. (
  723. [mgoutputPhaseIndex] => 2
  724. [mgoutputVoltage] => 2330
  725. [mgoutputFrequency] => 490
  726. [mgoutputLoadPerPhase] => 27
  727. [mgoutputCurrent] => 0
  728. )
  729.  
  730. [3] => Array
  731. (
  732. [mgoutputPhaseIndex] => 3
  733. [mgoutputVoltage] => 2330
  734. [mgoutputFrequency] => 490
  735. [mgoutputLoadPerPhase] => 27
  736. [mgoutputCurrent] => 0
  737. )
  738.  
  739. )
  740. Final sensor value: 27
  741. Cur 27, Low: null, Low Warn: null, Warn: null, High: null
  742. Discover sensor: .1.3.6.1.4.1.705.1.7.2.1.4.1, kva.mgoutputLoadPerPhase.1, eaton-mgeups, Output (VA) Phase 1, snmp, 1, 1000, , 27000
  743. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","power",5,"eaton-mgeups","kva.mgoutputLoadPerPhase.1"] 0.95ms]
  744. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["power",5,"eaton-mgeups","kva.mgoutputLoadPerPhase.1"] 0.92ms]
  745. .Final sensor value: 27
  746. Cur 27, Low: null, Low Warn: null, Warn: null, High: null
  747. Discover sensor: .1.3.6.1.4.1.705.1.7.2.1.4.2, kva.mgoutputLoadPerPhase.2, eaton-mgeups, Output (VA) Phase 2, snmp, 1, 1000, , 27000
  748. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","power",5,"eaton-mgeups","kva.mgoutputLoadPerPhase.2"] 0.83ms]
  749. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["power",5,"eaton-mgeups","kva.mgoutputLoadPerPhase.2"] 0.91ms]
  750. .Final sensor value: 27
  751. Cur 27, Low: null, Low Warn: null, Warn: null, High: null
  752. Discover sensor: .1.3.6.1.4.1.705.1.7.2.1.4.3, kva.mgoutputLoadPerPhase.3, eaton-mgeups, Output (VA) Phase 3, snmp, 1, 1000, , 27000
  753. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","power",5,"eaton-mgeups","kva.mgoutputLoadPerPhase.3"] 0.77ms]
  754. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["power",5,"eaton-mgeups","kva.mgoutputLoadPerPhase.3"] 0.98ms]
  755. .Array
  756. (
  757. [rfc1628] => Array
  758. (
  759. [301] => 1
  760. [101] => 1
  761. )
  762.  
  763. [eaton-mgeups] => Array
  764. (
  765. [kva.mgoutputLoadPerPhase.1] => 1
  766. [kva.mgoutputLoadPerPhase.2] => 1
  767. [kva.mgoutputLoadPerPhase.3] => 1
  768. )
  769.  
  770. )
  771. SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["power",5,"snmp"] 1.49ms]
  772. 301 -> rfc1628
  773. 101 -> rfc1628
  774. kva.mgoutputLoadPerPhase.1 -> eaton-mgeups
  775. kva.mgoutputLoadPerPhase.2 -> eaton-mgeups
  776. kva.mgoutputLoadPerPhase.3 -> eaton-mgeups
  777.  
  778. Runtime: RFC1628 SNMP[/usr/bin/snmpget -v1 -c COMMUNITY -Oqv -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 .1.3.6.1.2.1.33.1.2.2.0]
  779. 0
  780.  
  781. Discover sensor: .1.3.6.1.2.1.33.1.2.2.0, 100, rfc1628, Time on battery, snmp, 60, 1, , 0
  782. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","runtime",5,"rfc1628","100"] 0.86ms]
  783. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["runtime",5,"rfc1628","100"] 0.87ms]
  784. .SNMP[/usr/bin/snmpget -v1 -c COMMUNITY -Ovq -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 .1.3.6.1.2.1.33.1.2.3.0]
  785. 28
  786.  
  787. Discover sensor: .1.3.6.1.2.1.33.1.2.3.0, 200, rfc1628, Estimated battery time remaining, snmp, 1, 1, , 28
  788. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","runtime",5,"rfc1628","200"] 0.86ms]
  789. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["runtime",5,"rfc1628","200"] 0.85ms]
  790. .Array
  791. (
  792. [rfc1628] => Array
  793. (
  794. [100] => 1
  795. [200] => 1
  796. )
  797.  
  798. )
  799. SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["runtime",5,"snmp"] 1.32ms]
  800. 100 -> rfc1628
  801. 200 -> rfc1628
  802.  
  803. Signal: SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["signal",5,"snmp"] 1.08ms]
  804.  
  805. State: RFC1628 SNMP[/usr/bin/snmpget -v1 -c COMMUNITY -Ovqe -m UPS-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 upsBatteryStatus.0]
  806. 2
  807.  
  808. SQL[SELECT `state_index_id` FROM state_indexes WHERE state_name = ? LIMIT 1 ["upsBatteryStatusState"] 0.44ms]
  809. SQL[SELECT `state_index_id`,`state_descr`,`state_draw_graph`,`state_value`,`state_generic_value` FROM `state_translations` WHERE `state_index_id`=? [19] 0.32ms]
  810. Discover sensor: .1.3.6.1.2.1.33.1.2.1.0, 0, upsBatteryStatusState, Battery Status, snmp, 1, 1, 0, 2
  811. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","state",5,"upsBatteryStatusState","0"] 0.66ms]
  812. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["state",5,"upsBatteryStatusState","0"] 0.82ms]
  813. .SQL[SELECT sensor_id FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["state",5,"upsBatteryStatusState",0] 0.59ms]
  814. SQL[SELECT state_index_id FROM `state_indexes` WHERE `state_name` = ? ["upsBatteryStatusState"] 0.3ms]
  815. SQL[INSERT IGNORE INTO `sensors_to_state_indexes` (`sensor_id`,`state_index_id`) VALUES (:sensor_id,:state_index_id) {"sensor_id":190,"state_index_id":19} 1.01ms]
  816. SNMP[/usr/bin/snmpget -v1 -c COMMUNITY -Ovqe -m UPS-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 upsOutputSource.0]
  817. 3
  818.  
  819. SQL[SELECT `state_index_id` FROM state_indexes WHERE state_name = ? LIMIT 1 ["upsOutputSourceState"] 0.42ms]
  820. SQL[SELECT `state_index_id`,`state_descr`,`state_draw_graph`,`state_value`,`state_generic_value` FROM `state_translations` WHERE `state_index_id`=? [20] 0.34ms]
  821. Discover sensor: .1.3.6.1.2.1.33.1.4.1.0, 0, upsOutputSourceState, Output Source, snmp, 1, 1, 0, 3
  822. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","state",5,"upsOutputSourceState","0"] 0.66ms]
  823. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["state",5,"upsOutputSourceState","0"] 0.82ms]
  824. .SQL[SELECT sensor_id FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["state",5,"upsOutputSourceState",0] 0.67ms]
  825. SQL[SELECT state_index_id FROM `state_indexes` WHERE `state_name` = ? ["upsOutputSourceState"] 0.3ms]
  826. SQL[INSERT IGNORE INTO `sensors_to_state_indexes` (`sensor_id`,`state_index_id`) VALUES (:sensor_id,:state_index_id) {"sensor_id":191,"state_index_id":20} 0.96ms]
  827. Dynamic Discovery (state): Array
  828. (
  829. [data] => Array
  830. (
  831. [0] => Array
  832. (
  833. [oid] => upsmgOutputOnBattery
  834. [value] => upsmgOutputOnBattery
  835. [num_oid] => .1.3.6.1.4.1.705.1.7.3.
  836. [descr] => Input Status
  837. [index] => upsmgOutputOnBattery.{{ $index }}
  838. [state_name] => upsmgOutputOnBattery
  839. [states] => Array
  840. (
  841. [0] => Array
  842. (
  843. [descr] => On Battery
  844. [graph] => 0
  845. [value] => 1
  846. [generic] => 2
  847. )
  848.  
  849. [1] => Array
  850. (
  851. [descr] => On Input Power
  852. [graph] => 0
  853. [value] => 2
  854. [generic] => 0
  855. )
  856.  
  857. )
  858.  
  859. )
  860.  
  861. [1] => Array
  862. (
  863. [oid] => upsmgOutputOnByPass
  864. [value] => upsmgOutputOnByPass
  865. [num_oid] => .1.3.6.1.4.1.705.1.7.4.
  866. [descr] => Bypass Status
  867. [index] => upsmgOutputOnBypass.{{ $index }}
  868. [state_name] => upsmgOutputOnByPass
  869. [states] => Array
  870. (
  871. [0] => Array
  872. (
  873. [descr] => On ByPass
  874. [graph] => 0
  875. [value] => 1
  876. [generic] => 2
  877. )
  878.  
  879. [1] => Array
  880. (
  881. [descr] => Not Active
  882. [graph] => 0
  883. [value] => 2
  884. [generic] => 0
  885. )
  886.  
  887. )
  888.  
  889. )
  890.  
  891. [2] => Array
  892. (
  893. [oid] => upsmgOutputUtilityOff
  894. [value] => upsmgOutputUtilityOff
  895. [num_oid] => .1.3.6.1.4.1.705.1.7.7.
  896. [descr] => Utility Status
  897. [index] => upsmgOutputUtilityOff.{{ $index }}
  898. [state_name] => upsmgOutputUtilityOff
  899. [states] => Array
  900. (
  901. [0] => Array
  902. (
  903. [descr] => No Voltage
  904. [graph] => 0
  905. [value] => 1
  906. [generic] => 2
  907. )
  908.  
  909. [1] => Array
  910. (
  911. [descr] => Output OK
  912. [graph] => 0
  913. [value] => 2
  914. [generic] => 0
  915. )
  916.  
  917. )
  918.  
  919. )
  920.  
  921. [3] => Array
  922. (
  923. [oid] => upsmgOutputInverterOff
  924. [value] => upsmgOutputInverterOff
  925. [num_oid] => .1.3.6.1.4.1.705.1.7.9.
  926. [descr] => UPS Inverter Status
  927. [index] => upsmgOutputInverterOff.{{ $index }}
  928. [state_name] => upsmgOutputInverterOff
  929. [states] => Array
  930. (
  931. [0] => Array
  932. (
  933. [descr] => Inverter Off
  934. [graph] => 0
  935. [value] => 1
  936. [generic] => 2
  937. )
  938.  
  939. [1] => Array
  940. (
  941. [descr] => OK
  942. [graph] => 0
  943. [value] => 2
  944. [generic] => 0
  945. )
  946.  
  947. )
  948.  
  949. )
  950.  
  951. [4] => Array
  952. (
  953. [oid] => upsmgOutputOverLoad
  954. [value] => upsmgOutputOverLoad
  955. [num_oid] => .1.3.6.1.4.1.705.1.7.10.
  956. [descr] => Output OverLoad
  957. [index] => upsmgOutputOverLoad.{{ $index }}
  958. [state_name] => upsmgOutputOverLoad
  959. [states] => Array
  960. (
  961. [0] => Array
  962. (
  963. [descr] => Yes
  964. [graph] => 0
  965. [value] => 1
  966. [generic] => 2
  967. )
  968.  
  969. [1] => Array
  970. (
  971. [descr] => No
  972. [graph] => 0
  973. [value] => 2
  974. [generic] => 0
  975. )
  976.  
  977. )
  978.  
  979. )
  980.  
  981. [5] => Array
  982. (
  983. [oid] => upsmgOutputOverTemp
  984. [value] => upsmgOutputOverTemp
  985. [num_oid] => .1.3.6.1.4.1.705.1.7.11.
  986. [descr] => Over Temperature
  987. [index] => upsmgOutputOverTemp.{{ $index }}
  988. [state_name] => upsmgOutputOverTemp
  989. [states] => Array
  990. (
  991. [0] => Array
  992. (
  993. [descr] => Over Temperature
  994. [graph] => 0
  995. [value] => 1
  996. [generic] => 2
  997. )
  998.  
  999. [1] => Array
  1000. (
  1001. [descr] => OK
  1002. [graph] => 0
  1003. [value] => 2
  1004. [generic] => 0
  1005. )
  1006.  
  1007. )
  1008.  
  1009. )
  1010.  
  1011. [6] => Array
  1012. (
  1013. [oid] => upsmgBattery
  1014. [value] => upsmgBatteryFaultBattery
  1015. [num_oid] => .1.3.6.1.4.1.705.1.5.9.
  1016. [descr] => Battery Fault
  1017. [index] => upsmgBatteryFaultBattery.{{ $index }}
  1018. [state_name] => upsmgBatteryFaultBattery
  1019. [states] => Array
  1020. (
  1021. [0] => Array
  1022. (
  1023. [descr] => Fault
  1024. [graph] => 0
  1025. [value] => 1
  1026. [generic] => 2
  1027. )
  1028.  
  1029. [1] => Array
  1030. (
  1031. [descr] => OK
  1032. [graph] => 0
  1033. [value] => 2
  1034. [generic] => 0
  1035. )
  1036.  
  1037. )
  1038.  
  1039. )
  1040.  
  1041. [7] => Array
  1042. (
  1043. [oid] => upsmgBattery
  1044. [value] => upsmgBatteryReplacement
  1045. [num_oid] => .1.3.6.1.4.1.705.1.5.11.
  1046. [descr] => Battery Replacement Status
  1047. [index] => upsmgBatteryReplacement.{{ $index }}
  1048. [state_name] => upsmgBatteryReplacement
  1049. [states] => Array
  1050. (
  1051. [0] => Array
  1052. (
  1053. [descr] => To be replaced
  1054. [graph] => 0
  1055. [value] => 1
  1056. [generic] => 2
  1057. )
  1058.  
  1059. [1] => Array
  1060. (
  1061. [descr] => OK
  1062. [graph] => 0
  1063. [value] => 2
  1064. [generic] => 0
  1065. )
  1066.  
  1067. )
  1068.  
  1069. )
  1070.  
  1071. [8] => Array
  1072. (
  1073. [oid] => upsmgBattery
  1074. [value] => upsmgBatteryLowBattery
  1075. [num_oid] => .1.3.6.1.4.1.705.1.5.14.
  1076. [descr] => Battery Charge Status
  1077. [index] => upsmgBatteryLowBattery.{{ $index }}
  1078. [state_name] => upsmgBatteryLowBattery
  1079. [states] => Array
  1080. (
  1081. [0] => Array
  1082. (
  1083. [descr] => Low Battery
  1084. [graph] => 0
  1085. [value] => 1
  1086. [generic] => 2
  1087. )
  1088.  
  1089. [1] => Array
  1090. (
  1091. [descr] => OK
  1092. [graph] => 0
  1093. [value] => 2
  1094. [generic] => 0
  1095. )
  1096.  
  1097. )
  1098.  
  1099. )
  1100.  
  1101. [9] => Array
  1102. (
  1103. [oid] => upsmgBattery
  1104. [value] => upsmgBatteryChargerFault
  1105. [num_oid] => .1.3.6.1.4.1.705.1.5.15.
  1106. [descr] => Battery Charger Status
  1107. [index] => upsmgBatteryChargerFault.{{ $index }}
  1108. [state_name] => upsmgBatteryChargerFault
  1109. [states] => Array
  1110. (
  1111. [0] => Array
  1112. (
  1113. [descr] => Fault
  1114. [graph] => 0
  1115. [value] => 1
  1116. [generic] => 2
  1117. )
  1118.  
  1119. [1] => Array
  1120. (
  1121. [descr] => OK
  1122. [graph] => 0
  1123. [value] => 2
  1124. [generic] => 0
  1125. )
  1126.  
  1127. )
  1128.  
  1129. )
  1130.  
  1131. [10] => Array
  1132. (
  1133. [oid] => upsmgBattery
  1134. [value] => upsmgBatteryLowCondition
  1135. [num_oid] => .1.3.6.1.4.1.705.1.5.16.
  1136. [descr] => Battery Condition
  1137. [index] => upsmgBatteryLowCondition.{{ $index }}
  1138. [state_name] => upsmgBatteryLowCondition
  1139. [states] => Array
  1140. (
  1141. [0] => Array
  1142. (
  1143. [descr] => Low Condition
  1144. [graph] => 0
  1145. [value] => 1
  1146. [generic] => 2
  1147. )
  1148.  
  1149. [1] => Array
  1150. (
  1151. [descr] => OK
  1152. [graph] => 0
  1153. [value] => 2
  1154. [generic] => 0
  1155. )
  1156.  
  1157. )
  1158.  
  1159. )
  1160.  
  1161. [11] => Array
  1162. (
  1163. [oid] => upsmgInputBadStatus
  1164. [value] => upsmgInputBadStatus
  1165. [num_oid] => .1.3.6.1.4.1.705.1.6.3.
  1166. [descr] => Input Status
  1167. [index] => upsmgInputBadStatus.{{ $index }}
  1168. [state_name] => upsmgInputBadStatus
  1169. [states] => Array
  1170. (
  1171. [0] => Array
  1172. (
  1173. [descr] => Bad Status
  1174. [graph] => 0
  1175. [value] => 1
  1176. [generic] => 2
  1177. )
  1178.  
  1179. [1] => Array
  1180. (
  1181. [descr] => OK
  1182. [graph] => 0
  1183. [value] => 2
  1184. [generic] => 0
  1185. )
  1186.  
  1187. )
  1188.  
  1189. )
  1190.  
  1191. [12] => Array
  1192. (
  1193. [oid] => upsmgInputLineFailCause
  1194. [value] => upsmgInputLineFailCause
  1195. [num_oid] => .1.3.6.1.4.1.705.1.6.4.
  1196. [descr] => Input Line Fail Cause
  1197. [index] => upsmgInputLineFailCause.{{ $index }}
  1198. [state_name] => upsmgInputLineFailCause
  1199. [states] => Array
  1200. (
  1201. [0] => Array
  1202. (
  1203. [descr] => No Failure
  1204. [graph] => 0
  1205. [value] => 1
  1206. [generic] => 0
  1207. )
  1208.  
  1209. [1] => Array
  1210. (
  1211. [descr] => Tolerance Volt. Out
  1212. [graph] => 0
  1213. [value] => 2
  1214. [generic] => 2
  1215. )
  1216.  
  1217. [2] => Array
  1218. (
  1219. [descr] => Tolerance Freq. Out
  1220. [graph] => 0
  1221. [value] => 3
  1222. [generic] => 2
  1223. )
  1224.  
  1225. [3] => Array
  1226. (
  1227. [descr] => No Voltage
  1228. [graph] => 0
  1229. [value] => 4
  1230. [generic] => 2
  1231. )
  1232.  
  1233. )
  1234.  
  1235. )
  1236.  
  1237. )
  1238.  
  1239. )
  1240. Data upsmgOutputOnBattery: Array
  1241. (
  1242. [0] => Array
  1243. (
  1244. [upsmgOutputOnBattery] => 2
  1245. )
  1246.  
  1247. )
  1248. Final sensor value: 2
  1249. Cur 2, Low: null, Low Warn: null, Warn: null, High: null
  1250. SQL[SELECT `state_index_id` FROM state_indexes WHERE state_name = ? LIMIT 1 ["upsmgOutputOnBattery"] 0.4ms]
  1251. SQL[SELECT `state_index_id`,`state_descr`,`state_draw_graph`,`state_value`,`state_generic_value` FROM `state_translations` WHERE `state_index_id`=? [40] 0.32ms]
  1252. Discover sensor: .1.3.6.1.4.1.705.1.7.3.0, upsmgOutputOnBattery.0, upsmgOutputOnBattery, Input Status, snmp, 1, 1, , 2
  1253. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","state",5,"upsmgOutputOnBattery","upsmgOutputOnBattery.0"] 0.74ms]
  1254. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["state",5,"upsmgOutputOnBattery","upsmgOutputOnBattery.0"] 0.82ms]
  1255. .SQL[SELECT sensor_id FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["state",5,"upsmgOutputOnBattery","upsmgOutputOnBattery.0"] 0.6ms]
  1256. SQL[SELECT state_index_id FROM `state_indexes` WHERE `state_name` = ? ["upsmgOutputOnBattery"] 0.31ms]
  1257. SQL[INSERT IGNORE INTO `sensors_to_state_indexes` (`sensor_id`,`state_index_id`) VALUES (:sensor_id,:state_index_id) {"sensor_id":305,"state_index_id":40} 0.99ms]
  1258. Data upsmgOutputOnByPass: Array
  1259. (
  1260. [0] => Array
  1261. (
  1262. [upsmgOutputOnByPass] => 2
  1263. )
  1264.  
  1265. )
  1266. Final sensor value: 2
  1267. Cur 2, Low: null, Low Warn: null, Warn: null, High: null
  1268. SQL[SELECT `state_index_id` FROM state_indexes WHERE state_name = ? LIMIT 1 ["upsmgOutputOnByPass"] 0.33ms]
  1269. SQL[SELECT `state_index_id`,`state_descr`,`state_draw_graph`,`state_value`,`state_generic_value` FROM `state_translations` WHERE `state_index_id`=? [41] 0.31ms]
  1270. Discover sensor: .1.3.6.1.4.1.705.1.7.4.0, upsmgOutputOnBypass.0, upsmgOutputOnByPass, Bypass Status, snmp, 1, 1, , 2
  1271. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","state",5,"upsmgOutputOnByPass","upsmgOutputOnBypass.0"] 0.66ms]
  1272. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["state",5,"upsmgOutputOnByPass","upsmgOutputOnBypass.0"] 0.91ms]
  1273. .SQL[SELECT sensor_id FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["state",5,"upsmgOutputOnByPass","upsmgOutputOnBypass.0"] 0.61ms]
  1274. SQL[SELECT state_index_id FROM `state_indexes` WHERE `state_name` = ? ["upsmgOutputOnByPass"] 0.29ms]
  1275. SQL[INSERT IGNORE INTO `sensors_to_state_indexes` (`sensor_id`,`state_index_id`) VALUES (:sensor_id,:state_index_id) {"sensor_id":306,"state_index_id":41} 0.97ms]
  1276. Data upsmgOutputUtilityOff: Array
  1277. (
  1278. [0] => Array
  1279. (
  1280. [upsmgOutputUtilityOff] => 2
  1281. )
  1282.  
  1283. )
  1284. Final sensor value: 2
  1285. Cur 2, Low: null, Low Warn: null, Warn: null, High: null
  1286. SQL[SELECT `state_index_id` FROM state_indexes WHERE state_name = ? LIMIT 1 ["upsmgOutputUtilityOff"] 0.44ms]
  1287. SQL[SELECT `state_index_id`,`state_descr`,`state_draw_graph`,`state_value`,`state_generic_value` FROM `state_translations` WHERE `state_index_id`=? [42] 0.41ms]
  1288. Discover sensor: .1.3.6.1.4.1.705.1.7.7.0, upsmgOutputUtilityOff.0, upsmgOutputUtilityOff, Utility Status, snmp, 1, 1, , 2
  1289. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","state",5,"upsmgOutputUtilityOff","upsmgOutputUtilityOff.0"] 0.78ms]
  1290. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["state",5,"upsmgOutputUtilityOff","upsmgOutputUtilityOff.0"] 0.95ms]
  1291. .SQL[SELECT sensor_id FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["state",5,"upsmgOutputUtilityOff","upsmgOutputUtilityOff.0"] 0.82ms]
  1292. SQL[SELECT state_index_id FROM `state_indexes` WHERE `state_name` = ? ["upsmgOutputUtilityOff"] 0.37ms]
  1293. SQL[INSERT IGNORE INTO `sensors_to_state_indexes` (`sensor_id`,`state_index_id`) VALUES (:sensor_id,:state_index_id) {"sensor_id":307,"state_index_id":42} 1.03ms]
  1294. Data upsmgOutputInverterOff: Array
  1295. (
  1296. [0] => Array
  1297. (
  1298. [upsmgOutputInverterOff] => 1
  1299. )
  1300.  
  1301. )
  1302. Final sensor value: 1
  1303. Cur 1, Low: null, Low Warn: null, Warn: null, High: null
  1304. SQL[SELECT `state_index_id` FROM state_indexes WHERE state_name = ? LIMIT 1 ["upsmgOutputInverterOff"] 0.4ms]
  1305. SQL[SELECT `state_index_id`,`state_descr`,`state_draw_graph`,`state_value`,`state_generic_value` FROM `state_translations` WHERE `state_index_id`=? [43] 0.37ms]
  1306. Discover sensor: .1.3.6.1.4.1.705.1.7.9.0, upsmgOutputInverterOff.0, upsmgOutputInverterOff, UPS Inverter Status, snmp, 1, 1, , 1
  1307. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","state",5,"upsmgOutputInverterOff","upsmgOutputInverterOff.0"] 0.81ms]
  1308. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["state",5,"upsmgOutputInverterOff","upsmgOutputInverterOff.0"] 0.95ms]
  1309. .SQL[SELECT sensor_id FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["state",5,"upsmgOutputInverterOff","upsmgOutputInverterOff.0"] 0.77ms]
  1310. SQL[SELECT state_index_id FROM `state_indexes` WHERE `state_name` = ? ["upsmgOutputInverterOff"] 0.37ms]
  1311. SQL[INSERT IGNORE INTO `sensors_to_state_indexes` (`sensor_id`,`state_index_id`) VALUES (:sensor_id,:state_index_id) {"sensor_id":308,"state_index_id":43} 1.07ms]
  1312. Data upsmgOutputOverLoad: Array
  1313. (
  1314. [0] => Array
  1315. (
  1316. [upsmgOutputOverLoad] => 2
  1317. )
  1318.  
  1319. )
  1320. Final sensor value: 2
  1321. Cur 2, Low: null, Low Warn: null, Warn: null, High: null
  1322. SQL[SELECT `state_index_id` FROM state_indexes WHERE state_name = ? LIMIT 1 ["upsmgOutputOverLoad"] 0.39ms]
  1323. SQL[SELECT `state_index_id`,`state_descr`,`state_draw_graph`,`state_value`,`state_generic_value` FROM `state_translations` WHERE `state_index_id`=? [44] 0.37ms]
  1324. Discover sensor: .1.3.6.1.4.1.705.1.7.10.0, upsmgOutputOverLoad.0, upsmgOutputOverLoad, Output OverLoad, snmp, 1, 1, , 2
  1325. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","state",5,"upsmgOutputOverLoad","upsmgOutputOverLoad.0"] 0.76ms]
  1326. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["state",5,"upsmgOutputOverLoad","upsmgOutputOverLoad.0"] 0.99ms]
  1327. .SQL[SELECT sensor_id FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["state",5,"upsmgOutputOverLoad","upsmgOutputOverLoad.0"] 0.76ms]
  1328. SQL[SELECT state_index_id FROM `state_indexes` WHERE `state_name` = ? ["upsmgOutputOverLoad"] 0.37ms]
  1329. SQL[INSERT IGNORE INTO `sensors_to_state_indexes` (`sensor_id`,`state_index_id`) VALUES (:sensor_id,:state_index_id) {"sensor_id":309,"state_index_id":44} 1.04ms]
  1330. Data upsmgOutputOverTemp: Array
  1331. (
  1332. [0] => Array
  1333. (
  1334. [upsmgOutputOverTemp] => 2
  1335. )
  1336.  
  1337. )
  1338. Final sensor value: 2
  1339. Cur 2, Low: null, Low Warn: null, Warn: null, High: null
  1340. SQL[SELECT `state_index_id` FROM state_indexes WHERE state_name = ? LIMIT 1 ["upsmgOutputOverTemp"] 0.4ms]
  1341. SQL[SELECT `state_index_id`,`state_descr`,`state_draw_graph`,`state_value`,`state_generic_value` FROM `state_translations` WHERE `state_index_id`=? [45] 0.37ms]
  1342. Discover sensor: .1.3.6.1.4.1.705.1.7.11.0, upsmgOutputOverTemp.0, upsmgOutputOverTemp, Over Temperature, snmp, 1, 1, , 2
  1343. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","state",5,"upsmgOutputOverTemp","upsmgOutputOverTemp.0"] 0.77ms]
  1344. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["state",5,"upsmgOutputOverTemp","upsmgOutputOverTemp.0"] 0.96ms]
  1345. .SQL[SELECT sensor_id FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["state",5,"upsmgOutputOverTemp","upsmgOutputOverTemp.0"] 0.84ms]
  1346. SQL[SELECT state_index_id FROM `state_indexes` WHERE `state_name` = ? ["upsmgOutputOverTemp"] 0.37ms]
  1347. SQL[INSERT IGNORE INTO `sensors_to_state_indexes` (`sensor_id`,`state_index_id`) VALUES (:sensor_id,:state_index_id) {"sensor_id":310,"state_index_id":45} 1.02ms]
  1348. Data upsmgBattery: Array
  1349. (
  1350. [0] => Array
  1351. (
  1352. [upsmgBatteryRemainingTime] => 1735
  1353. [upsmgBatteryLevel] => 100
  1354. [upsmgBatteryVoltage] => 260
  1355. [upsmgBatteryCurrent] => 0
  1356. [upsmgBatteryFaultBattery] => 2
  1357. [upsmgBatteryReplacement] => 2
  1358. [upsmgBatteryLowBattery] => 2
  1359. [upsmgBatteryChargerFault] => 2
  1360. [upsmgBatteryLowCondition] => 2
  1361. )
  1362.  
  1363. )
  1364. Final sensor value: 2
  1365. Cur 2, Low: null, Low Warn: null, Warn: null, High: null
  1366. SQL[SELECT `state_index_id` FROM state_indexes WHERE state_name = ? LIMIT 1 ["upsmgBatteryFaultBattery"] 0.42ms]
  1367. SQL[SELECT `state_index_id`,`state_descr`,`state_draw_graph`,`state_value`,`state_generic_value` FROM `state_translations` WHERE `state_index_id`=? [46] 0.38ms]
  1368. Discover sensor: .1.3.6.1.4.1.705.1.5.9.0, upsmgBatteryFaultBattery.0, upsmgBatteryFaultBattery, Battery Fault, snmp, 1, 1, , 2
  1369. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","state",5,"upsmgBatteryFaultBattery","upsmgBatteryFaultBattery.0"] 0.76ms]
  1370. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["state",5,"upsmgBatteryFaultBattery","upsmgBatteryFaultBattery.0"] 0.95ms]
  1371. .SQL[SELECT sensor_id FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["state",5,"upsmgBatteryFaultBattery","upsmgBatteryFaultBattery.0"] 0.82ms]
  1372. SQL[SELECT state_index_id FROM `state_indexes` WHERE `state_name` = ? ["upsmgBatteryFaultBattery"] 0.37ms]
  1373. SQL[INSERT IGNORE INTO `sensors_to_state_indexes` (`sensor_id`,`state_index_id`) VALUES (:sensor_id,:state_index_id) {"sensor_id":311,"state_index_id":46} 1.01ms]
  1374. Data upsmgBattery: Array
  1375. (
  1376. [0] => Array
  1377. (
  1378. [upsmgBatteryRemainingTime] => 1735
  1379. [upsmgBatteryLevel] => 100
  1380. [upsmgBatteryVoltage] => 260
  1381. [upsmgBatteryCurrent] => 0
  1382. [upsmgBatteryFaultBattery] => 2
  1383. [upsmgBatteryReplacement] => 2
  1384. [upsmgBatteryLowBattery] => 2
  1385. [upsmgBatteryChargerFault] => 2
  1386. [upsmgBatteryLowCondition] => 2
  1387. )
  1388.  
  1389. )
  1390. Final sensor value: 2
  1391. Cur 2, Low: null, Low Warn: null, Warn: null, High: null
  1392. SQL[SELECT `state_index_id` FROM state_indexes WHERE state_name = ? LIMIT 1 ["upsmgBatteryReplacement"] 0.4ms]
  1393. SQL[SELECT `state_index_id`,`state_descr`,`state_draw_graph`,`state_value`,`state_generic_value` FROM `state_translations` WHERE `state_index_id`=? [47] 0.41ms]
  1394. Discover sensor: .1.3.6.1.4.1.705.1.5.11.0, upsmgBatteryReplacement.0, upsmgBatteryReplacement, Battery Replacement Status, snmp, 1, 1, , 2
  1395. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","state",5,"upsmgBatteryReplacement","upsmgBatteryReplacement.0"] 0.78ms]
  1396. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["state",5,"upsmgBatteryReplacement","upsmgBatteryReplacement.0"] 0.96ms]
  1397. .SQL[SELECT sensor_id FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["state",5,"upsmgBatteryReplacement","upsmgBatteryReplacement.0"] 0.76ms]
  1398. SQL[SELECT state_index_id FROM `state_indexes` WHERE `state_name` = ? ["upsmgBatteryReplacement"] 0.4ms]
  1399. SQL[INSERT IGNORE INTO `sensors_to_state_indexes` (`sensor_id`,`state_index_id`) VALUES (:sensor_id,:state_index_id) {"sensor_id":312,"state_index_id":47} 1.02ms]
  1400. Data upsmgBattery: Array
  1401. (
  1402. [0] => Array
  1403. (
  1404. [upsmgBatteryRemainingTime] => 1735
  1405. [upsmgBatteryLevel] => 100
  1406. [upsmgBatteryVoltage] => 260
  1407. [upsmgBatteryCurrent] => 0
  1408. [upsmgBatteryFaultBattery] => 2
  1409. [upsmgBatteryReplacement] => 2
  1410. [upsmgBatteryLowBattery] => 2
  1411. [upsmgBatteryChargerFault] => 2
  1412. [upsmgBatteryLowCondition] => 2
  1413. )
  1414.  
  1415. )
  1416. Final sensor value: 2
  1417. Cur 2, Low: null, Low Warn: null, Warn: null, High: null
  1418. SQL[SELECT `state_index_id` FROM state_indexes WHERE state_name = ? LIMIT 1 ["upsmgBatteryLowBattery"] 0.4ms]
  1419. SQL[SELECT `state_index_id`,`state_descr`,`state_draw_graph`,`state_value`,`state_generic_value` FROM `state_translations` WHERE `state_index_id`=? [48] 0.37ms]
  1420. Discover sensor: .1.3.6.1.4.1.705.1.5.14.0, upsmgBatteryLowBattery.0, upsmgBatteryLowBattery, Battery Charge Status, snmp, 1, 1, , 2
  1421. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","state",5,"upsmgBatteryLowBattery","upsmgBatteryLowBattery.0"] 0.84ms]
  1422. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["state",5,"upsmgBatteryLowBattery","upsmgBatteryLowBattery.0"] 0.94ms]
  1423. .SQL[SELECT sensor_id FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["state",5,"upsmgBatteryLowBattery","upsmgBatteryLowBattery.0"] 0.83ms]
  1424. SQL[SELECT state_index_id FROM `state_indexes` WHERE `state_name` = ? ["upsmgBatteryLowBattery"] 0.39ms]
  1425. SQL[INSERT IGNORE INTO `sensors_to_state_indexes` (`sensor_id`,`state_index_id`) VALUES (:sensor_id,:state_index_id) {"sensor_id":313,"state_index_id":48} 1.03ms]
  1426. Data upsmgBattery: Array
  1427. (
  1428. [0] => Array
  1429. (
  1430. [upsmgBatteryRemainingTime] => 1735
  1431. [upsmgBatteryLevel] => 100
  1432. [upsmgBatteryVoltage] => 260
  1433. [upsmgBatteryCurrent] => 0
  1434. [upsmgBatteryFaultBattery] => 2
  1435. [upsmgBatteryReplacement] => 2
  1436. [upsmgBatteryLowBattery] => 2
  1437. [upsmgBatteryChargerFault] => 2
  1438. [upsmgBatteryLowCondition] => 2
  1439. )
  1440.  
  1441. )
  1442. Final sensor value: 2
  1443. Cur 2, Low: null, Low Warn: null, Warn: null, High: null
  1444. SQL[SELECT `state_index_id` FROM state_indexes WHERE state_name = ? LIMIT 1 ["upsmgBatteryChargerFault"] 0.4ms]
  1445. SQL[SELECT `state_index_id`,`state_descr`,`state_draw_graph`,`state_value`,`state_generic_value` FROM `state_translations` WHERE `state_index_id`=? [49] 0.39ms]
  1446. Discover sensor: .1.3.6.1.4.1.705.1.5.15.0, upsmgBatteryChargerFault.0, upsmgBatteryChargerFault, Battery Charger Status, snmp, 1, 1, , 2
  1447. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","state",5,"upsmgBatteryChargerFault","upsmgBatteryChargerFault.0"] 0.83ms]
  1448. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["state",5,"upsmgBatteryChargerFault","upsmgBatteryChargerFault.0"] 1.03ms]
  1449. .SQL[SELECT sensor_id FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["state",5,"upsmgBatteryChargerFault","upsmgBatteryChargerFault.0"] 0.78ms]
  1450. SQL[SELECT state_index_id FROM `state_indexes` WHERE `state_name` = ? ["upsmgBatteryChargerFault"] 0.37ms]
  1451. SQL[INSERT IGNORE INTO `sensors_to_state_indexes` (`sensor_id`,`state_index_id`) VALUES (:sensor_id,:state_index_id) {"sensor_id":314,"state_index_id":49} 1.06ms]
  1452. Data upsmgBattery: Array
  1453. (
  1454. [0] => Array
  1455. (
  1456. [upsmgBatteryRemainingTime] => 1735
  1457. [upsmgBatteryLevel] => 100
  1458. [upsmgBatteryVoltage] => 260
  1459. [upsmgBatteryCurrent] => 0
  1460. [upsmgBatteryFaultBattery] => 2
  1461. [upsmgBatteryReplacement] => 2
  1462. [upsmgBatteryLowBattery] => 2
  1463. [upsmgBatteryChargerFault] => 2
  1464. [upsmgBatteryLowCondition] => 2
  1465. )
  1466.  
  1467. )
  1468. Final sensor value: 2
  1469. Cur 2, Low: null, Low Warn: null, Warn: null, High: null
  1470. SQL[SELECT `state_index_id` FROM state_indexes WHERE state_name = ? LIMIT 1 ["upsmgBatteryLowCondition"] 0.4ms]
  1471. SQL[SELECT `state_index_id`,`state_descr`,`state_draw_graph`,`state_value`,`state_generic_value` FROM `state_translations` WHERE `state_index_id`=? [50] 0.38ms]
  1472. Discover sensor: .1.3.6.1.4.1.705.1.5.16.0, upsmgBatteryLowCondition.0, upsmgBatteryLowCondition, Battery Condition, snmp, 1, 1, , 2
  1473. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","state",5,"upsmgBatteryLowCondition","upsmgBatteryLowCondition.0"] 0.78ms]
  1474. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["state",5,"upsmgBatteryLowCondition","upsmgBatteryLowCondition.0"] 0.97ms]
  1475. .SQL[SELECT sensor_id FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["state",5,"upsmgBatteryLowCondition","upsmgBatteryLowCondition.0"] 0.77ms]
  1476. SQL[SELECT state_index_id FROM `state_indexes` WHERE `state_name` = ? ["upsmgBatteryLowCondition"] 0.38ms]
  1477. SQL[INSERT IGNORE INTO `sensors_to_state_indexes` (`sensor_id`,`state_index_id`) VALUES (:sensor_id,:state_index_id) {"sensor_id":315,"state_index_id":50} 0.99ms]
  1478. Data upsmgInputBadStatus: Array
  1479. (
  1480. [0] => Array
  1481. (
  1482. [upsmgInputBadStatus] => 2
  1483. )
  1484.  
  1485. )
  1486. Final sensor value: 2
  1487. Cur 2, Low: null, Low Warn: null, Warn: null, High: null
  1488. SQL[SELECT `state_index_id` FROM state_indexes WHERE state_name = ? LIMIT 1 ["upsmgInputBadStatus"] 0.39ms]
  1489. SQL[SELECT `state_index_id`,`state_descr`,`state_draw_graph`,`state_value`,`state_generic_value` FROM `state_translations` WHERE `state_index_id`=? [51] 0.38ms]
  1490. Discover sensor: .1.3.6.1.4.1.705.1.6.3.0, upsmgInputBadStatus.0, upsmgInputBadStatus, Input Status, snmp, 1, 1, , 2
  1491. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","state",5,"upsmgInputBadStatus","upsmgInputBadStatus.0"] 0.77ms]
  1492. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["state",5,"upsmgInputBadStatus","upsmgInputBadStatus.0"] 0.95ms]
  1493. .SQL[SELECT sensor_id FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["state",5,"upsmgInputBadStatus","upsmgInputBadStatus.0"] 0.78ms]
  1494. SQL[SELECT state_index_id FROM `state_indexes` WHERE `state_name` = ? ["upsmgInputBadStatus"] 0.37ms]
  1495. SQL[INSERT IGNORE INTO `sensors_to_state_indexes` (`sensor_id`,`state_index_id`) VALUES (:sensor_id,:state_index_id) {"sensor_id":316,"state_index_id":51} 1ms]
  1496. Data upsmgInputLineFailCause: Array
  1497. (
  1498. [0] => Array
  1499. (
  1500. [upsmgInputLineFailCause] => 1
  1501. )
  1502.  
  1503. )
  1504. Final sensor value: 1
  1505. Cur 1, Low: null, Low Warn: null, Warn: null, High: null
  1506. SQL[SELECT `state_index_id` FROM state_indexes WHERE state_name = ? LIMIT 1 ["upsmgInputLineFailCause"] 0.4ms]
  1507. SQL[SELECT `state_index_id`,`state_descr`,`state_draw_graph`,`state_value`,`state_generic_value` FROM `state_translations` WHERE `state_index_id`=? [52] 0.4ms]
  1508. Discover sensor: .1.3.6.1.4.1.705.1.6.4.0, upsmgInputLineFailCause.0, upsmgInputLineFailCause, Input Line Fail Cause, snmp, 1, 1, , 1
  1509. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","state",5,"upsmgInputLineFailCause","upsmgInputLineFailCause.0"] 0.78ms]
  1510. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["state",5,"upsmgInputLineFailCause","upsmgInputLineFailCause.0"] 0.95ms]
  1511. .SQL[SELECT sensor_id FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["state",5,"upsmgInputLineFailCause","upsmgInputLineFailCause.0"] 0.76ms]
  1512. SQL[SELECT state_index_id FROM `state_indexes` WHERE `state_name` = ? ["upsmgInputLineFailCause"] 0.39ms]
  1513. SQL[INSERT IGNORE INTO `sensors_to_state_indexes` (`sensor_id`,`state_index_id`) VALUES (:sensor_id,:state_index_id) {"sensor_id":317,"state_index_id":52} 0.99ms]
  1514. Array
  1515. (
  1516. [upsBatteryStatusState] => Array
  1517. (
  1518. [0] => 1
  1519. )
  1520.  
  1521. [upsOutputSourceState] => Array
  1522. (
  1523. [0] => 1
  1524. )
  1525.  
  1526. [upsmgOutputOnBattery] => Array
  1527. (
  1528. [upsmgOutputOnBattery.0] => 1
  1529. )
  1530.  
  1531. [upsmgOutputOnByPass] => Array
  1532. (
  1533. [upsmgOutputOnBypass.0] => 1
  1534. )
  1535.  
  1536. [upsmgOutputUtilityOff] => Array
  1537. (
  1538. [upsmgOutputUtilityOff.0] => 1
  1539. )
  1540.  
  1541. [upsmgOutputInverterOff] => Array
  1542. (
  1543. [upsmgOutputInverterOff.0] => 1
  1544. )
  1545.  
  1546. [upsmgOutputOverLoad] => Array
  1547. (
  1548. [upsmgOutputOverLoad.0] => 1
  1549. )
  1550.  
  1551. [upsmgOutputOverTemp] => Array
  1552. (
  1553. [upsmgOutputOverTemp.0] => 1
  1554. )
  1555.  
  1556. [upsmgBatteryFaultBattery] => Array
  1557. (
  1558. [upsmgBatteryFaultBattery.0] => 1
  1559. )
  1560.  
  1561. [upsmgBatteryReplacement] => Array
  1562. (
  1563. [upsmgBatteryReplacement.0] => 1
  1564. )
  1565.  
  1566. [upsmgBatteryLowBattery] => Array
  1567. (
  1568. [upsmgBatteryLowBattery.0] => 1
  1569. )
  1570.  
  1571. [upsmgBatteryChargerFault] => Array
  1572. (
  1573. [upsmgBatteryChargerFault.0] => 1
  1574. )
  1575.  
  1576. [upsmgBatteryLowCondition] => Array
  1577. (
  1578. [upsmgBatteryLowCondition.0] => 1
  1579. )
  1580.  
  1581. [upsmgInputBadStatus] => Array
  1582. (
  1583. [upsmgInputBadStatus.0] => 1
  1584. )
  1585.  
  1586. [upsmgInputLineFailCause] => Array
  1587. (
  1588. [upsmgInputLineFailCause.0] => 1
  1589. )
  1590.  
  1591. )
  1592. SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["state",5,"snmp"] 2.11ms]
  1593. 0 -> upsBatteryStatusState
  1594. 0 -> upsOutputSourceState
  1595. upsmgOutputOnBattery.0 -> upsmgOutputOnBattery
  1596. upsmgOutputOnBypass.0 -> upsmgOutputOnByPass
  1597. upsmgOutputUtilityOff.0 -> upsmgOutputUtilityOff
  1598. upsmgOutputInverterOff.0 -> upsmgOutputInverterOff
  1599. upsmgOutputOverLoad.0 -> upsmgOutputOverLoad
  1600. upsmgOutputOverTemp.0 -> upsmgOutputOverTemp
  1601. upsmgBatteryFaultBattery.0 -> upsmgBatteryFaultBattery
  1602. upsmgBatteryReplacement.0 -> upsmgBatteryReplacement
  1603. upsmgBatteryLowBattery.0 -> upsmgBatteryLowBattery
  1604. upsmgBatteryChargerFault.0 -> upsmgBatteryChargerFault
  1605. upsmgBatteryLowCondition.0 -> upsmgBatteryLowCondition
  1606. upsmgInputBadStatus.0 -> upsmgInputBadStatus
  1607. upsmgInputLineFailCause.0 -> upsmgInputLineFailCause
  1608.  
  1609. Temperature: RFC1628 SNMP[/usr/bin/snmpget -v1 -c COMMUNITY -OqvU -m UPS-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 upsBatteryTemperature.0]
  1610. 0
  1611.  
  1612. Discover sensor: .1.3.6.1.2.1.33.1.2.7.0, 0, rfc1628, Battery, snmp, 1, 1, , 0
  1613. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","temperature",5,"rfc1628","0"] 1.19ms]
  1614. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["temperature",5,"rfc1628","0"] 1.15ms]
  1615. .Dynamic Discovery (temperature): Array
  1616. (
  1617. [data] => Array
  1618. (
  1619. [0] => Array
  1620. (
  1621. [oid] => upsmgBattery
  1622. [value] => upsmgBatteryTemperature
  1623. [num_oid] => .1.3.6.1.4.1.705.1.5.7.
  1624. [descr] => Battery
  1625. [index] => upsmgBatteryTemperature.{{ $index }}
  1626. )
  1627.  
  1628. )
  1629.  
  1630. )
  1631. Data upsmgBattery: Array
  1632. (
  1633. [0] => Array
  1634. (
  1635. [upsmgBatteryRemainingTime] => 1735
  1636. [upsmgBatteryLevel] => 100
  1637. [upsmgBatteryVoltage] => 260
  1638. [upsmgBatteryCurrent] => 0
  1639. [upsmgBatteryFaultBattery] => 2
  1640. [upsmgBatteryReplacement] => 2
  1641. [upsmgBatteryLowBattery] => 2
  1642. [upsmgBatteryChargerFault] => 2
  1643. [upsmgBatteryLowCondition] => 2
  1644. )
  1645.  
  1646. )
  1647. Final sensor value:
  1648. Array
  1649. (
  1650. [rfc1628] => Array
  1651. (
  1652. [0] => 1
  1653. )
  1654.  
  1655. )
  1656. SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["temperature",5,"snmp"] 1.61ms]
  1657. 0 -> rfc1628
  1658.  
  1659. Voltage: RFC1628 SNMP[/usr/bin/snmpget -v1 -c COMMUNITY -OqvU -m UPS-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 upsBatteryVoltage.0]
  1660. 260
  1661.  
  1662. Discover sensor: .1.3.6.1.2.1.33.1.2.5.0, 1.2.5.0, rfc1628, Battery, snmp, 10, 1, , 26
  1663. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","voltage",5,"rfc1628","1.2.5.0"] 1.13ms]
  1664. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["voltage",5,"rfc1628","1.2.5.0"] 1.17ms]
  1665. .SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OQUsetX -m UPS-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 upsOutputVoltage]
  1666. upsOutputVoltage[1] = 233
  1667.  
  1668. Discover sensor: .1.3.6.1.2.1.33.1.4.4.1.2.1, 1, rfc1628, Output, snmp, 10, 1, , 23.3
  1669. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","voltage",5,"rfc1628","1"] 1.16ms]
  1670. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["voltage",5,"rfc1628","1"] 1.18ms]
  1671. .SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OQUsetX -m UPS-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 upsInputVoltage]
  1672. upsInputVoltage[1] = 233
  1673.  
  1674. Discover sensor: .1.3.6.1.2.1.33.1.3.3.1.3.1, 101, rfc1628, Input, snmp, 10, 1, , 23.3
  1675. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","voltage",5,"rfc1628","101"] 1.07ms]
  1676. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["voltage",5,"rfc1628","101"] 1.16ms]
  1677. .SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OQUsetX -m UPS-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 upsBypassVoltage]
  1678.  
  1679. Dynamic Discovery (voltage): Array
  1680. (
  1681. [data] => Array
  1682. (
  1683. [0] => Array
  1684. (
  1685. [oid] => upsmgInputPhaseTable
  1686. [value] => mginputVoltage
  1687. [num_oid] => .1.3.6.1.4.1.705.1.6.2.1.2.
  1688. [divisor] => 10
  1689. [descr] => Input Phase/Phase {{ $index }}
  1690. [index] => mginputVoltage.{{ $index }}
  1691. )
  1692.  
  1693. [1] => Array
  1694. (
  1695. [oid] => upsmgOutputPhaseTable
  1696. [value] => mgoutputVoltage
  1697. [num_oid] => .1.3.6.1.4.1.705.1.7.2.1.2.
  1698. [divisor] => 10
  1699. [descr] => Output Phase/Phase {{ $index }}
  1700. [index] => mgoutputVoltage.{{ $index }}
  1701. )
  1702.  
  1703. [2] => Array
  1704. (
  1705. [oid] => upsmgBattery
  1706. [value] => upsmgBatteryVoltage
  1707. [num_oid] => .1.3.6.1.4.1.705.1.5.5.
  1708. [divisor] => 10
  1709. [descr] => Battery
  1710. [index] => upsmgBatteryVoltage.{{ $index }}
  1711. )
  1712.  
  1713. )
  1714.  
  1715. )
  1716. Data upsmgInputPhaseTable: Array
  1717. (
  1718. [1.0] => Array
  1719. (
  1720. [mginputVoltage] => 2330
  1721. [mginputFrequency] => 490
  1722. [mginputCurrent] => 1
  1723. )
  1724.  
  1725. )
  1726. Final sensor value: 2330
  1727. Cur 2330, Low: null, Low Warn: null, Warn: null, High: null
  1728. Discover sensor: .1.3.6.1.4.1.705.1.6.2.1.2.1.0, mginputVoltage.1.0, eaton-mgeups, Input Phase/Phase 1.0, snmp, 10, 1, , 233
  1729. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","voltage",5,"eaton-mgeups","mginputVoltage.1.0"] 1.19ms]
  1730. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["voltage",5,"eaton-mgeups","mginputVoltage.1.0"] 1.23ms]
  1731. .Data upsmgOutputPhaseTable: Array
  1732. (
  1733. [1] => Array
  1734. (
  1735. [mgoutputPhaseIndex] => 1
  1736. [mgoutputVoltage] => 2330
  1737. [mgoutputFrequency] => 490
  1738. [mgoutputLoadPerPhase] => 27
  1739. [mgoutputCurrent] => 0
  1740. )
  1741.  
  1742. [2] => Array
  1743. (
  1744. [mgoutputPhaseIndex] => 2
  1745. [mgoutputVoltage] => 2330
  1746. [mgoutputFrequency] => 490
  1747. [mgoutputLoadPerPhase] => 27
  1748. [mgoutputCurrent] => 0
  1749. )
  1750.  
  1751. [3] => Array
  1752. (
  1753. [mgoutputPhaseIndex] => 3
  1754. [mgoutputVoltage] => 2330
  1755. [mgoutputFrequency] => 490
  1756. [mgoutputLoadPerPhase] => 27
  1757. [mgoutputCurrent] => 0
  1758. )
  1759.  
  1760. )
  1761. Final sensor value: 2330
  1762. Cur 2330, Low: null, Low Warn: null, Warn: null, High: null
  1763. Discover sensor: .1.3.6.1.4.1.705.1.7.2.1.2.1, mgoutputVoltage.1, eaton-mgeups, Output Phase/Phase 1, snmp, 10, 1, , 233
  1764. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","voltage",5,"eaton-mgeups","mgoutputVoltage.1"] 1.1ms]
  1765. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["voltage",5,"eaton-mgeups","mgoutputVoltage.1"] 1.22ms]
  1766. .Final sensor value: 2330
  1767. Cur 2330, Low: null, Low Warn: null, Warn: null, High: null
  1768. Discover sensor: .1.3.6.1.4.1.705.1.7.2.1.2.2, mgoutputVoltage.2, eaton-mgeups, Output Phase/Phase 2, snmp, 10, 1, , 233
  1769. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","voltage",5,"eaton-mgeups","mgoutputVoltage.2"] 1.12ms]
  1770. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["voltage",5,"eaton-mgeups","mgoutputVoltage.2"] 1.22ms]
  1771. .Final sensor value: 2330
  1772. Cur 2330, Low: null, Low Warn: null, Warn: null, High: null
  1773. Discover sensor: .1.3.6.1.4.1.705.1.7.2.1.2.3, mgoutputVoltage.3, eaton-mgeups, Output Phase/Phase 3, snmp, 10, 1, , 233
  1774. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","voltage",5,"eaton-mgeups","mgoutputVoltage.3"] 1.08ms]
  1775. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["voltage",5,"eaton-mgeups","mgoutputVoltage.3"] 1.29ms]
  1776. .Data upsmgBattery: Array
  1777. (
  1778. [0] => Array
  1779. (
  1780. [upsmgBatteryRemainingTime] => 1735
  1781. [upsmgBatteryLevel] => 100
  1782. [upsmgBatteryVoltage] => 260
  1783. [upsmgBatteryCurrent] => 0
  1784. [upsmgBatteryFaultBattery] => 2
  1785. [upsmgBatteryReplacement] => 2
  1786. [upsmgBatteryLowBattery] => 2
  1787. [upsmgBatteryChargerFault] => 2
  1788. [upsmgBatteryLowCondition] => 2
  1789. )
  1790.  
  1791. )
  1792. Final sensor value: 260
  1793. Cur 260, Low: null, Low Warn: null, Warn: null, High: null
  1794. Discover sensor: .1.3.6.1.4.1.705.1.5.5.0, upsmgBatteryVoltage.0, eaton-mgeups, Battery, snmp, 10, 1, , 26
  1795. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","voltage",5,"eaton-mgeups","upsmgBatteryVoltage.0"] 1.09ms]
  1796. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["voltage",5,"eaton-mgeups","upsmgBatteryVoltage.0"] 1.28ms]
  1797. .Array
  1798. (
  1799. [rfc1628] => Array
  1800. (
  1801. [1.2.5.0] => 1
  1802. [1] => 1
  1803. [101] => 1
  1804. )
  1805.  
  1806. [eaton-mgeups] => Array
  1807. (
  1808. [mginputVoltage.1.0] => 1
  1809. [mgoutputVoltage.1] => 1
  1810. [mgoutputVoltage.2] => 1
  1811. [mgoutputVoltage.3] => 1
  1812. [upsmgBatteryVoltage.0] => 1
  1813. )
  1814.  
  1815. )
  1816. SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["voltage",5,"snmp"] 1.86ms]
  1817. 1.2.5.0 -> rfc1628
  1818. 1 -> rfc1628
  1819. 101 -> rfc1628
  1820. mginputVoltage.1.0 -> eaton-mgeups
  1821. mgoutputVoltage.1 -> eaton-mgeups
  1822. mgoutputVoltage.2 -> eaton-mgeups
  1823. mgoutputVoltage.3 -> eaton-mgeups
  1824. upsmgBatteryVoltage.0 -> eaton-mgeups
  1825.  
  1826. Snr: SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["snr",5,"snmp"] 1.28ms]
  1827.  
  1828. Pressure: SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["pressure",5,"snmp"] 1.25ms]
  1829.  
  1830. Cooling: SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["cooling",5,"snmp"] 1.32ms]
  1831.  
  1832. Delay: Dynamic Discovery (delay): Array
  1833. (
  1834. [data] => Array
  1835. (
  1836. [0] => Array
  1837. (
  1838. [oid] => upsmgBattery
  1839. [value] => upsmgBatteryRemainingTime
  1840. [num_oid] => .1.3.6.1.4.1.705.1.5.1.
  1841. [descr] => Remaining time
  1842. [index] => upsmgBatteryRemainingTime.{{ $index }}
  1843. )
  1844.  
  1845. )
  1846.  
  1847. )
  1848. Data upsmgBattery: Array
  1849. (
  1850. [0] => Array
  1851. (
  1852. [upsmgBatteryRemainingTime] => 1735
  1853. [upsmgBatteryLevel] => 100
  1854. [upsmgBatteryVoltage] => 260
  1855. [upsmgBatteryCurrent] => 0
  1856. [upsmgBatteryFaultBattery] => 2
  1857. [upsmgBatteryReplacement] => 2
  1858. [upsmgBatteryLowBattery] => 2
  1859. [upsmgBatteryChargerFault] => 2
  1860. [upsmgBatteryLowCondition] => 2
  1861. )
  1862.  
  1863. )
  1864. Final sensor value: 1735
  1865. Cur 1735, Low: null, Low Warn: null, Warn: null, High: null
  1866. Discover sensor: .1.3.6.1.4.1.705.1.5.1.0, upsmgBatteryRemainingTime.0, eaton-mgeups, Remaining time, snmp, 1, 1, , 1735
  1867. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","delay",5,"eaton-mgeups","upsmgBatteryRemainingTime.0"] 0.84ms]
  1868. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["delay",5,"eaton-mgeups","upsmgBatteryRemainingTime.0"] 0.93ms]
  1869. .Array
  1870. (
  1871. [eaton-mgeups] => Array
  1872. (
  1873. [upsmgBatteryRemainingTime.0] => 1
  1874. )
  1875.  
  1876. )
  1877. SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["delay",5,"snmp"] 1.35ms]
  1878. upsmgBatteryRemainingTime.0 -> eaton-mgeups
  1879.  
  1880. Quality_factor: SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["quality_factor",5,"snmp"] 1.3ms]
  1881.  
  1882. Chromatic_dispersion: SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["chromatic_dispersion",5,"snmp"] 1.27ms]
  1883.  
  1884. Ber: SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["ber",5,"snmp"] 1.35ms]
  1885.  
  1886. Eer: SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["eer",5,"snmp"] 1.27ms]
  1887.  
  1888. Waterflow: SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["waterflow",5,"snmp"] 1.26ms]
  1889.  
  1890.  
  1891. >> Runtime for discovery module 'sensors': 2.1740 seconds with 67080 bytes
  1892. >> SNMP: [22/1.32s] MySQL: [138/0.15s] RRD: [0/0.00s]
  1893. #### Unload disco module sensors ####
  1894.  
  1895. Modules status: Global+ OS+ Device
  1896. #### Load disco module storage ####
  1897. SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OQUs -m DATA-DOMAIN-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge:/opt/librenms/mibs/datadomain udp:HOSTNAME:161 fileSystemSpaceTable]
  1898.  
  1899. SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OQUs -m HOST-RESOURCES-MIB:HOST-RESOURCES-TYPES:NetWare-Host-Ext-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 hrStorageEntry]
  1900.  
  1901. SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OQUs -m UCD-SNMP-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 dskTable]
  1902.  
  1903. SQL[SELECT `storage_descr` FROM `storage` WHERE `device_id` = '5' AND `storage_type` != 'dsk' [] 0.68ms]
  1904. SQL[SELECT * FROM `storage` WHERE `device_id` = '5' [] 0.69ms]
  1905.  
  1906.  
  1907. >> Runtime for discovery module 'storage': 0.1800 seconds with 9176 bytes
  1908. >> SNMP: [3/0.18s] MySQL: [1/0.00s] RRD: [0/0.00s]
  1909. #### Unload disco module storage ####
  1910.  
  1911. Modules status: Global+ OS+ Device
  1912. #### Load disco module hr-device ####
  1913. SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OQUs -m HOST-RESOURCES-MIB:HOST-RESOURCES-TYPES -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 hrDeviceEntry]
  1914.  
  1915. SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OQUs -m HOST-RESOURCES-MIB:HOST-RESOURCES-TYPES -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 hrProcessorEntry]
  1916.  
  1917. Array
  1918. (
  1919. )
  1920. SQL[SELECT * FROM `hrDevice` WHERE `device_id` = '5' [] 0.51ms]
  1921.  
  1922.  
  1923. >> Runtime for discovery module 'hr-device': 0.1020 seconds with 3704 bytes
  1924. >> SNMP: [2/0.10s] MySQL: [1/0.00s] RRD: [0/0.00s]
  1925. #### Unload disco module hr-device ####
  1926.  
  1927. Modules status: Global+ OS+ Device
  1928. #### Load disco module discovery-protocols ####
  1929. CISCO-CDP-MIB: SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OQUsetX -m CISCO-CDP-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 cdpCache]
  1930.  
  1931.  
  1932. LLDP-MIB: SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OQUsetX -m LLDP-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 lldpRemTable]
  1933.  
  1934.  
  1935. OSPF Discovery: SQL[SELECT DISTINCT(`ospfNbrIpAddr`),`device_id` FROM `ospf_nbrs` WHERE `device_id`=? [5] 0.49ms]
  1936.  
  1937. SQL[SELECT * FROM `links` AS L, `ports` AS I WHERE L.local_port_id = I.port_id AND I.device_id = ? [5] 1.35ms]
  1938. SQL[DELETE T FROM `links` T LEFT JOIN `devices` ON `devices`.`device_id` = T.`local_device_id` WHERE `devices`.`device_id` IS NULL [] 0.6ms]
  1939. 0 orphaned links deleted
  1940.  
  1941. >> Runtime for discovery module 'discovery-protocols': 0.1250 seconds with 5016 bytes
  1942. >> SNMP: [0/0.00s] MySQL: [3/0.00s] RRD: [0/0.00s]
  1943. #### Unload disco module discovery-protocols ####
  1944.  
  1945. Modules status: Global+ OS+ Device
  1946. #### Load disco module arp-table ####
  1947. SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OQUsetX -m IP-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 ipNetToPhysicalPhysAddress]
  1948. ipNetToPhysicalPhysAddress[1] = 0
  1949. ipNetToPhysicalPhysAddress[2] = 0
  1950.  
  1951. SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OQUsetX -m IP-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 ipNetToMediaPhysAddress]
  1952. ipNetToMediaPhysAddress[2][*] = 0:11:32:3e:c4:4d
  1953. ipNetToMediaPhysAddress[2][*] = 44:d9:e7:41:98:57
  1954.  
  1955. SQL[SELECT * from `ipv4_mac` WHERE `device_id`=? AND `context_name`=? [5,""] 0.88ms]
  1956. SQL[SELECT * FROM `ports` WHERE `device_id` = ? AND `ifIndex` = ? [5,1] 1.14ms]
  1957.  
  1958. Warning: Illegal string offset 'ipv4' in /opt/librenms/includes/discovery/arp-table.inc.php on line 60
  1959. LOOPBACK:
  1960.  
  1961. SQL[SELECT * FROM `ports` WHERE `device_id` = ? AND `ifIndex` = ? [5,2] 1.18ms]
  1962.  
  1963. Warning: Illegal string offset 'ipv4' in /opt/librenms/includes/discovery/arp-table.inc.php on line 60
  1964. eth0:
  1965. 0:11:32:3e:c4:4d => 192.168.2.40
  1966. 44:d9:e7:41:98:57 => 192.168.2.254
  1967.  
  1968. SQL[DELETE T FROM `ipv4_mac` T LEFT JOIN `ports` ON `ports`.`port_id` = T.`port_id` LEFT JOIN `devices` ON `devices`.`device_id` = T.`device_id` WHERE `ports`.`port_id` IS NULL AND `devices`.`device_id` IS NULL [] 1.29ms]
  1969.  
  1970.  
  1971. >> Runtime for discovery module 'arp-table': 0.1460 seconds with 27120 bytes
  1972. >> SNMP: [0/0.00s] MySQL: [4/0.01s] RRD: [0/0.00s]
  1973. #### Unload disco module arp-table ####
  1974.  
  1975. Modules status: Global- OS- Device Module [ discovery-arp ] disabled on os.
  1976.  
  1977. Modules status: Global- OS- Device Module [ junose-atm-vp ] disabled on os.
  1978.  
  1979. Modules status: Global+ OS+ Device
  1980. #### Load disco module bgp-peers ####
  1981. SNMP[/usr/bin/snmpgetnext -v1 -c COMMUNITY -Oqvn -m BGP4-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 bgpLocalAs]
  1982. "EATON"
  1983.  
  1984. No BGP on hostPeers :
  1985. SQL[DELETE FROM `bgpPeers` WHERE device_id=? AND context_name=? [5,""] 0.5ms]
  1986. SQL[DELETE FROM `bgpPeers_cbgp` WHERE device_id=? AND context_name=? [5,""] 0.43ms]
  1987.  
  1988. SQL[SELECT DISTINCT context_name FROM bgpPeers WHERE device_id=? [5] 0.35ms]
  1989.  
  1990. >> Runtime for discovery module 'bgp-peers': 0.0350 seconds with 5616 bytes
  1991. >> SNMP: [1/0.03s] MySQL: [2/0.00s] RRD: [0/0.00s]
  1992. #### Unload disco module bgp-peers ####
  1993.  
  1994. Modules status: Global+ OS+ Device
  1995. #### Load disco module vlans ####
  1996. SQL[SELECT * FROM `vlans` WHERE `device_id` = ? [5] 0.46ms]
  1997. SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OQUs -m BRIDGE-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 dot1dBasePortIfIndex]
  1998.  
  1999. IEEE8021-Q-BRIDGE-MIB VLANs: SNMP[/usr/bin/snmpget -v1 -c COMMUNITY -Oqv -m IEEE8021-Q-BRIDGE-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 dot1qVlanVersionNumber.0]
  2000.  
  2001.  
  2002.  
  2003. >> Runtime for discovery module 'vlans': 0.1070 seconds with 9304 bytes
  2004. >> SNMP: [2/0.11s] MySQL: [1/0.00s] RRD: [0/0.00s]
  2005. #### Unload disco module vlans ####
  2006.  
  2007. Modules status: Global- OS- Device Module [ vmware-vminfo ] disabled on os.
  2008.  
  2009. Modules status: Global- OS- Device Module [ libvirt-vminfo ] disabled on os.
  2010.  
  2011. Modules status: Global- OS- Device Module [ toner ] disabled on os.
  2012.  
  2013. Modules status: Global+ OS+ Device
  2014. #### Load disco module ucd-diskio ####
  2015. SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OQUs -m UCD-DISKIO-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 diskIOEntry]
  2016.  
  2017. Array
  2018. (
  2019. )
  2020. SQL[SELECT * FROM `ucd_diskio` where `device_id` = '5' [] 0.48ms]
  2021.  
  2022.  
  2023. >> Runtime for discovery module 'ucd-diskio': 0.0480 seconds with 3160 bytes
  2024. >> SNMP: [1/0.05s] MySQL: [1/0.00s] RRD: [0/0.00s]
  2025. #### Unload disco module ucd-diskio ####
  2026.  
  2027. Modules status: Global- OS- Device Module [ applications ] disabled on os.
  2028.  
  2029. Modules status: Global+ OS+ Device
  2030. #### Load disco module services ####
  2031.  
  2032. >> Runtime for discovery module 'services': 0.0000 seconds with 296 bytes
  2033. >> SNMP: [0/0.00s] MySQL: [0/0.00s] RRD: [0/0.00s]
  2034. #### Unload disco module services ####
  2035.  
  2036. Modules status: Global+ OS+ Device
  2037. #### Load disco module stp ####
  2038. SQL[SELECT * FROM `stp` WHERE `device_id` = ? [5] 0.51ms]
  2039. SNMP[/usr/bin/snmpget -v1 -c COMMUNITY -Oqv -m RSTP-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 dot1dStpProtocolSpecification.0]
  2040.  
  2041.  
  2042.  
  2043. >> Runtime for discovery module 'stp': 0.0370 seconds with 5792 bytes
  2044. >> SNMP: [1/0.04s] MySQL: [1/0.00s] RRD: [0/0.00s]
  2045. #### Unload disco module stp ####
  2046.  
  2047. Modules status: Global+ OS+ Device
  2048. #### Load disco module ntp ####
  2049.  
  2050. >> Runtime for discovery module 'ntp': 0.0000 seconds with 232 bytes
  2051. >> SNMP: [0/0.00s] MySQL: [0/0.00s] RRD: [0/0.00s]
  2052. #### Unload disco module ntp ####
  2053.  
  2054. Modules status: Global- OS- Device Module [ loadbalancers ] disabled on os.
  2055.  
  2056. Modules status: Global- OS- Device Module [ mef ] disabled on os.
  2057.  
  2058. Modules status: Global+ OS+ Device
  2059. #### Load disco module wireless ####
  2060. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`=? AND `sensor_class`=? [5,"ap-count"] 0.91ms]
  2061. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`=? AND `sensor_class`=? [5,"clients"] 0.84ms]
  2062. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`=? AND `sensor_class`=? [5,"quality"] 0.87ms]
  2063. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`=? AND `sensor_class`=? [5,"capacity"] 0.85ms]
  2064. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`=? AND `sensor_class`=? [5,"utilization"] 0.84ms]
  2065. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`=? AND `sensor_class`=? [5,"rate"] 0.85ms]
  2066. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`=? AND `sensor_class`=? [5,"ccq"] 0.93ms]
  2067. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`=? AND `sensor_class`=? [5,"snr"] 0.86ms]
  2068. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`=? AND `sensor_class`=? [5,"ssr"] 0.88ms]
  2069. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`=? AND `sensor_class`=? [5,"mse"] 0.84ms]
  2070. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`=? AND `sensor_class`=? [5,"rssi"] 0.85ms]
  2071. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`=? AND `sensor_class`=? [5,"power"] 0.85ms]
  2072. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`=? AND `sensor_class`=? [5,"noise-floor"] 0.86ms]
  2073. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`=? AND `sensor_class`=? [5,"errors"] 0.92ms]
  2074. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`=? AND `sensor_class`=? [5,"error-ratio"] 0.95ms]
  2075. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`=? AND `sensor_class`=? [5,"error-rate"] 0.86ms]
  2076. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`=? AND `sensor_class`=? [5,"frequency"] 0.84ms]
  2077. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`=? AND `sensor_class`=? [5,"distance"] 0.85ms]
  2078.  
  2079. >> Runtime for discovery module 'wireless': 0.0250 seconds with 139456 bytes
  2080. >> SNMP: [0/0.00s] MySQL: [18/0.02s] RRD: [0/0.00s]
  2081. #### Unload disco module wireless ####
  2082.  
  2083. Modules status: Global+ OS+ Device
  2084. #### Load disco module fdb-table ####
  2085. SQL[SELECT `vlan_id`, `vlan_vlan` from `vlans` WHERE `device_id` = ? [5] 0.41ms]
  2086. SQL[SELECT * FROM `ports_fdb` WHERE `device_id` = ? [5] 0.58ms]
  2087. SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OQUsetX -m Q-BRIDGE-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 dot1qTpFdbPort]
  2088.  
  2089. SNMP[/usr/bin/snmpwalk -v1 -c COMMUNITY -OQUsetX -m BRIDGE-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/ups:/opt/librenms/mibs/mge udp:HOSTNAME:161 dot1dTpFdbPort]
  2090.  
  2091.  
  2092.  
  2093. >> Runtime for discovery module 'fdb-table': 0.1180 seconds with 2976 bytes
  2094. >> SNMP: [0/0.00s] MySQL: [2/0.00s] RRD: [0/0.00s]
  2095. #### Unload disco module fdb-table ####
  2096.  
  2097. SQL[SELECT attrib_value FROM devices_attribs WHERE `device_id` = ? AND `attrib_type` = ? [5,"poll_mib"] 0.5ms]
  2098. SQL[UPDATE `devices` set `last_discovered`=NOW(),`last_discovered_timetaken`=? WHERE `device_id` = ? [5.333,5] 1.5ms]
  2099. Discovered in 5.333 seconds
  2100.  
  2101. SQL[INSERT IGNORE INTO `perf_times` (`type`,`doing`,`start`,`duration`,`devices`,`poller`) VALUES (:type,:doing,:start,:duration,:devices,:poller) {"type":"discover","doing":"ups.home.nonobzh.net","start":1540027027.1176,"duration":"5.839","devices":1,"poller":"monit.nonobzh.net"} 0.82ms]
  2102. ./discovery.php ups.home.nonobzh.net 2018-10-20 11:17:12 - 1 devices discovered in 5.839 secs
  2103. SNMP [51/2.90s]: Get[19/0.85s] Getnext[1/0.03s] Walk[31/2.02s]
  2104. MySQL [195/0.21s]: Cell[77/0.07s] Row[10/0.02s] Rows[79/0.09s] Column[2/0.00s] Update[5/0.01s] Insert[17/0.02s] Delete[5/0.00s]
  2105. RRD [0/0.00s]: Update[0/0.00s] Create [0/0.00s] Other[0/0.00s]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement