From tlkhorses, 5 Years ago, written in Plain Text.
Embed
  1. [root@f2mlibre ~]# /opt/librenms/discovery.php -h 10.100.8.3 -d
  2. LibreNMS Discovery
  3. ===================================
  4. Version info:
  5. Commit SHA: a1a13de0f65e3898f237a235025fa25eb303a686
  6. Commit Date: 1526416776
  7. DB Schema: 250
  8. PHP: 7.1.16
  9. MySQL: 5.5.56-MariaDB
  10. RRDTool: 1.4.8
  11. SNMP: NET-SNMP 5.7.2
  12. ==================================DEBUG!
  13. Updating os_def.cache... Done
  14. SQL[SELECT * FROM `devices` WHERE disabled = 0 AND snmp_disable = 0 AND `hostname` LIKE '10.100.8.3' ORDER BY device_id DESC]
  15. SQL[SELECT * FROM devices_attribs WHERE `device_id` = '17']
  16. 10.100.8.3 17 mimosa SQL[INSERT INTO `device_perf` (`xmt`,`rcv`,`loss`,`min`,`max`,`avg`,`device_id`,`timestamp`)  VALUES ('3','3','0','1.06','3.17','1.79','17',NOW())]
  17. SNMP Check response code: 0
  18. SQL[SELECT attrib_value FROM devices_attribs WHERE `device_id` = '17' AND `attrib_type` = 'poll_mib' ]
  19. Attempting to initialize OS: mimosa
  20. OS initialized: LibreNMS\OS\Mimosa
  21.  
  22. Modules status: Global+ OS  Device  
  23. #### Load disco module core ####
  24. SNMP[/usr/bin/snmpget -v2c -c COMMUNITY -OUQn -m SNMPv2-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 sysName.0 sysObjectID.0 sysDescr.0]
  25. .*.*.0 = crossrdsWest
  26. .*.*.0 = .*.4.1.433*
  27. .*.*.0 = Mimosa Firmware
  28.  
  29.  
  30. >> Runtime for discovery module 'core': 0.0550 seconds with 1032 bytes
  31. >> SNMP: [2/0.37s] MySQL: [8/0.63s] RRD: [0/0.00s]
  32. #### Unload disco module core ####
  33.  
  34. Modules status: Global+ OS+ Device  
  35. #### Load disco module os ####
  36. SNMP[/usr/bin/snmpget -v2c -c COMMUNITY -Ovq -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 SNMPv2-MIB::sysDescr.0]
  37. Mimosa Firmware
  38.  
  39. SNMP[/usr/bin/snmpget -v2c -c COMMUNITY -Ovqn -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 SNMPv2-MIB::sysObjectID.0]
  40. .*.4.1.433*
  41.  
  42. | Mimosa Firmware | .1.3.6.1.4.1.43356.1.1.1 |
  43. SNMP[/usr/bin/snmpget -v2c -c COMMUNITY -Oqv -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 .1.3.6.1.4.1.12148.10.2.6.0]
  44. No Such Object available on this agent at this OID
  45.  
  46. OS: Mimosa (mimosa)
  47.  
  48. >> Runtime for discovery module 'os': 0.2830 seconds with 12576 bytes
  49. >> SNMP: [3/0.28s] MySQL: [0/0.00s] RRD: [0/0.00s]
  50. #### Unload disco module os ####
  51.  
  52. Modules status: Global+ OS+ Device  
  53. #### Load disco module ports ####
  54. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m IF-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 ifDescr]
  55. ifDescr.1 = lo
  56. ifDescr.2 = tqe
  57. ifDescr.3 = eth1_emac1
  58. ifDescr.4 = wlan0
  59. ifDescr.5 = br0
  60. ifDescr.6 = br_local
  61. ifDescr.7 = br_recovery
  62. ifDescr.8 = br1
  63. ifDescr.9 = wifi0
  64. ifDescr.13 = mon.wlan0
  65.  
  66. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m IF-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 ifName]
  67. ifName = No Such Object available on this agent at this OID
  68.  
  69. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m IF-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 ifAlias]
  70. ifAlias = No Such Object available on this agent at this OID
  71.  
  72. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m IF-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 ifType]
  73. ifType.1 = softwareLoopback
  74. ifType.2 = ethernetCsmacd
  75. ifType.3 = ethernetCsmacd
  76. ifType.4 = ethernetCsmacd
  77. ifType.5 = ethernetCsmacd
  78. ifType.6 = ethernetCsmacd
  79. ifType.7 = ethernetCsmacd
  80. ifType.8 = ethernetCsmacd
  81. ifType.9 = ethernetCsmacd
  82. ifType.13 = other
  83.  
  84. Array
  85. (
  86.     [1] => Array
  87.         (
  88.             [ifDescr] => lo
  89.             [ifType] => softwareLoopback
  90.         )
  91.  
  92.     [2] => Array
  93.         (
  94.             [ifDescr] => tqe
  95.             [ifType] => ethernetCsmacd
  96.         )
  97.  
  98.     [3] => Array
  99.         (
  100.             [ifDescr] => eth1_emac1
  101.             [ifType] => ethernetCsmacd
  102.         )
  103.  
  104.     [4] => Array
  105.         (
  106.             [ifDescr] => wlan0
  107.             [ifType] => ethernetCsmacd
  108.         )
  109.  
  110.     [5] => Array
  111.         (
  112.             [ifDescr] => br0
  113.             [ifType] => ethernetCsmacd
  114.         )
  115.  
  116.     [6] => Array
  117.         (
  118.             [ifDescr] => br_local
  119.             [ifType] => ethernetCsmacd
  120.         )
  121.  
  122.     [7] => Array
  123.         (
  124.             [ifDescr] => br_recovery
  125.             [ifType] => ethernetCsmacd
  126.         )
  127.  
  128.     [8] => Array
  129.         (
  130.             [ifDescr] => br1
  131.             [ifType] => ethernetCsmacd
  132.         )
  133.  
  134.     [9] => Array
  135.         (
  136.             [ifDescr] => wifi0
  137.             [ifType] => ethernetCsmacd
  138.         )
  139.  
  140.     [13] => Array
  141.         (
  142.             [ifDescr] => mon.wlan0
  143.             [ifType] => other
  144.         )
  145.  
  146. )
  147. SQL[SELECT `name` FROM `port_association_mode` WHERE pom_id = '1']
  148. SQL[SELECT * FROM `ports` WHERE `device_id` = '17' ORDER BY port_id]
  149. ..........
  150.  
  151. >> Runtime for discovery module 'ports': 1.3870 seconds with 4248 bytes
  152. >> SNMP: [4/1.38s] MySQL: [2/0.00s] RRD: [0/0.00s]
  153. #### Unload disco module ports ####
  154.  
  155. Modules status: Global+ OS+ Device  
  156. #### Load disco module ports-stack ####
  157. SQL[SELECT * FROM `ports_stack` WHERE `device_id` = '17']
  158. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY  -OQUs -m IF-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 ifStackStatus]
  159. ifStackStatus = No Such Object available on this agent at this OID
  160.  
  161.  
  162.  
  163. >> Runtime for discovery module 'ports-stack': 1.0250 seconds with 1768 bytes
  164. >> SNMP: [0/0.00s] MySQL: [1/0.00s] RRD: [0/0.00s]
  165. #### Unload disco module ports-stack ####
  166.  
  167. Modules status: Global+ OS+ Device  
  168. #### Load disco module entity-physical ####
  169.  
  170. Caching OIDs: entPhysicalEntrySNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m ENTITY-MIB:CISCO-ENTITY-VENDORTYPE-OID-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 entPhysicalEntry]
  171. entPhysicalEntry = No Such Object available on this agent at this OID
  172.  
  173.  
  174. SQL[SELECT * FROM `entPhysical` WHERE `device_id` = '17']
  175.  
  176. >> Runtime for discovery module 'entity-physical': 3.2610 seconds with 5184 bytes
  177. >> SNMP: [1/3.26s] MySQL: [1/0.00s] RRD: [0/0.00s]
  178. #### Unload disco module entity-physical ####
  179.  
  180. Modules status: Global- OS- Device  Module [ entity-state ] disabled on os.
  181.  
  182. Modules status: Global+ OS+ Device  
  183. #### Load disco module processors ####
  184. No YAML Discovery data.
  185. Host Resources: SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m HOST-RESOURCES-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 hrProcessorLoad]
  186. hrProcessorLoad = No Such Object available on this agent at this OID
  187.  
  188. UCD Resources: SQL[SELECT `devices`.*, `lat`, `lng` FROM `devices` LEFT JOIN locations ON `devices`.`location`=`locations`.`location` WHERE `device_id` = '17']
  189. SQL[SELECT * FROM devices_attribs WHERE `device_id` = '17']
  190. SQL[SELECT * FROM `vrf_lite_cisco` WHERE `device_id` = '17']
  191. SNMP[/usr/bin/snmpget -v2c -c COMMUNITY -Ovq -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 .1.3.6.1.4.1.2021.11.11.0]
  192. No Such Object available on this agent at this OID
  193.  
  194. SQL[SELECT * FROM `processors` WHERE `device_id`='17']
  195. SQL[DELETE T FROM `processors` T LEFT JOIN `devices` ON `devices`.`device_id` = T.`device_id` WHERE `devices`.`device_id` IS NULL]
  196.  
  197.  
  198. >> Runtime for discovery module 'processors': 0.2070 seconds with 65872 bytes
  199. >> SNMP: [2/0.19s] MySQL: [5/0.01s] RRD: [0/0.00s]
  200. #### Unload disco module processors ####
  201.  
  202. Modules status: Global+ OS+ Device  
  203. #### Load disco module mempools ####
  204. SQL[SELECT COUNT(*) FROM `mempools` WHERE `device_id` = '17' AND `mempool_type` = 'cemp']
  205. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m NETSWITCH-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa:/opt/librenms/mibs/hp udp:HOSTNAME:161 hpLocal]
  206. hpLocalMem = No Such Object available on this agent at this OID
  207.  
  208. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m NETSWITCH-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa:/opt/librenms/mibs/hp udp:HOSTNAME:161 hpGlobal]
  209. hpGlobalMem = No Such Object available on this agent at this OID
  210.  
  211. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m HOST-RESOURCES-MIB:HOST-RESOURCES-TYPES:NetWare-Host-Ext-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 hrStorageEntry]
  212. hrStorageEntry = No Such Object available on this agent at this OID
  213.  
  214. SQL[SELECT * FROM `mempools` WHERE `device_id`  = '17']
  215.  
  216.  
  217. >> Runtime for discovery module 'mempools': 10.8800 seconds with 36272 bytes
  218. >> SNMP: [3/10.86s] MySQL: [2/0.01s] RRD: [0/0.00s]
  219. #### Unload disco module mempools ####
  220.  
  221. Modules status: Global+ OS+ Device  
  222. #### Load disco module cisco-vrf-lite ####
  223. SQL[SELECT * FROM vrf_lite_cisco WHERE device_id = '17' ]
  224.  
  225. >> Runtime for discovery module 'cisco-vrf-lite': 0.0020 seconds with 2640 bytes
  226. >> SNMP: [0/0.00s] MySQL: [1/0.00s] RRD: [0/0.00s]
  227. #### Unload disco module cisco-vrf-lite ####
  228.  
  229. Modules status: Global- OS- Device  Module [ cisco-mac-accounting ] disabled on os.
  230.  
  231. Modules status: Global- OS- Device  Module [ cisco-pw ] disabled on os.
  232.  
  233. Modules status: Global- OS- Device  Module [ vrf ] disabled on os.
  234.  
  235. Modules status: Global- OS- Device  Module [ cisco-cef ] disabled on os.
  236.  
  237. Modules status: Global- OS- Device  Module [ cisco-sla ] disabled on os.
  238.  
  239. Modules status: Global- OS- Device  Module [ cisco-cbqos ] disabled on os.
  240.  
  241. Modules status: Global- OS- Device  Module [ cisco-otv ] disabled on os.
  242.  
  243. Modules status: Global+ OS+ Device  
  244. #### Load disco module ipv4-addresses ####
  245. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -Osq -m IP-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 ipAdEntIfIndex]
  246. ipAdEntIfIndex.* 5
  247. ipAdEntIfIndex.* 1
  248. ipAdEntIfIndex.* 5
  249. ipAdEntIfIndex.* 6
  250.  
  251. SNMP[/usr/bin/snmpget -v2c -c COMMUNITY -Oqv -m IP-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 ipAdEntNetMask.10.100.8.3]
  252. *
  253.  
  254. SQL[SELECT COUNT(*) FROM `ports` WHERE device_id = '17' AND `ifIndex` = '5']
  255. SQL[SELECT `port_id` FROM `ports` WHERE `device_id` = '17' AND `ifIndex` = '5']
  256. SQL[SELECT COUNT(*) FROM `ipv4_networks` WHERE `ipv4_network` = '10.100.8.3/29']
  257. SQL[UPDATE `ipv4_networks` set `context_name` ='' WHERE `ipv4_network` = '10.100.8.3/29']
  258. sSQL[SELECT `ipv4_network_id` FROM `ipv4_networks` WHERE `ipv4_network` = '10.100.8.3/29']
  259. SQL[SELECT COUNT(*) FROM `ipv4_addresses` WHERE `ipv4_address` = '10.100.8.3' AND `ipv4_prefixlen` = '29' AND `port_id` = '137' ]
  260. SQL[UPDATE `ipv4_addresses` set `context_name` ='' WHERE `ipv4_address` = '10.100.8.3' AND `ipv4_prefixlen` = '29' AND `port_id` = '137']
  261. .SNMP[/usr/bin/snmpget -v2c -c COMMUNITY -Oqv -m IP-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 ipAdEntNetMask.127.0.0.1]
  262. *
  263.  
  264. SQL[SELECT COUNT(*) FROM `ports` WHERE device_id = '17' AND `ifIndex` = '1']
  265. SQL[SELECT `port_id` FROM `ports` WHERE `device_id` = '17' AND `ifIndex` = '1']
  266. SQL[SELECT COUNT(*) FROM `ipv4_networks` WHERE `ipv4_network` = '127.0.0.1/8']
  267. SQL[UPDATE `ipv4_networks` set `context_name` ='' WHERE `ipv4_network` = '127.0.0.1/8']
  268. sSQL[SELECT `ipv4_network_id` FROM `ipv4_networks` WHERE `ipv4_network` = '127.0.0.1/8']
  269. SQL[SELECT COUNT(*) FROM `ipv4_addresses` WHERE `ipv4_address` = '127.0.0.1' AND `ipv4_prefixlen` = '8' AND `port_id` = '133' ]
  270. SQL[UPDATE `ipv4_addresses` set `context_name` ='' WHERE `ipv4_address` = '127.0.0.1' AND `ipv4_prefixlen` = '8' AND `port_id` = '133']
  271. .SNMP[/usr/bin/snmpget -v2c -c COMMUNITY -Oqv -m IP-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 ipAdEntNetMask.169.254.2.1]
  272. *
  273.  
  274. SQL[SELECT COUNT(*) FROM `ports` WHERE device_id = '17' AND `ifIndex` = '5']
  275. SQL[SELECT `port_id` FROM `ports` WHERE `device_id` = '17' AND `ifIndex` = '5']
  276. SQL[SELECT COUNT(*) FROM `ipv4_networks` WHERE `ipv4_network` = '169.254.2.1/24']
  277. SQL[UPDATE `ipv4_networks` set `context_name` ='' WHERE `ipv4_network` = '169.254.2.1/24']
  278. sSQL[SELECT `ipv4_network_id` FROM `ipv4_networks` WHERE `ipv4_network` = '169.254.2.1/24']
  279. SQL[SELECT COUNT(*) FROM `ipv4_addresses` WHERE `ipv4_address` = '169.254.2.1' AND `ipv4_prefixlen` = '24' AND `port_id` = '137' ]
  280. SQL[UPDATE `ipv4_addresses` set `context_name` ='' WHERE `ipv4_address` = '169.254.2.1' AND `ipv4_prefixlen` = '24' AND `port_id` = '137']
  281. .SNMP[/usr/bin/snmpget -v2c -c COMMUNITY -Oqv -m IP-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 ipAdEntNetMask.192.168.25.1]
  282. *
  283.  
  284. SQL[SELECT COUNT(*) FROM `ports` WHERE device_id = '17' AND `ifIndex` = '6']
  285. SQL[SELECT `port_id` FROM `ports` WHERE `device_id` = '17' AND `ifIndex` = '6']
  286. SQL[SELECT COUNT(*) FROM `ipv4_networks` WHERE `ipv4_network` = '192.168.25.1/29']
  287. SQL[UPDATE `ipv4_networks` set `context_name` ='' WHERE `ipv4_network` = '192.168.25.1/29']
  288. sSQL[SELECT `ipv4_network_id` FROM `ipv4_networks` WHERE `ipv4_network` = '192.168.25.1/29']
  289. SQL[SELECT COUNT(*) FROM `ipv4_addresses` WHERE `ipv4_address` = '192.168.25.1' AND `ipv4_prefixlen` = '29' AND `port_id` = '138' ]
  290. SQL[UPDATE `ipv4_addresses` set `context_name` ='' WHERE `ipv4_address` = '192.168.25.1' AND `ipv4_prefixlen` = '29' AND `port_id` = '138']
  291. .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 = '17' OR `ports`.`device_id` IS NULL]
  292.  
  293.  
  294. >> Runtime for discovery module 'ipv4-addresses': 1.9040 seconds with 35040 bytes
  295. >> SNMP: [5/1.72s] MySQL: [29/0.18s] RRD: [0/0.00s]
  296. #### Unload disco module ipv4-addresses ####
  297.  
  298. Modules status: Global+ OS+ Device  
  299. #### Load disco module ipv6-addresses ####
  300. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -Ln -Osq -m IP-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 ipAddressIfIndex.ipv6]
  301. ipAddressIfIndex.ipv6 No Such Object available on this agent at this OID
  302.  
  303. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -Ln -Osq -OnU -m IPV6-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 ipv6AddrPfxLength]
  304. .*.*.8.1.2 No Such Object available on this agent at this OID
  305.  
  306. 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 = '17' OR `ports`.`device_id` IS NULL]
  307.  
  308.  
  309. >> Runtime for discovery module 'ipv6-addresses': 3.8720 seconds with 3352 bytes
  310. >> SNMP: [2/3.87s] MySQL: [1/0.00s] RRD: [0/0.00s]
  311. #### Unload disco module ipv6-addresses ####
  312.  
  313. Modules status: Global- OS- Device  Module [ route ] disabled on os.
  314.  
  315. Modules status: Global+ OS+ Device  
  316. #### Load disco module sensors ####
  317. Caching data: sensors SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OteQUs -Ih -m MIMOSA-NETWORKS-BFIVE-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 mimosaSatelliteStrength]
  318. mimosaSatelliteStrength.0 = 1
  319.  
  320.  
  321.  ENTITY-SENSOR: Caching OIDs: entPhysicalDescrSNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m CISCO-ENTITY-SENSOR-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 entPhysicalDescr]
  322. entPhysicalDescr = No Such Object available on this agent at this OID
  323.  
  324.  
  325. SQL[SELECT attrib_value FROM devices_attribs WHERE `device_id` = '17' AND `attrib_type` = 'ipmi_hostname' ]
  326. SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='voltage' AND S.device_id = D.device_id AND D.device_id = '17' AND S.poller_type = 'ipmi']
  327. SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='temperature' AND S.device_id = D.device_id AND D.device_id = '17' AND S.poller_type = 'ipmi']
  328. SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='fanspeed' AND S.device_id = D.device_id AND D.device_id = '17' AND S.poller_type = 'ipmi']
  329. SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='power' AND S.device_id = D.device_id AND D.device_id = '17' AND S.poller_type = 'ipmi']
  330. Airflow: SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='airflow' AND S.device_id = D.device_id AND D.device_id = '17' AND S.poller_type = 'snmp']
  331.  
  332. Current: SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='current' AND S.device_id = D.device_id AND D.device_id = '17' AND S.poller_type = 'snmp']
  333.  
  334. Charge: SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='charge' AND S.device_id = D.device_id AND D.device_id = '17' AND S.poller_type = 'snmp']
  335.  
  336. Dbm: SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='dbm' AND S.device_id = D.device_id AND D.device_id = '17' AND S.poller_type = 'snmp']
  337.  
  338. Fanspeed: SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='fanspeed' AND S.device_id = D.device_id AND D.device_id = '17' AND S.poller_type = 'snmp']
  339.  
  340. Frequency: SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='frequency' AND S.device_id = D.device_id AND D.device_id = '17' AND S.poller_type = 'snmp']
  341.  
  342. Humidity: SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='humidity' AND S.device_id = D.device_id AND D.device_id = '17' AND S.poller_type = 'snmp']
  343.  
  344. Load: SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='load' AND S.device_id = D.device_id AND D.device_id = '17' AND S.poller_type = 'snmp']
  345.  
  346. Power: SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='power' AND S.device_id = D.device_id AND D.device_id = '17' AND S.poller_type = 'snmp']
  347.  
  348. Runtime: SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='runtime' AND S.device_id = D.device_id AND D.device_id = '17' AND S.poller_type = 'snmp']
  349.  
  350. Signal: SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='signal' AND S.device_id = D.device_id AND D.device_id = '17' AND S.poller_type = 'snmp']
  351.  
  352. State: Dynamic Discovery (state): Array
  353. (
  354.     [data] => Array
  355.         (
  356.             [0] => Array
  357.                 (
  358.                     [oid] => mimosaSatelliteStrength
  359.                     [value] => mimosaSatelliteStrength
  360.                     [num_oid] => .1.3.6.1.4.1.43356.2.1.2.2.5.
  361.                     [descr] => Satellite Strength
  362.                     [index] => {{ $index }}
  363.                     [states] => Array
  364.                         (
  365.                             [0] => Array
  366.                                 (
  367.                                     [value] => 1
  368.                                     [descr] => good
  369.                                     [graph] => 1
  370.                                     [generic] => 0
  371.                                 )
  372.  
  373.                             [1] => Array
  374.                                 (
  375.                                     [value] => 2
  376.                                     [descr] => bad
  377.                                     [graph] => 1
  378.                                     [generic] => 2
  379.                                 )
  380.  
  381.                         )
  382.  
  383.                 )
  384.  
  385.         )
  386.  
  387. )
  388. Data mimosaSatelliteStrength: Array
  389. (
  390.     [0] => Array
  391.         (
  392.             [mimosaSatelliteStrength] => 1
  393.         )
  394.  
  395. )
  396. Final sensor value: 1
  397. Cur 1, Low: null, Low Warn: null, Warn: null, High: null
  398. SQL[SELECT `state_index_id` FROM state_indexes WHERE state_name = 'mimosaSatelliteStrength' LIMIT 1]
  399. SQL[SELECT `state_index_id`,`state_descr`,`state_draw_graph`,`state_value`,`state_generic_value` FROM `state_translations` WHERE `state_index_id`='1']
  400. Discover sensor: .1.3.6.1.4.1.43356.2.1.2.2.5.0, 0, mimosaSatelliteStrength, Satellite Strength, snmp, 1, 1, , 1
  401. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= 'snmp' AND `sensor_class` = 'state' AND `device_id` = '17' AND sensor_type = 'mimosaSatelliteStrength' AND `sensor_index` = '0']
  402. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = 'state' AND `device_id` = '17' AND `sensor_type` = 'mimosaSatelliteStrength' AND `sensor_index` = '0']
  403. .SQL[SELECT sensor_id FROM `sensors` WHERE `sensor_class` = 'state' AND `device_id` = '17' AND `sensor_type` = 'mimosaSatelliteStrength' AND `sensor_index` = '0']
  404. SQL[SELECT state_index_id FROM `state_indexes` WHERE `state_name` = 'mimosaSatelliteStrength']
  405. SQL[INSERT INTO `sensors_to_state_indexes` (`sensor_id`,`state_index_id`)  VALUES ('32','1')]
  406. Array
  407. (
  408.     [mimosaSatelliteStrength] => Array
  409.         (
  410.             [0] => 1
  411.         )
  412.  
  413. )
  414. SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='state' AND S.device_id = D.device_id AND D.device_id = '17' AND S.poller_type = 'snmp']
  415. 0 -> mimosaSatelliteStrength
  416.  
  417. Temperature: MimosaSNMP[/usr/bin/snmpget -v2c -c COMMUNITY -Oqv -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 .1.3.6.1.4.1.43356.2.1.2.1.8.0]
  418. 477
  419.  
  420. Discover sensor: .1.3.6.1.4.1.43356.2.1.2.1.8.0, 0, mimosaInternalTemp, Internal Temp, snmp, 10, 1, , 47.7
  421. SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= 'snmp' AND `sensor_class` = 'temperature' AND `device_id` = '17' AND sensor_type = 'mimosaInternalTemp' AND `sensor_index` = '0']
  422. SQL[SELECT * FROM `sensors` WHERE `sensor_class` = 'temperature' AND `device_id` = '17' AND `sensor_type` = 'mimosaInternalTemp' AND `sensor_index` = '0']
  423. .SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='mimosaInternalTemp' AND S.device_id = D.device_id AND D.device_id = '17' AND S.poller_type = 'snmp']
  424.  
  425. Voltage: SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='voltage' AND S.device_id = D.device_id AND D.device_id = '17' AND S.poller_type = 'snmp']
  426.  
  427. Snr: SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='snr' AND S.device_id = D.device_id AND D.device_id = '17' AND S.poller_type = 'snmp']
  428.  
  429. Pressure: SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='pressure' AND S.device_id = D.device_id AND D.device_id = '17' AND S.poller_type = 'snmp']
  430.  
  431. Cooling: SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='cooling' AND S.device_id = D.device_id AND D.device_id = '17' AND S.poller_type = 'snmp']
  432.  
  433. Delay: SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='delay' AND S.device_id = D.device_id AND D.device_id = '17' AND S.poller_type = 'snmp']
  434.  
  435. Quality_factor: SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='quality_factor' AND S.device_id = D.device_id AND D.device_id = '17' AND S.poller_type = 'snmp']
  436.  
  437. Chromatic_dispersion: SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='chromatic_dispersion' AND S.device_id = D.device_id AND D.device_id = '17' AND S.poller_type = 'snmp']
  438.  
  439. Ber: SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='ber' AND S.device_id = D.device_id AND D.device_id = '17' AND S.poller_type = 'snmp']
  440.  
  441. Eer: SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='eer' AND S.device_id = D.device_id AND D.device_id = '17' AND S.poller_type = 'snmp']
  442.  
  443. Waterflow: SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class='waterflow' AND S.device_id = D.device_id AND D.device_id = '17' AND S.poller_type = 'snmp']
  444.  
  445.  
  446. >> Runtime for discovery module 'sensors': 2.2650 seconds with 113416 bytes
  447. >> SNMP: [3/2.17s] MySQL: [37/0.08s] RRD: [0/0.00s]
  448. #### Unload disco module sensors ####
  449.  
  450. Modules status: Global+ OS+ Device  
  451. #### Load disco module storage ####
  452. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m HOST-RESOURCES-MIB:HOST-RESOURCES-TYPES:NetWare-Host-Ext-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 hrStorageEntry]
  453. hrStorageEntry = No Such Object available on this agent at this OID
  454.  
  455. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m UCD-SNMP-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 dskTable]
  456. dskTable = No Such Object available on this agent at this OID
  457.  
  458. SQL[SELECT `storage_descr` FROM `storage` WHERE `device_id`  = '17' AND `storage_type` != 'dsk']
  459. SQL[SELECT * FROM `storage` WHERE `device_id`  = '17']
  460.  
  461.  
  462. >> Runtime for discovery module 'storage': 7.0040 seconds with 8376 bytes
  463. >> SNMP: [2/7.00s] MySQL: [2/0.00s] RRD: [0/0.00s]
  464. #### Unload disco module storage ####
  465.  
  466. Modules status: Global+ OS+ Device  
  467. #### Load disco module hr-device ####
  468. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m HOST-RESOURCES-MIB:HOST-RESOURCES-TYPES -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 hrDeviceEntry]
  469. hrDeviceEntry = No Such Object available on this agent at this OID
  470.  
  471. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m HOST-RESOURCES-MIB:HOST-RESOURCES-TYPES -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 hrProcessorEntry]
  472. hrProcessorEntry = No Such Object available on this agent at this OID
  473.  
  474. Array
  475. (
  476. )
  477. SQL[SELECT * FROM `hrDevice` WHERE `device_id`  = '17']
  478.  
  479.  
  480. >> Runtime for discovery module 'hr-device': 0.4020 seconds with 3704 bytes
  481. >> SNMP: [2/0.40s] MySQL: [1/0.00s] RRD: [0/0.00s]
  482. #### Unload disco module hr-device ####
  483.  
  484. Modules status: Global+ OS+ Device  
  485. #### Load disco module discovery-protocols ####
  486.  CISCO-CDP-MIB:  OSPF Discovery: SQL[SELECT DISTINCT(`ospfNbrIpAddr`),`device_id` FROM `ospf_nbrs` WHERE `device_id`='17']
  487.  
  488. SQL[SELECT * FROM `links` AS L, `ports` AS I WHERE L.local_port_id = I.port_id AND I.device_id = '17']
  489. SQL[DELETE T FROM `links` T LEFT JOIN `devices` ON `devices`.`device_id` = T.`local_device_id` WHERE `devices`.`device_id` IS NULL]
  490.  0 orphaned links deleted
  491.  
  492. >> Runtime for discovery module 'discovery-protocols': 0.0140 seconds with 4752 bytes
  493. >> SNMP: [0/0.00s] MySQL: [3/0.01s] RRD: [0/0.00s]
  494. #### Unload disco module discovery-protocols ####
  495.  
  496. Modules status: Global+ OS+ Device  
  497. #### Load disco module arp-table ####
  498. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUsetX -m IP-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 ipNetToPhysicalPhysAddress]
  499. ipNetToPhysicalPhysAddress = No Such Object available on this agent at this OID
  500.  
  501. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUsetX -m IP-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 ipNetToMediaPhysAddress]
  502. ipNetToMediaPhysAddress[5][*] = e4:8d:8c:7e:43:bc
  503. ipNetToMediaPhysAddress[5][*] = 20:b5:c6:0:47:6
  504.  
  505. SQL[SELECT * from `ipv4_mac` WHERE `device_id`='17' AND `context_name`='']
  506. SQL[SELECT * FROM `ports` WHERE `device_id` = '17' AND `ifIndex` = '5']
  507. br0:
  508. e4:8d:8c:7e:43:bc => 10.100.8.1
  509. 20:b5:c6:0:47:6 => 169.254.2.2
  510.  
  511. 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]
  512.  
  513.  
  514. >> Runtime for discovery module 'arp-table': 0.3850 seconds with 16776 bytes
  515. >> SNMP: [0/0.00s] MySQL: [3/0.01s] RRD: [0/0.00s]
  516. #### Unload disco module arp-table ####
  517.  
  518. Modules status: Global- OS- Device  Module [ discovery-arp ] disabled on os.
  519.  
  520. Modules status: Global- OS- Device  Module [ junose-atm-vp ] disabled on os.
  521.  
  522. Modules status: Global+ OS+ Device  
  523. #### Load disco module bgp-peers ####
  524. SNMP[/usr/bin/snmpgetnext -v2c -c COMMUNITY -Oqvn -m BGP4-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 bgpLocalAs]
  525. 1
  526.  
  527. AS1 SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -Oq -m BGP4-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 bgpPeerRemoteAs]
  528. BGP4-MIB::bgpPeerRemoteAs No Such Object available on this agent at this OID
  529.  
  530. Peers :
  531. SQL[DELETE FROM `bgpPeers` WHERE device_id='17' AND context_name='']
  532. SQL[DELETE FROM `bgpPeers_cbgp` WHERE device_id='17' AND context_name='']
  533.  
  534. SQL[SELECT DISTINCT context_name FROM bgpPeers WHERE device_id='17']
  535.  
  536. >> Runtime for discovery module 'bgp-peers': 0.4380 seconds with 5456 bytes
  537. >> SNMP: [2/0.43s] MySQL: [3/0.00s] RRD: [0/0.00s]
  538. #### Unload disco module bgp-peers ####
  539.  
  540. Modules status: Global+ OS+ Device  
  541. #### Load disco module vlans ####
  542. SQL[SELECT * FROM `vlans` WHERE `device_id` = '17']
  543. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m BRIDGE-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 dot1dBasePortIfIndex]
  544. dot1dBasePortIfIndex = No Such Object available on this agent at this OID
  545.  
  546. IEEE8021-Q-BRIDGE-MIB VLANs: SNMP[/usr/bin/snmpget -v2c -c COMMUNITY -Oqv -m IEEE8021-Q-BRIDGE-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 dot1qVlanVersionNumber.0]
  547. No Such Object available on this agent at this OID
  548.  
  549.  
  550.  
  551. >> Runtime for discovery module 'vlans': 0.6550 seconds with 9296 bytes
  552. >> SNMP: [2/0.65s] MySQL: [1/0.00s] RRD: [0/0.00s]
  553. #### Unload disco module vlans ####
  554.  
  555. Modules status: Global- OS- Device  Module [ vmware-vminfo ] disabled on os.
  556.  
  557. Modules status: Global- OS- Device  Module [ libvirt-vminfo ] disabled on os.
  558.  
  559. Modules status: Global- OS- Device  Module [ toner ] disabled on os.
  560.  
  561. Modules status: Global+ OS+ Device  
  562. #### Load disco module ucd-diskio ####
  563. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m UCD-DISKIO-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 diskIOEntry]
  564. diskIOEntry = No Such Object available on this agent at this OID
  565.  
  566. Array
  567. (
  568. )
  569. SQL[SELECT * FROM `ucd_diskio` where `device_id`  = '17']
  570.  
  571.  
  572. >> Runtime for discovery module 'ucd-diskio': 4.3740 seconds with 3120 bytes
  573. >> SNMP: [1/4.37s] MySQL: [1/0.00s] RRD: [0/0.00s]
  574. #### Unload disco module ucd-diskio ####
  575.  
  576. Modules status: Global- OS- Device  Module [ applications ] disabled on os.
  577.  
  578. Modules status: Global+ OS+ Device  
  579. #### Load disco module services ####
  580.  
  581. >> Runtime for discovery module 'services': 0.0000 seconds with 328 bytes
  582. >> SNMP: [0/0.00s] MySQL: [0/0.00s] RRD: [0/0.00s]
  583. #### Unload disco module services ####
  584.  
  585. Modules status: Global+ OS+ Device  
  586. #### Load disco module stp ####
  587. SQL[SELECT * FROM `stp` WHERE `device_id` = '17']
  588. SNMP[/usr/bin/snmpget -v2c -c COMMUNITY -Oqv -m RSTP-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 dot1dStpProtocolSpecification.0]
  589. No Such Object available on this agent at this OID
  590.  
  591.  
  592.  
  593. >> Runtime for discovery module 'stp': 0.2220 seconds with 5904 bytes
  594. >> SNMP: [1/0.22s] MySQL: [1/0.00s] RRD: [0/0.00s]
  595. #### Unload disco module stp ####
  596.  
  597. Modules status: Global+ OS+ Device  
  598. #### Load disco module ntp ####
  599.  
  600. >> Runtime for discovery module 'ntp': 0.0000 seconds with 232 bytes
  601. >> SNMP: [0/0.00s] MySQL: [0/0.00s] RRD: [0/0.00s]
  602. #### Unload disco module ntp ####
  603.  
  604. Modules status: Global- OS- Device  Module [ loadbalancers ] disabled on os.
  605.  
  606. Modules status: Global- OS- Device  Module [ mef ] disabled on os.
  607.  
  608. Modules status: Global+ OS+ Device  
  609. #### Load disco module wireless ####
  610. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='ap-count']
  611. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='clients']
  612. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='quality']
  613. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='capacity']
  614. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='utilization']
  615. rate: SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m MIMOSA-NETWORKS-BFIVE-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 mimosaTxPhy]
  616. mimosaTxPhy.1 = 150
  617. mimosaTxPhy.2 = 150
  618. mimosaTxPhy.3 = 150
  619. mimosaTxPhy.4 = 150
  620.  
  621. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m MIMOSA-NETWORKS-BFIVE-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 mimosaRxPhy]
  622. mimosaRxPhy.1 = 200
  623. mimosaRxPhy.2 = 200
  624. mimosaRxPhy.3 = 200
  625. mimosaRxPhy.4 = 200
  626.  
  627. Discovered LibreNMS\Device\WirelessSensor Array
  628. (
  629.     [sensor_class] => rate
  630.     [device_id] => 17
  631.     [sensor_oids] => [".1.3.6.1.4.1.43356.2.1.2.6.2.1.2.1"]
  632.     [sensor_index] => 1
  633.     [sensor_type] => mimosa-tx
  634.     [sensor_descr] => Stream 1 Tx Rate
  635.     [sensor_divisor] => 1
  636.     [sensor_multiplier] => 1000000
  637.     [sensor_aggregator] => sum
  638.     [sensor_limit] =>
  639.     [sensor_limit_warn] =>
  640.     [sensor_limit_low] =>
  641.     [sensor_limit_low_warn] =>
  642.     [sensor_current] => 150
  643.     [entPhysicalIndex] =>
  644.     [entPhysicalIndex_measured] =>
  645.     [access_point_id] =>
  646. )
  647. Discovered LibreNMS\Device\WirelessSensor Array
  648. (
  649.     [sensor_class] => rate
  650.     [device_id] => 17
  651.     [sensor_oids] => [".1.3.6.1.4.1.43356.2.1.2.6.2.1.5.1"]
  652.     [sensor_index] => 1
  653.     [sensor_type] => mimosa-rx
  654.     [sensor_descr] => Stream 1 Rx Rate
  655.     [sensor_divisor] => 1
  656.     [sensor_multiplier] => 1000000
  657.     [sensor_aggregator] => sum
  658.     [sensor_limit] =>
  659.     [sensor_limit_warn] =>
  660.     [sensor_limit_low] =>
  661.     [sensor_limit_low_warn] =>
  662.     [sensor_current] => 200
  663.     [entPhysicalIndex] =>
  664.     [entPhysicalIndex_measured] =>
  665.     [access_point_id] =>
  666. )
  667. Discovered LibreNMS\Device\WirelessSensor Array
  668. (
  669.     [sensor_class] => rate
  670.     [device_id] => 17
  671.     [sensor_oids] => [".1.3.6.1.4.1.43356.2.1.2.6.2.1.2.2"]
  672.     [sensor_index] => 2
  673.     [sensor_type] => mimosa-tx
  674.     [sensor_descr] => Stream 2 Tx Rate
  675.     [sensor_divisor] => 1
  676.     [sensor_multiplier] => 1000000
  677.     [sensor_aggregator] => sum
  678.     [sensor_limit] =>
  679.     [sensor_limit_warn] =>
  680.     [sensor_limit_low] =>
  681.     [sensor_limit_low_warn] =>
  682.     [sensor_current] => 150
  683.     [entPhysicalIndex] =>
  684.     [entPhysicalIndex_measured] =>
  685.     [access_point_id] =>
  686. )
  687. Discovered LibreNMS\Device\WirelessSensor Array
  688. (
  689.     [sensor_class] => rate
  690.     [device_id] => 17
  691.     [sensor_oids] => [".1.3.6.1.4.1.43356.2.1.2.6.2.1.5.2"]
  692.     [sensor_index] => 2
  693.     [sensor_type] => mimosa-rx
  694.     [sensor_descr] => Stream 2 Rx Rate
  695.     [sensor_divisor] => 1
  696.     [sensor_multiplier] => 1000000
  697.     [sensor_aggregator] => sum
  698.     [sensor_limit] =>
  699.     [sensor_limit_warn] =>
  700.     [sensor_limit_low] =>
  701.     [sensor_limit_low_warn] =>
  702.     [sensor_current] => 200
  703.     [entPhysicalIndex] =>
  704.     [entPhysicalIndex_measured] =>
  705.     [access_point_id] =>
  706. )
  707. Discovered LibreNMS\Device\WirelessSensor Array
  708. (
  709.     [sensor_class] => rate
  710.     [device_id] => 17
  711.     [sensor_oids] => [".1.3.6.1.4.1.43356.2.1.2.6.2.1.2.3"]
  712.     [sensor_index] => 3
  713.     [sensor_type] => mimosa-tx
  714.     [sensor_descr] => Stream 3 Tx Rate
  715.     [sensor_divisor] => 1
  716.     [sensor_multiplier] => 1000000
  717.     [sensor_aggregator] => sum
  718.     [sensor_limit] =>
  719.     [sensor_limit_warn] =>
  720.     [sensor_limit_low] =>
  721.     [sensor_limit_low_warn] =>
  722.     [sensor_current] => 150
  723.     [entPhysicalIndex] =>
  724.     [entPhysicalIndex_measured] =>
  725.     [access_point_id] =>
  726. )
  727. Discovered LibreNMS\Device\WirelessSensor Array
  728. (
  729.     [sensor_class] => rate
  730.     [device_id] => 17
  731.     [sensor_oids] => [".1.3.6.1.4.1.43356.2.1.2.6.2.1.5.3"]
  732.     [sensor_index] => 3
  733.     [sensor_type] => mimosa-rx
  734.     [sensor_descr] => Stream 3 Rx Rate
  735.     [sensor_divisor] => 1
  736.     [sensor_multiplier] => 1000000
  737.     [sensor_aggregator] => sum
  738.     [sensor_limit] =>
  739.     [sensor_limit_warn] =>
  740.     [sensor_limit_low] =>
  741.     [sensor_limit_low_warn] =>
  742.     [sensor_current] => 200
  743.     [entPhysicalIndex] =>
  744.     [entPhysicalIndex_measured] =>
  745.     [access_point_id] =>
  746. )
  747. Discovered LibreNMS\Device\WirelessSensor Array
  748. (
  749.     [sensor_class] => rate
  750.     [device_id] => 17
  751.     [sensor_oids] => [".1.3.6.1.4.1.43356.2.1.2.6.2.1.2.4"]
  752.     [sensor_index] => 4
  753.     [sensor_type] => mimosa-tx
  754.     [sensor_descr] => Stream 4 Tx Rate
  755.     [sensor_divisor] => 1
  756.     [sensor_multiplier] => 1000000
  757.     [sensor_aggregator] => sum
  758.     [sensor_limit] =>
  759.     [sensor_limit_warn] =>
  760.     [sensor_limit_low] =>
  761.     [sensor_limit_low_warn] =>
  762.     [sensor_current] => 150
  763.     [entPhysicalIndex] =>
  764.     [entPhysicalIndex_measured] =>
  765.     [access_point_id] =>
  766. )
  767. Discovered LibreNMS\Device\WirelessSensor Array
  768. (
  769.     [sensor_class] => rate
  770.     [device_id] => 17
  771.     [sensor_oids] => [".1.3.6.1.4.1.43356.2.1.2.6.2.1.5.4"]
  772.     [sensor_index] => 4
  773.     [sensor_type] => mimosa-rx
  774.     [sensor_descr] => Stream 4 Rx Rate
  775.     [sensor_divisor] => 1
  776.     [sensor_multiplier] => 1000000
  777.     [sensor_aggregator] => sum
  778.     [sensor_limit] =>
  779.     [sensor_limit_warn] =>
  780.     [sensor_limit_low] =>
  781.     [sensor_limit_low_warn] =>
  782.     [sensor_current] => 200
  783.     [entPhysicalIndex] =>
  784.     [entPhysicalIndex_measured] =>
  785.     [access_point_id] =>
  786. )
  787. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='rate' AND `sensor_type`='mimosa-tx' AND `sensor_index`='1']
  788. .SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='rate' AND `sensor_type`='mimosa-rx' AND `sensor_index`='1']
  789. .SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='rate' AND `sensor_type`='mimosa-tx' AND `sensor_index`='2']
  790. .SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='rate' AND `sensor_type`='mimosa-rx' AND `sensor_index`='2']
  791. .SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='rate' AND `sensor_type`='mimosa-tx' AND `sensor_index`='3']
  792. .SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='rate' AND `sensor_type`='mimosa-rx' AND `sensor_index`='3']
  793. .SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='rate' AND `sensor_type`='mimosa-tx' AND `sensor_index`='4']
  794. .SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='rate' AND `sensor_type`='mimosa-rx' AND `sensor_index`='4']
  795. .SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='rate' AND `sensor_id` NOT IN ('37','38','39','40','41','42','43','44')]
  796.  
  797. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='ccq']
  798. snr: SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m MIMOSA-NETWORKS-BFIVE-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 mimosaPolarization]
  799. mimosaPolarization.1 = horizontal
  800. mimosaPolarization.2 = vertical
  801. mimosaPolarization.3 = horizontal
  802. mimosaPolarization.4 = vertical
  803.  
  804. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m MIMOSA-NETWORKS-BFIVE-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 mimosaSNR]
  805. mimosaSNR.1 = 26.6
  806. mimosaSNR.2 = 26.4
  807. mimosaSNR.3 = 33.3
  808. mimosaSNR.4 = 32.6
  809.  
  810. Discovered LibreNMS\Device\WirelessSensor Array
  811. (
  812.     [sensor_class] => snr
  813.     [device_id] => 17
  814.     [sensor_oids] => [".1.3.6.1.4.1.43356.2.1.2.6.1.1.5.1"]
  815.     [sensor_index] => 1
  816.     [sensor_type] => mimosa
  817.     [sensor_descr] => SNR: Horiz. Chain
  818.     [sensor_divisor] => 1
  819.     [sensor_multiplier] => 1
  820.     [sensor_aggregator] => sum
  821.     [sensor_limit] =>
  822.     [sensor_limit_warn] =>
  823.     [sensor_limit_low] =>
  824.     [sensor_limit_low_warn] =>
  825.     [sensor_current] => 26.6
  826.     [entPhysicalIndex] =>
  827.     [entPhysicalIndex_measured] =>
  828.     [access_point_id] =>
  829. )
  830. Discovered LibreNMS\Device\WirelessSensor Array
  831. (
  832.     [sensor_class] => snr
  833.     [device_id] => 17
  834.     [sensor_oids] => [".1.3.6.1.4.1.43356.2.1.2.6.1.1.5.2"]
  835.     [sensor_index] => 2
  836.     [sensor_type] => mimosa
  837.     [sensor_descr] => SNR: Vert. Chain
  838.     [sensor_divisor] => 1
  839.     [sensor_multiplier] => 1
  840.     [sensor_aggregator] => sum
  841.     [sensor_limit] =>
  842.     [sensor_limit_warn] =>
  843.     [sensor_limit_low] =>
  844.     [sensor_limit_low_warn] =>
  845.     [sensor_current] => 26.4
  846.     [entPhysicalIndex] =>
  847.     [entPhysicalIndex_measured] =>
  848.     [access_point_id] =>
  849. )
  850. Discovered LibreNMS\Device\WirelessSensor Array
  851. (
  852.     [sensor_class] => snr
  853.     [device_id] => 17
  854.     [sensor_oids] => [".1.3.6.1.4.1.43356.2.1.2.6.1.1.5.3"]
  855.     [sensor_index] => 3
  856.     [sensor_type] => mimosa
  857.     [sensor_descr] => SNR: Horiz. Chain
  858.     [sensor_divisor] => 1
  859.     [sensor_multiplier] => 1
  860.     [sensor_aggregator] => sum
  861.     [sensor_limit] =>
  862.     [sensor_limit_warn] =>
  863.     [sensor_limit_low] =>
  864.     [sensor_limit_low_warn] =>
  865.     [sensor_current] => 33.3
  866.     [entPhysicalIndex] =>
  867.     [entPhysicalIndex_measured] =>
  868.     [access_point_id] =>
  869. )
  870. Discovered LibreNMS\Device\WirelessSensor Array
  871. (
  872.     [sensor_class] => snr
  873.     [device_id] => 17
  874.     [sensor_oids] => [".1.3.6.1.4.1.43356.2.1.2.6.1.1.5.4"]
  875.     [sensor_index] => 4
  876.     [sensor_type] => mimosa
  877.     [sensor_descr] => SNR: Vert. Chain
  878.     [sensor_divisor] => 1
  879.     [sensor_multiplier] => 1
  880.     [sensor_aggregator] => sum
  881.     [sensor_limit] =>
  882.     [sensor_limit_warn] =>
  883.     [sensor_limit_low] =>
  884.     [sensor_limit_low_warn] =>
  885.     [sensor_current] => 32.6
  886.     [entPhysicalIndex] =>
  887.     [entPhysicalIndex_measured] =>
  888.     [access_point_id] =>
  889. )
  890. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='snr' AND `sensor_type`='mimosa' AND `sensor_index`='1']
  891. .SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='snr' AND `sensor_type`='mimosa' AND `sensor_index`='2']
  892. .SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='snr' AND `sensor_type`='mimosa' AND `sensor_index`='3']
  893. .SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='snr' AND `sensor_type`='mimosa' AND `sensor_index`='4']
  894. .SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='snr' AND `sensor_id` NOT IN ('3651','3652','3653','3654')]
  895.  
  896. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='ssr']
  897. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='mse']
  898. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='rssi']
  899. power: SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m MIMOSA-NETWORKS-BFIVE-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 mimosaTxPower]
  900. mimosaTxPower.1 = 21.0
  901. mimosaTxPower.2 = 21.0
  902. mimosaTxPower.3 = 21.0
  903. mimosaTxPower.4 = 21.0
  904.  
  905. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m MIMOSA-NETWORKS-BFIVE-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 mimosaRxPower]
  906. mimosaRxPower.1 = -57.3
  907. mimosaRxPower.2 = -57.5
  908. mimosaRxPower.3 = -57.1
  909. mimosaRxPower.4 = -57.8
  910.  
  911. Discovered LibreNMS\Device\WirelessSensor Array
  912. (
  913.     [sensor_class] => power
  914.     [device_id] => 17
  915.     [sensor_oids] => [".1.3.6.1.4.1.43356.2.1.2.6.1.1.2.1"]
  916.     [sensor_index] => 1
  917.     [sensor_type] => mimosa-tx
  918.     [sensor_descr] => Tx Power: Horiz. Chain
  919.     [sensor_divisor] => 1
  920.     [sensor_multiplier] => 1
  921.     [sensor_aggregator] => sum
  922.     [sensor_limit] =>
  923.     [sensor_limit_warn] =>
  924.     [sensor_limit_low] =>
  925.     [sensor_limit_low_warn] =>
  926.     [sensor_current] => 21.0
  927.     [entPhysicalIndex] =>
  928.     [entPhysicalIndex_measured] =>
  929.     [access_point_id] =>
  930. )
  931. Discovered LibreNMS\Device\WirelessSensor Array
  932. (
  933.     [sensor_class] => power
  934.     [device_id] => 17
  935.     [sensor_oids] => [".1.3.6.1.4.1.43356.2.1.2.6.1.1.3.1"]
  936.     [sensor_index] => 1
  937.     [sensor_type] => mimosa-rx
  938.     [sensor_descr] => Rx Power: Horiz. Chain
  939.     [sensor_divisor] => 1
  940.     [sensor_multiplier] => 1
  941.     [sensor_aggregator] => sum
  942.     [sensor_limit] =>
  943.     [sensor_limit_warn] =>
  944.     [sensor_limit_low] =>
  945.     [sensor_limit_low_warn] =>
  946.     [sensor_current] => -57.3
  947.     [entPhysicalIndex] =>
  948.     [entPhysicalIndex_measured] =>
  949.     [access_point_id] =>
  950. )
  951. Discovered LibreNMS\Device\WirelessSensor Array
  952. (
  953.     [sensor_class] => power
  954.     [device_id] => 17
  955.     [sensor_oids] => [".1.3.6.1.4.1.43356.2.1.2.6.1.1.2.2"]
  956.     [sensor_index] => 2
  957.     [sensor_type] => mimosa-tx
  958.     [sensor_descr] => Tx Power: Vert. Chain
  959.     [sensor_divisor] => 1
  960.     [sensor_multiplier] => 1
  961.     [sensor_aggregator] => sum
  962.     [sensor_limit] =>
  963.     [sensor_limit_warn] =>
  964.     [sensor_limit_low] =>
  965.     [sensor_limit_low_warn] =>
  966.     [sensor_current] => 21.0
  967.     [entPhysicalIndex] =>
  968.     [entPhysicalIndex_measured] =>
  969.     [access_point_id] =>
  970. )
  971. Discovered LibreNMS\Device\WirelessSensor Array
  972. (
  973.     [sensor_class] => power
  974.     [device_id] => 17
  975.     [sensor_oids] => [".1.3.6.1.4.1.43356.2.1.2.6.1.1.3.2"]
  976.     [sensor_index] => 2
  977.     [sensor_type] => mimosa-rx
  978.     [sensor_descr] => Rx Power: Vert. Chain
  979.     [sensor_divisor] => 1
  980.     [sensor_multiplier] => 1
  981.     [sensor_aggregator] => sum
  982.     [sensor_limit] =>
  983.     [sensor_limit_warn] =>
  984.     [sensor_limit_low] =>
  985.     [sensor_limit_low_warn] =>
  986.     [sensor_current] => -57.5
  987.     [entPhysicalIndex] =>
  988.     [entPhysicalIndex_measured] =>
  989.     [access_point_id] =>
  990. )
  991. Discovered LibreNMS\Device\WirelessSensor Array
  992. (
  993.     [sensor_class] => power
  994.     [device_id] => 17
  995.     [sensor_oids] => [".1.3.6.1.4.1.43356.2.1.2.6.1.1.2.3"]
  996.     [sensor_index] => 3
  997.     [sensor_type] => mimosa-tx
  998.     [sensor_descr] => Tx Power: Horiz. Chain
  999.     [sensor_divisor] => 1
  1000.     [sensor_multiplier] => 1
  1001.     [sensor_aggregator] => sum
  1002.     [sensor_limit] =>
  1003.     [sensor_limit_warn] =>
  1004.     [sensor_limit_low] =>
  1005.     [sensor_limit_low_warn] =>
  1006.     [sensor_current] => 21.0
  1007.     [entPhysicalIndex] =>
  1008.     [entPhysicalIndex_measured] =>
  1009.     [access_point_id] =>
  1010. )
  1011. Discovered LibreNMS\Device\WirelessSensor Array
  1012. (
  1013.     [sensor_class] => power
  1014.     [device_id] => 17
  1015.     [sensor_oids] => [".1.3.6.1.4.1.43356.2.1.2.6.1.1.3.3"]
  1016.     [sensor_index] => 3
  1017.     [sensor_type] => mimosa-rx
  1018.     [sensor_descr] => Rx Power: Horiz. Chain
  1019.     [sensor_divisor] => 1
  1020.     [sensor_multiplier] => 1
  1021.     [sensor_aggregator] => sum
  1022.     [sensor_limit] =>
  1023.     [sensor_limit_warn] =>
  1024.     [sensor_limit_low] =>
  1025.     [sensor_limit_low_warn] =>
  1026.     [sensor_current] => -57.1
  1027.     [entPhysicalIndex] =>
  1028.     [entPhysicalIndex_measured] =>
  1029.     [access_point_id] =>
  1030. )
  1031. Discovered LibreNMS\Device\WirelessSensor Array
  1032. (
  1033.     [sensor_class] => power
  1034.     [device_id] => 17
  1035.     [sensor_oids] => [".1.3.6.1.4.1.43356.2.1.2.6.1.1.2.4"]
  1036.     [sensor_index] => 4
  1037.     [sensor_type] => mimosa-tx
  1038.     [sensor_descr] => Tx Power: Vert. Chain
  1039.     [sensor_divisor] => 1
  1040.     [sensor_multiplier] => 1
  1041.     [sensor_aggregator] => sum
  1042.     [sensor_limit] =>
  1043.     [sensor_limit_warn] =>
  1044.     [sensor_limit_low] =>
  1045.     [sensor_limit_low_warn] =>
  1046.     [sensor_current] => 21.0
  1047.     [entPhysicalIndex] =>
  1048.     [entPhysicalIndex_measured] =>
  1049.     [access_point_id] =>
  1050. )
  1051. Discovered LibreNMS\Device\WirelessSensor Array
  1052. (
  1053.     [sensor_class] => power
  1054.     [device_id] => 17
  1055.     [sensor_oids] => [".1.3.6.1.4.1.43356.2.1.2.6.1.1.3.4"]
  1056.     [sensor_index] => 4
  1057.     [sensor_type] => mimosa-rx
  1058.     [sensor_descr] => Rx Power: Vert. Chain
  1059.     [sensor_divisor] => 1
  1060.     [sensor_multiplier] => 1
  1061.     [sensor_aggregator] => sum
  1062.     [sensor_limit] =>
  1063.     [sensor_limit_warn] =>
  1064.     [sensor_limit_low] =>
  1065.     [sensor_limit_low_warn] =>
  1066.     [sensor_current] => -57.8
  1067.     [entPhysicalIndex] =>
  1068.     [entPhysicalIndex_measured] =>
  1069.     [access_point_id] =>
  1070. )
  1071. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m MIMOSA-NETWORKS-PTMP-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 mimosaPtmpChPwrRadioName]
  1072. mimosaPtmpChPwrRadioName = No Such Object available on this agent at this OID
  1073.  
  1074. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUsetX -m MIMOSA-NETWORKS-PTMP-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 mimosaPtmpChPwrTxPowerCur]
  1075. mimosaPtmpChPwrTxPowerCur = No Such Object available on this agent at this OID
  1076.  
  1077. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUsetX -m MIMOSA-NETWORKS-PTMP-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 mimosaPtmpChPwrMinRxPower]
  1078. mimosaPtmpChPwrMinRxPower = No Such Object available on this agent at this OID
  1079.  
  1080. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='power' AND `sensor_type`='mimosa-tx' AND `sensor_index`='1']
  1081. .SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='power' AND `sensor_type`='mimosa-rx' AND `sensor_index`='1']
  1082. .SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='power' AND `sensor_type`='mimosa-tx' AND `sensor_index`='2']
  1083. .SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='power' AND `sensor_type`='mimosa-rx' AND `sensor_index`='2']
  1084. .SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='power' AND `sensor_type`='mimosa-tx' AND `sensor_index`='3']
  1085. .SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='power' AND `sensor_type`='mimosa-rx' AND `sensor_index`='3']
  1086. .SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='power' AND `sensor_type`='mimosa-tx' AND `sensor_index`='4']
  1087. .SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='power' AND `sensor_type`='mimosa-rx' AND `sensor_index`='4']
  1088. .SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='power' AND `sensor_id` NOT IN ('3655','3656','3657','3658','3659','3660','3661','3662')]
  1089.  
  1090. noise-floor: SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m MIMOSA-NETWORKS-BFIVE-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 mimosaRxNoise]
  1091. mimosaRxNoise.1 = -83.9
  1092. mimosaRxNoise.2 = -83.9
  1093. mimosaRxNoise.3 = -90.4
  1094. mimosaRxNoise.4 = -90.4
  1095.  
  1096. Discovered LibreNMS\Device\WirelessSensor Array
  1097. (
  1098.     [sensor_class] => noise-floor
  1099.     [device_id] => 17
  1100.     [sensor_oids] => [".1.3.6.1.4.1.43356.2.1.2.6.1.1.4.1"]
  1101.     [sensor_index] => 1
  1102.     [sensor_type] => mimosa
  1103.     [sensor_descr] => Rx Noise: Horiz. Chain
  1104.     [sensor_divisor] => 1
  1105.     [sensor_multiplier] => 1
  1106.     [sensor_aggregator] => sum
  1107.     [sensor_limit] =>
  1108.     [sensor_limit_warn] =>
  1109.     [sensor_limit_low] =>
  1110.     [sensor_limit_low_warn] =>
  1111.     [sensor_current] => -83.9
  1112.     [entPhysicalIndex] =>
  1113.     [entPhysicalIndex_measured] =>
  1114.     [access_point_id] =>
  1115. )
  1116. Discovered LibreNMS\Device\WirelessSensor Array
  1117. (
  1118.     [sensor_class] => noise-floor
  1119.     [device_id] => 17
  1120.     [sensor_oids] => [".1.3.6.1.4.1.43356.2.1.2.6.1.1.4.2"]
  1121.     [sensor_index] => 2
  1122.     [sensor_type] => mimosa
  1123.     [sensor_descr] => Rx Noise: Vert. Chain
  1124.     [sensor_divisor] => 1
  1125.     [sensor_multiplier] => 1
  1126.     [sensor_aggregator] => sum
  1127.     [sensor_limit] =>
  1128.     [sensor_limit_warn] =>
  1129.     [sensor_limit_low] =>
  1130.     [sensor_limit_low_warn] =>
  1131.     [sensor_current] => -83.9
  1132.     [entPhysicalIndex] =>
  1133.     [entPhysicalIndex_measured] =>
  1134.     [access_point_id] =>
  1135. )
  1136. Discovered LibreNMS\Device\WirelessSensor Array
  1137. (
  1138.     [sensor_class] => noise-floor
  1139.     [device_id] => 17
  1140.     [sensor_oids] => [".1.3.6.1.4.1.43356.2.1.2.6.1.1.4.3"]
  1141.     [sensor_index] => 3
  1142.     [sensor_type] => mimosa
  1143.     [sensor_descr] => Rx Noise: Horiz. Chain
  1144.     [sensor_divisor] => 1
  1145.     [sensor_multiplier] => 1
  1146.     [sensor_aggregator] => sum
  1147.     [sensor_limit] =>
  1148.     [sensor_limit_warn] =>
  1149.     [sensor_limit_low] =>
  1150.     [sensor_limit_low_warn] =>
  1151.     [sensor_current] => -90.4
  1152.     [entPhysicalIndex] =>
  1153.     [entPhysicalIndex_measured] =>
  1154.     [access_point_id] =>
  1155. )
  1156. Discovered LibreNMS\Device\WirelessSensor Array
  1157. (
  1158.     [sensor_class] => noise-floor
  1159.     [device_id] => 17
  1160.     [sensor_oids] => [".1.3.6.1.4.1.43356.2.1.2.6.1.1.4.4"]
  1161.     [sensor_index] => 4
  1162.     [sensor_type] => mimosa
  1163.     [sensor_descr] => Rx Noise: Vert. Chain
  1164.     [sensor_divisor] => 1
  1165.     [sensor_multiplier] => 1
  1166.     [sensor_aggregator] => sum
  1167.     [sensor_limit] =>
  1168.     [sensor_limit_warn] =>
  1169.     [sensor_limit_low] =>
  1170.     [sensor_limit_low_warn] =>
  1171.     [sensor_current] => -90.4
  1172.     [entPhysicalIndex] =>
  1173.     [entPhysicalIndex_measured] =>
  1174.     [access_point_id] =>
  1175. )
  1176. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='noise-floor' AND `sensor_type`='mimosa' AND `sensor_index`='1']
  1177. .SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='noise-floor' AND `sensor_type`='mimosa' AND `sensor_index`='2']
  1178. .SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='noise-floor' AND `sensor_type`='mimosa' AND `sensor_index`='3']
  1179. .SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='noise-floor' AND `sensor_type`='mimosa' AND `sensor_index`='4']
  1180. .SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='noise-floor' AND `sensor_id` NOT IN ('3663','3664','3665','3666')]
  1181.  
  1182. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='errors']
  1183. error-ratio: SNMP[/usr/bin/snmpget -v2c -c COMMUNITY -OUQnt -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 .1.3.6.1.4.1.43356.2.1.2.7.3.0]
  1184. .*.4.1.433*.7.3.0 = 0
  1185.  
  1186. Discovered LibreNMS\Device\WirelessSensor Array
  1187. (
  1188.     [sensor_class] => error-ratio
  1189.     [device_id] => 17
  1190.     [sensor_oids] => Array
  1191.         (
  1192.             [0] => .1.3.6.1.4.1.43356.2.1.2.7.3.0
  1193.         )
  1194.  
  1195.     [sensor_index] => 0
  1196.     [sensor_type] => mimosa-tx
  1197.     [sensor_descr] => Tx Packet Error Ratio
  1198.     [sensor_divisor] => 100
  1199.     [sensor_multiplier] => 1
  1200.     [sensor_aggregator] => sum
  1201.     [sensor_limit] =>
  1202.     [sensor_limit_warn] =>
  1203.     [sensor_limit_low] =>
  1204.     [sensor_limit_low_warn] =>
  1205.     [sensor_current] =>
  1206.     [entPhysicalIndex] =>
  1207.     [entPhysicalIndex_measured] =>
  1208.     [access_point_id] =>
  1209. )
  1210. SNMP[/usr/bin/snmpget -v2c -c COMMUNITY -OUQnt -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 .1.3.6.1.4.1.43356.2.1.2.7.4.0]
  1211. .*.4.1.433*.7.4.0 = 226
  1212.  
  1213. Discovered LibreNMS\Device\WirelessSensor Array
  1214. (
  1215.     [sensor_class] => error-ratio
  1216.     [device_id] => 17
  1217.     [sensor_oids] => Array
  1218.         (
  1219.             [0] => .1.3.6.1.4.1.43356.2.1.2.7.4.0
  1220.         )
  1221.  
  1222.     [sensor_index] => 0
  1223.     [sensor_type] => mimosa-rx
  1224.     [sensor_descr] => Rx Packet Error Ratio
  1225.     [sensor_divisor] => 100
  1226.     [sensor_multiplier] => 1
  1227.     [sensor_aggregator] => sum
  1228.     [sensor_limit] =>
  1229.     [sensor_limit_warn] =>
  1230.     [sensor_limit_low] =>
  1231.     [sensor_limit_low_warn] =>
  1232.     [sensor_current] =>
  1233.     [entPhysicalIndex] =>
  1234.     [entPhysicalIndex_measured] =>
  1235.     [access_point_id] =>
  1236. )
  1237. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='error-ratio' AND `sensor_type`='mimosa-tx' AND `sensor_index`='0']
  1238. .SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='error-ratio' AND `sensor_type`='mimosa-rx' AND `sensor_index`='0']
  1239. .SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='error-ratio' AND `sensor_id` NOT IN ('3667','3710')]
  1240.  
  1241. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='error-rate']
  1242. frequency: SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m MIMOSA-NETWORKS-BFIVE-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 mimosaCenterFreq]
  1243. mimosaCenterFreq.1 = 5760
  1244. mimosaCenterFreq.2 = 5760
  1245. mimosaCenterFreq.3 = 5630
  1246. mimosaCenterFreq.4 = 5630
  1247.  
  1248. Discovered LibreNMS\Device\WirelessSensor Array
  1249. (
  1250.     [sensor_class] => frequency
  1251.     [device_id] => 17
  1252.     [sensor_oids] => [".1.3.6.1.4.1.43356.2.1.2.6.1.1.6.5760"]
  1253.     [sensor_index] => 5760
  1254.     [sensor_type] => mimosa
  1255.     [sensor_descr] => Frequency: $s Chain
  1256.     [sensor_divisor] => 1
  1257.     [sensor_multiplier] => 1
  1258.     [sensor_aggregator] => sum
  1259.     [sensor_limit] =>
  1260.     [sensor_limit_warn] =>
  1261.     [sensor_limit_low] =>
  1262.     [sensor_limit_low_warn] =>
  1263.     [sensor_current] => 2
  1264.     [entPhysicalIndex] =>
  1265.     [entPhysicalIndex_measured] =>
  1266.     [access_point_id] =>
  1267. )
  1268. Discovered LibreNMS\Device\WirelessSensor Array
  1269. (
  1270.     [sensor_class] => frequency
  1271.     [device_id] => 17
  1272.     [sensor_oids] => [".1.3.6.1.4.1.43356.2.1.2.6.1.1.6.5630"]
  1273.     [sensor_index] => 5630
  1274.     [sensor_type] => mimosa
  1275.     [sensor_descr] => Frequency: $s Chain
  1276.     [sensor_divisor] => 1
  1277.     [sensor_multiplier] => 1
  1278.     [sensor_aggregator] => sum
  1279.     [sensor_limit] =>
  1280.     [sensor_limit_warn] =>
  1281.     [sensor_limit_low] =>
  1282.     [sensor_limit_low_warn] =>
  1283.     [sensor_current] => 4
  1284.     [entPhysicalIndex] =>
  1285.     [entPhysicalIndex_measured] =>
  1286.     [access_point_id] =>
  1287. )
  1288. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUsetX -m MIMOSA-NETWORKS-PTMP-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 mimosaPtmpChPwrCntrFreqCur]
  1289. mimosaPtmpChPwrCntrFreqCur = No Such Object available on this agent at this OID
  1290.  
  1291. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='frequency' AND `sensor_type`='mimosa' AND `sensor_index`='5760']
  1292. .SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='frequency' AND `sensor_type`='mimosa' AND `sensor_index`='5630']
  1293. .SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='frequency' AND `sensor_id` NOT IN ('3669','3697')]
  1294.  
  1295. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='17' AND `sensor_class`='distance']
  1296.  
  1297. >> Runtime for discovery module 'wireless': 5.3300 seconds with 115160 bytes
  1298. >> SNMP: [11/4.27s] MySQL: [46/0.10s] RRD: [0/0.00s]
  1299. #### Unload disco module wireless ####
  1300.  
  1301. Modules status: Global+ OS+ Device  
  1302. #### Load disco module fdb-table ####
  1303. SQL[SELECT `vlan_id`, `vlan_vlan` from `vlans` WHERE `device_id` = '17']
  1304. SQL[SELECT * FROM `ports_fdb` WHERE `device_id` = '17']
  1305. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUsetX -m Q-BRIDGE-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 dot1qTpFdbPort]
  1306. dot1qTpFdbPort = No Such Object available on this agent at this OID
  1307.  
  1308. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUsetX -m BRIDGE-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/mimosa udp:HOSTNAME:161 dot1dTpFdbPort]
  1309. dot1dTpFdbPort = No Such Object available on this agent at this OID
  1310.  
  1311.  
  1312.  
  1313. >> Runtime for discovery module 'fdb-table': 0.5630 seconds with 3000 bytes
  1314. >> SNMP: [0/0.00s] MySQL: [2/0.00s] RRD: [0/0.00s]
  1315. #### Unload disco module fdb-table ####
  1316.  
  1317. SQL[SELECT attrib_value FROM devices_attribs WHERE `device_id` = '17' AND `attrib_type` = 'poll_mib' ]
  1318. SQL[UPDATE `devices` set `last_discovered` =NOW(),`last_discovered_timetaken` ='46.551' WHERE `device_id` = '17']
  1319. Discovered in 46.551 seconds
  1320.  
  1321. SQL[INSERT INTO `perf_times` (`type`,`doing`,`start`,`duration`,`devices`,`poller`)  VALUES ('discover','10.100.8.3','1526481413.2298','48.53','1','f2mlibre.farm-market.net')]
  1322. /opt/librenms/discovery.php 10.100.8.3 2018-05-16 14:37:41 - 1 devices discovered in 48.53 secs
  1323. SNMP [46/41.44s]: Get[15/4.66s] Getnext[1/0.15s] Walk[30/36.63s]
  1324. MySQL [153/1.07s]: Cell[27/0.06s] Row[38/0.12s] Rows[69/0.10s] Column[2/0.00s] Update[9/0.13s] Insert[3/0.66s] Delete[5/0.01s]
  1325. RRD [0/0.00s]: Update[0/0.00s] Create [0/0.00s] Other[0/0.00s]
  1326. [root@f2mlibre ~]#
  1327.