Guest User

Untitled

a guest
Oct 31st, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 103.63 KB | None | 0 0
  1. LibreNMS Discovery
  2. ===================================
  3. Version info:
  4. Commit SHA: f92dae69150538a47fb026df9aa3e812e0d5bfc5
  5. Commit Date: 1509385558
  6. DB Schema: 213
  7. PHP: 7.0.25
  8. MySQL: 5.5.56-MariaDB
  9. RRDTool: 1.4.8
  10. SNMP: NET-SNMP 5.7.2
  11. ==================================DEBUG!
  12. SQL[SELECT * FROM `devices` WHERE status = 1 AND disabled = 0 AND `hostname` LIKE 'cw013.tunefiles.com' ORDER BY device_id DESC]
  13. SQL[SELECT * FROM devices_attribs WHERE `device_id` = '30']
  14. cw013.tunefiles.com 30 freebsd SQL[INSERT INTO `device_perf` (`xmt`,`rcv`,`loss`,`min`,`max`,`avg`,`device_id`,`timestamp`) VALUES ('3','3','0','0.11','3.56','1.27','30',NOW())]
  15. SNMP Check response code: 0
  16. SQL[SELECT attrib_value FROM devices_attribs WHERE `device_id` = '30' AND `attrib_type` = 'poll_mib' ]
  17.  
  18. Modules status: Global+ OS+ Device
  19. #### Load disco module os ####
  20. SNMP[/usr/bin/snmpget -v2c -c COMMUNITY -Ovq -M /opt/librenms/mibs udp:HOSTNAME:161 SNMPv2-MIB::sysDescr.0]
  21. FreeBSD cw013.tunefiles.com 11.1-RELEASE-p1 FreeBSD 11.1-RELEASE-p1 #0: Wed Aug 9 11:55:48 UTC 2017 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
  22.  
  23. SNMP[/usr/bin/snmpget -v2c -c COMMUNITY -Ovqn -M /opt/librenms/mibs udp:HOSTNAME:161 SNMPv2-MIB::sysObjectID.0]
  24. .*.4.1.8*
  25.  
  26. | FreeBSD cw013.tunefiles.com 11.1-RELEASE-p1 FreeBSD 11.1-RELEASE-p1 #0: Wed Aug 9 11:55:48 UTC 2017 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 | .1.3.6.1.4.1.8072.3.2.8 |
  27.  
  28. >> Runtime for discovery module 'os': 0.2640 seconds with 1704 bytes
  29. #### Unload disco module os ####
  30.  
  31. Modules status: Global+ OS+ Device
  32. #### Load disco module ports ####
  33. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m IF-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 ifDescr]
  34. ifDescr.1 = igb0
  35. ifDescr.2 = igb1
  36. ifDescr.3 = igb2
  37. ifDescr.4 = igb3
  38. ifDescr.5 = em0
  39. ifDescr.6 = em1
  40. ifDescr.7 = lo0
  41. ifDescr.8 = lagg0
  42.  
  43. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m IF-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 ifName]
  44. ifName.1 = igb0
  45. ifName.2 = igb1
  46. ifName.3 = igb2
  47. ifName.4 = igb3
  48. ifName.5 = em0
  49. ifName.6 = em1
  50. ifName.7 = lo0
  51. ifName.8 = lagg0
  52.  
  53. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m IF-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 ifAlias]
  54. ifAlias.1 =
  55. ifAlias.2 =
  56. ifAlias.3 =
  57. ifAlias.4 =
  58. ifAlias.5 =
  59. ifAlias.6 =
  60. ifAlias.7 =
  61. ifAlias.8 =
  62.  
  63. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m IF-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 ifType]
  64. ifType.1 = ieee8023adLag
  65. ifType.2 = ieee8023adLag
  66. ifType.3 = ieee8023adLag
  67. ifType.4 = ieee8023adLag
  68. ifType.5 = ethernetCsmacd
  69. ifType.6 = ethernetCsmacd
  70. ifType.7 = softwareLoopback
  71. ifType.8 = ethernetCsmacd
  72.  
  73. Array
  74. (
  75. [1] => Array
  76. (
  77. [ifDescr] => igb0
  78. [ifName] => igb0
  79. [ifAlias] =>
  80. [ifType] => ieee8023adLag
  81. )
  82.  
  83. [2] => Array
  84. (
  85. [ifDescr] => igb1
  86. [ifName] => igb1
  87. [ifAlias] =>
  88. [ifType] => ieee8023adLag
  89. )
  90.  
  91. [3] => Array
  92. (
  93. [ifDescr] => igb2
  94. [ifName] => igb2
  95. [ifAlias] =>
  96. [ifType] => ieee8023adLag
  97. )
  98.  
  99. [4] => Array
  100. (
  101. [ifDescr] => igb3
  102. [ifName] => igb3
  103. [ifAlias] =>
  104. [ifType] => ieee8023adLag
  105. )
  106.  
  107. [5] => Array
  108. (
  109. [ifDescr] => em0
  110. [ifName] => em0
  111. [ifAlias] =>
  112. [ifType] => ethernetCsmacd
  113. )
  114.  
  115. [6] => Array
  116. (
  117. [ifDescr] => em1
  118. [ifName] => em1
  119. [ifAlias] =>
  120. [ifType] => ethernetCsmacd
  121. )
  122.  
  123. [7] => Array
  124. (
  125. [ifDescr] => lo0
  126. [ifName] => lo0
  127. [ifAlias] =>
  128. [ifType] => softwareLoopback
  129. )
  130.  
  131. [8] => Array
  132. (
  133. [ifDescr] => lagg0
  134. [ifName] => lagg0
  135. [ifAlias] =>
  136. [ifType] => ethernetCsmacd
  137. )
  138.  
  139. )
  140. SQL[SELECT `name` FROM `port_association_mode` WHERE pom_id = '1']
  141. SQL[SELECT * FROM `ports` WHERE `device_id` = '30' ORDER BY port_id]
  142. ........
  143.  
  144. >> Runtime for discovery module 'ports': 0.2030 seconds with 2104 bytes
  145. #### Unload disco module ports ####
  146.  
  147. Modules status: Global+ OS+ Device
  148. #### Load disco module ports-stack ####
  149. SQL[SELECT * FROM `ports_stack` WHERE `device_id` = '30']
  150. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -M /opt/librenms/mibs udp:HOSTNAME:161 ifStackStatus]
  151. ifStackStatus = No Such Object available on this agent at this OID
  152.  
  153.  
  154.  
  155. >> Runtime for discovery module 'ports-stack': 0.0520 seconds with 640 bytes
  156. #### Unload disco module ports-stack ####
  157.  
  158. Modules status: Global+ OS+ Device
  159. #### Load disco module entity-physical ####
  160.  
  161. Caching OIDs: entPhysicalEntrySNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m ENTITY-MIB:CISCO-ENTITY-VENDORTYPE-OID-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 entPhysicalEntry]
  162. entPhysicalEntry = No Such Object available on this agent at this OID
  163.  
  164. entAliasMappingIdentifierSNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m ENTITY-MIB:IF-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 entAliasMappingIdentifier]
  165. entAliasMappingIdentifier = No Such Object available on this agent at this OID
  166.  
  167.  
  168. SQL[SELECT * FROM `entPhysical` WHERE `device_id` = '30']
  169.  
  170. >> Runtime for discovery module 'entity-physical': 0.1140 seconds with 2928 bytes
  171. #### Unload disco module entity-physical ####
  172.  
  173. Modules status: Global+ OS+ Device
  174. #### Load disco module processors ####
  175. hrDevice: SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m HOST-RESOURCES-MIB:HOST-RESOURCES-TYPES -M /opt/librenms/mibs udp:HOSTNAME:161 hrDevice]
  176. hrDeviceIndex.196608 = 196608
  177. hrDeviceIndex.196609 = 196609
  178. hrDeviceIndex.196610 = 196610
  179. hrDeviceIndex.196611 = 196611
  180. hrDeviceIndex.196612 = 196612
  181. hrDeviceIndex.196613 = 196613
  182. hrDeviceIndex.196614 = 196614
  183. hrDeviceIndex.196615 = 196615
  184. hrDeviceIndex.196616 = 196616
  185. hrDeviceIndex.196617 = 196617
  186. hrDeviceIndex.196618 = 196618
  187. hrDeviceIndex.196619 = 196619
  188. hrDeviceIndex.196620 = 196620
  189. hrDeviceIndex.196621 = 196621
  190. hrDeviceIndex.196622 = 196622
  191. hrDeviceIndex.196623 = 196623
  192. hrDeviceIndex.196624 = 196624
  193. hrDeviceIndex.196625 = 196625
  194. hrDeviceIndex.196626 = 196626
  195. hrDeviceIndex.196627 = 196627
  196. hrDeviceIndex.196628 = 196628
  197. hrDeviceIndex.196629 = 196629
  198. hrDeviceIndex.196630 = 196630
  199. hrDeviceIndex.196631 = 196631
  200. hrDeviceIndex.262145 = 262145
  201. hrDeviceIndex.262146 = 262146
  202. hrDeviceIndex.262147 = 262147
  203. hrDeviceIndex.262148 = 262148
  204. hrDeviceIndex.262149 = 262149
  205. hrDeviceIndex.262150 = 262150
  206. hrDeviceIndex.262151 = 262151
  207. hrDeviceIndex.262152 = 262152
  208. hrDeviceIndex.786432 = 786432
  209. hrDeviceType.196608 = hrDeviceProcessor
  210. hrDeviceType.196609 = hrDeviceProcessor
  211. hrDeviceType.196610 = hrDeviceProcessor
  212. hrDeviceType.196611 = hrDeviceProcessor
  213. hrDeviceType.196612 = hrDeviceProcessor
  214. hrDeviceType.196613 = hrDeviceProcessor
  215. hrDeviceType.196614 = hrDeviceProcessor
  216. hrDeviceType.196615 = hrDeviceProcessor
  217. hrDeviceType.196616 = hrDeviceProcessor
  218. hrDeviceType.196617 = hrDeviceProcessor
  219. hrDeviceType.196618 = hrDeviceProcessor
  220. hrDeviceType.196619 = hrDeviceProcessor
  221. hrDeviceType.196620 = hrDeviceProcessor
  222. hrDeviceType.196621 = hrDeviceProcessor
  223. hrDeviceType.196622 = hrDeviceProcessor
  224. hrDeviceType.196623 = hrDeviceProcessor
  225. hrDeviceType.196624 = hrDeviceProcessor
  226. hrDeviceType.196625 = hrDeviceProcessor
  227. hrDeviceType.196626 = hrDeviceProcessor
  228. hrDeviceType.196627 = hrDeviceProcessor
  229. hrDeviceType.196628 = hrDeviceProcessor
  230. hrDeviceType.196629 = hrDeviceProcessor
  231. hrDeviceType.196630 = hrDeviceProcessor
  232. hrDeviceType.196631 = hrDeviceProcessor
  233. hrDeviceType.262145 = hrDeviceNetwork
  234. hrDeviceType.262146 = hrDeviceNetwork
  235. hrDeviceType.262147 = hrDeviceNetwork
  236. hrDeviceType.262148 = hrDeviceNetwork
  237. hrDeviceType.262149 = hrDeviceNetwork
  238. hrDeviceType.262150 = hrDeviceNetwork
  239. hrDeviceType.262151 = hrDeviceNetwork
  240. hrDeviceType.262152 = hrDeviceNetwork
  241. hrDeviceType.786432 = hrDeviceCoprocessor
  242. hrDeviceDescr.196608 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  243. hrDeviceDescr.196609 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  244. hrDeviceDescr.196610 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  245. hrDeviceDescr.196611 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  246. hrDeviceDescr.196612 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  247. hrDeviceDescr.196613 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  248. hrDeviceDescr.196614 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  249. hrDeviceDescr.196615 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  250. hrDeviceDescr.196616 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  251. hrDeviceDescr.196617 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  252. hrDeviceDescr.196618 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  253. hrDeviceDescr.196619 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  254. hrDeviceDescr.196620 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  255. hrDeviceDescr.196621 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  256. hrDeviceDescr.196622 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  257. hrDeviceDescr.196623 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  258. hrDeviceDescr.196624 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  259. hrDeviceDescr.196625 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  260. hrDeviceDescr.196626 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  261. hrDeviceDescr.196627 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  262. hrDeviceDescr.196628 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  263. hrDeviceDescr.196629 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  264. hrDeviceDescr.196630 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  265. hrDeviceDescr.196631 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  266. hrDeviceDescr.262145 = network interface igb0
  267. hrDeviceDescr.262146 = network interface igb1
  268. hrDeviceDescr.262147 = network interface igb2
  269. hrDeviceDescr.262148 = network interface igb3
  270. hrDeviceDescr.262149 = network interface em0
  271. hrDeviceDescr.262150 = network interface em1
  272. hrDeviceDescr.262151 = network interface lo0
  273. hrDeviceDescr.262152 = network interface lagg0
  274. hrDeviceDescr.786432 = Guessing that there's a floating point co-processor
  275. hrDeviceID.196608 = zeroDotZero
  276. hrDeviceID.196609 = zeroDotZero
  277. hrDeviceID.196610 = zeroDotZero
  278. hrDeviceID.196611 = zeroDotZero
  279. hrDeviceID.196612 = zeroDotZero
  280. hrDeviceID.196613 = zeroDotZero
  281. hrDeviceID.196614 = zeroDotZero
  282. hrDeviceID.196615 = zeroDotZero
  283. hrDeviceID.196616 = zeroDotZero
  284. hrDeviceID.196617 = zeroDotZero
  285. hrDeviceID.196618 = zeroDotZero
  286. hrDeviceID.196619 = zeroDotZero
  287. hrDeviceID.196620 = zeroDotZero
  288. hrDeviceID.196621 = zeroDotZero
  289. hrDeviceID.196622 = zeroDotZero
  290. hrDeviceID.196623 = zeroDotZero
  291. hrDeviceID.196624 = zeroDotZero
  292. hrDeviceID.196625 = zeroDotZero
  293. hrDeviceID.196626 = zeroDotZero
  294. hrDeviceID.196627 = zeroDotZero
  295. hrDeviceID.196628 = zeroDotZero
  296. hrDeviceID.196629 = zeroDotZero
  297. hrDeviceID.196630 = zeroDotZero
  298. hrDeviceID.196631 = zeroDotZero
  299. hrDeviceID.262145 = zeroDotZero
  300. hrDeviceID.262146 = zeroDotZero
  301. hrDeviceID.262147 = zeroDotZero
  302. hrDeviceID.262148 = zeroDotZero
  303. hrDeviceID.262149 = zeroDotZero
  304. hrDeviceID.262150 = zeroDotZero
  305. hrDeviceID.262151 = zeroDotZero
  306. hrDeviceID.262152 = zeroDotZero
  307. hrDeviceID.786432 = zeroDotZero
  308. hrDeviceStatus.196608 = running
  309. hrDeviceStatus.196609 = running
  310. hrDeviceStatus.196610 = running
  311. hrDeviceStatus.196611 = running
  312. hrDeviceStatus.196612 = running
  313. hrDeviceStatus.196613 = running
  314. hrDeviceStatus.196614 = running
  315. hrDeviceStatus.196615 = running
  316. hrDeviceStatus.196616 = running
  317. hrDeviceStatus.196617 = running
  318. hrDeviceStatus.196618 = running
  319. hrDeviceStatus.196619 = running
  320. hrDeviceStatus.196620 = running
  321. hrDeviceStatus.196621 = running
  322. hrDeviceStatus.196622 = running
  323. hrDeviceStatus.196623 = running
  324. hrDeviceStatus.196624 = running
  325. hrDeviceStatus.196625 = running
  326. hrDeviceStatus.196626 = running
  327. hrDeviceStatus.196627 = running
  328. hrDeviceStatus.196628 = running
  329. hrDeviceStatus.196629 = running
  330. hrDeviceStatus.196630 = running
  331. hrDeviceStatus.196631 = running
  332. hrDeviceStatus.262145 = running
  333. hrDeviceStatus.262146 = running
  334. hrDeviceStatus.262147 = running
  335. hrDeviceStatus.262148 = running
  336. hrDeviceStatus.262149 = down
  337. hrDeviceStatus.262150 = running
  338. hrDeviceStatus.262151 = running
  339. hrDeviceStatus.262152 = running
  340. hrDeviceStatus.786432 = running
  341. hrDeviceErrors.196608 = 0
  342. hrDeviceErrors.196609 = 0
  343. hrDeviceErrors.196610 = 0
  344. hrDeviceErrors.196611 = 0
  345. hrDeviceErrors.196612 = 0
  346. hrDeviceErrors.196613 = 0
  347. hrDeviceErrors.196614 = 0
  348. hrDeviceErrors.196615 = 0
  349. hrDeviceErrors.196616 = 0
  350. hrDeviceErrors.196617 = 0
  351. hrDeviceErrors.196618 = 0
  352. hrDeviceErrors.196619 = 0
  353. hrDeviceErrors.196620 = 0
  354. hrDeviceErrors.196621 = 0
  355. hrDeviceErrors.196622 = 0
  356. hrDeviceErrors.196623 = 0
  357. hrDeviceErrors.196624 = 0
  358. hrDeviceErrors.196625 = 0
  359. hrDeviceErrors.196626 = 0
  360. hrDeviceErrors.196627 = 0
  361. hrDeviceErrors.196628 = 0
  362. hrDeviceErrors.196629 = 0
  363. hrDeviceErrors.196630 = 0
  364. hrDeviceErrors.196631 = 0
  365. hrDeviceErrors.262145 = 0
  366. hrDeviceErrors.262146 = 0
  367. hrDeviceErrors.262147 = 0
  368. hrDeviceErrors.262148 = 0
  369. hrDeviceErrors.262149 = 0
  370. hrDeviceErrors.262150 = 0
  371. hrDeviceErrors.262151 = 0
  372. hrDeviceErrors.262152 = 1365
  373. hrDeviceErrors.786432 = 0
  374. hrProcessorFrwID.196608 = zeroDotZero
  375. hrProcessorFrwID.196609 = zeroDotZero
  376. hrProcessorFrwID.196610 = zeroDotZero
  377. hrProcessorFrwID.196611 = zeroDotZero
  378. hrProcessorFrwID.196612 = zeroDotZero
  379. hrProcessorFrwID.196613 = zeroDotZero
  380. hrProcessorFrwID.196614 = zeroDotZero
  381. hrProcessorFrwID.196615 = zeroDotZero
  382. hrProcessorFrwID.196616 = zeroDotZero
  383. hrProcessorFrwID.196617 = zeroDotZero
  384. hrProcessorFrwID.196618 = zeroDotZero
  385. hrProcessorFrwID.196619 = zeroDotZero
  386. hrProcessorFrwID.196620 = zeroDotZero
  387. hrProcessorFrwID.196621 = zeroDotZero
  388. hrProcessorFrwID.196622 = zeroDotZero
  389. hrProcessorFrwID.196623 = zeroDotZero
  390. hrProcessorFrwID.196624 = zeroDotZero
  391. hrProcessorFrwID.196625 = zeroDotZero
  392. hrProcessorFrwID.196626 = zeroDotZero
  393. hrProcessorFrwID.196627 = zeroDotZero
  394. hrProcessorFrwID.196628 = zeroDotZero
  395. hrProcessorFrwID.196629 = zeroDotZero
  396. hrProcessorFrwID.196630 = zeroDotZero
  397. hrProcessorFrwID.196631 = zeroDotZero
  398. hrProcessorLoad.196608 = 21
  399. hrProcessorLoad.196609 = 33
  400. hrProcessorLoad.196610 = 28
  401. hrProcessorLoad.196611 = 26
  402. hrProcessorLoad.196612 = 8
  403. hrProcessorLoad.196613 = 16
  404. hrProcessorLoad.196614 = 24
  405. hrProcessorLoad.196615 = 10
  406. hrProcessorLoad.196616 = 14
  407. hrProcessorLoad.196617 = 6
  408. hrProcessorLoad.196618 = 8
  409. hrProcessorLoad.196619 = 3
  410. hrProcessorLoad.196620 = 8
  411. hrProcessorLoad.196621 = 7
  412. hrProcessorLoad.196622 = 5
  413. hrProcessorLoad.196623 = 5
  414. hrProcessorLoad.196624 = 5
  415. hrProcessorLoad.196625 = 5
  416. hrProcessorLoad.196626 = 5
  417. hrProcessorLoad.196627 = 5
  418. hrProcessorLoad.196628 = 5
  419. hrProcessorLoad.196629 = 4
  420. hrProcessorLoad.196630 = 4
  421. hrProcessorLoad.196631 = 5
  422. hrNetworkIfIndex.262145 = 1
  423. hrNetworkIfIndex.262146 = 2
  424. hrNetworkIfIndex.262147 = 3
  425. hrNetworkIfIndex.262148 = 4
  426. hrNetworkIfIndex.262149 = 5
  427. hrNetworkIfIndex.262150 = 6
  428. hrNetworkIfIndex.262151 = 7
  429. hrNetworkIfIndex.262152 = 8
  430.  
  431. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m HOST-RESOURCES-MIB:HOST-RESOURCES-TYPES -M /opt/librenms/mibs udp:HOSTNAME:161 hrProcessorLoad]
  432. hrProcessorLoad.196608 = 21
  433. hrProcessorLoad.196609 = 33
  434. hrProcessorLoad.196610 = 28
  435. hrProcessorLoad.196611 = 26
  436. hrProcessorLoad.196612 = 8
  437. hrProcessorLoad.196613 = 16
  438. hrProcessorLoad.196614 = 24
  439. hrProcessorLoad.196615 = 10
  440. hrProcessorLoad.196616 = 14
  441. hrProcessorLoad.196617 = 6
  442. hrProcessorLoad.196618 = 8
  443. hrProcessorLoad.196619 = 3
  444. hrProcessorLoad.196620 = 8
  445. hrProcessorLoad.196621 = 7
  446. hrProcessorLoad.196622 = 5
  447. hrProcessorLoad.196623 = 5
  448. hrProcessorLoad.196624 = 5
  449. hrProcessorLoad.196625 = 5
  450. hrProcessorLoad.196626 = 5
  451. hrProcessorLoad.196627 = 5
  452. hrProcessorLoad.196628 = 5
  453. hrProcessorLoad.196629 = 4
  454. hrProcessorLoad.196630 = 4
  455. hrProcessorLoad.196631 = 5
  456.  
  457. Discover Processor: .1.3.6.1.2.1.25.3.3.1.2.196608, 196608, hr, Intel Xeon X5690 @ 3.47GHz, 1, 21, , 196608
  458. SQL[SELECT COUNT(processor_id) FROM `processors` WHERE `processor_index` = '196608' AND `device_id` = '30' AND `processor_type` = 'hr']
  459. .SQL[UPDATE `processors` set `processor_descr` ='Intel Xeon X5690 @ 3.47GHz',`processor_oid` ='.1.3.6.1.2.1.25.3.3.1.2.196608',`processor_usage` ='21',`processor_precision` ='1' WHERE `device_id`='30' AND `processor_index`='196608' AND `processor_type`='hr']
  460. Discover Processor: .1.3.6.1.2.1.25.3.3.1.2.196609, 196609, hr, Intel Xeon X5690 @ 3.47GHz, 1, 33, , 196609
  461. SQL[SELECT COUNT(processor_id) FROM `processors` WHERE `processor_index` = '196609' AND `device_id` = '30' AND `processor_type` = 'hr']
  462. .SQL[UPDATE `processors` set `processor_descr` ='Intel Xeon X5690 @ 3.47GHz',`processor_oid` ='.1.3.6.1.2.1.25.3.3.1.2.196609',`processor_usage` ='33',`processor_precision` ='1' WHERE `device_id`='30' AND `processor_index`='196609' AND `processor_type`='hr']
  463. Discover Processor: .1.3.6.1.2.1.25.3.3.1.2.196610, 196610, hr, Intel Xeon X5690 @ 3.47GHz, 1, 28, , 196610
  464. SQL[SELECT COUNT(processor_id) FROM `processors` WHERE `processor_index` = '196610' AND `device_id` = '30' AND `processor_type` = 'hr']
  465. .SQL[UPDATE `processors` set `processor_descr` ='Intel Xeon X5690 @ 3.47GHz',`processor_oid` ='.1.3.6.1.2.1.25.3.3.1.2.196610',`processor_usage` ='28',`processor_precision` ='1' WHERE `device_id`='30' AND `processor_index`='196610' AND `processor_type`='hr']
  466. Discover Processor: .1.3.6.1.2.1.25.3.3.1.2.196611, 196611, hr, Intel Xeon X5690 @ 3.47GHz, 1, 26, , 196611
  467. SQL[SELECT COUNT(processor_id) FROM `processors` WHERE `processor_index` = '196611' AND `device_id` = '30' AND `processor_type` = 'hr']
  468. .SQL[UPDATE `processors` set `processor_descr` ='Intel Xeon X5690 @ 3.47GHz',`processor_oid` ='.1.3.6.1.2.1.25.3.3.1.2.196611',`processor_usage` ='26',`processor_precision` ='1' WHERE `device_id`='30' AND `processor_index`='196611' AND `processor_type`='hr']
  469. Discover Processor: .1.3.6.1.2.1.25.3.3.1.2.196612, 196612, hr, Intel Xeon X5690 @ 3.47GHz, 1, 8, , 196612
  470. SQL[SELECT COUNT(processor_id) FROM `processors` WHERE `processor_index` = '196612' AND `device_id` = '30' AND `processor_type` = 'hr']
  471. .SQL[UPDATE `processors` set `processor_descr` ='Intel Xeon X5690 @ 3.47GHz',`processor_oid` ='.1.3.6.1.2.1.25.3.3.1.2.196612',`processor_usage` ='8',`processor_precision` ='1' WHERE `device_id`='30' AND `processor_index`='196612' AND `processor_type`='hr']
  472. Discover Processor: .1.3.6.1.2.1.25.3.3.1.2.196613, 196613, hr, Intel Xeon X5690 @ 3.47GHz, 1, 16, , 196613
  473. SQL[SELECT COUNT(processor_id) FROM `processors` WHERE `processor_index` = '196613' AND `device_id` = '30' AND `processor_type` = 'hr']
  474. .SQL[UPDATE `processors` set `processor_descr` ='Intel Xeon X5690 @ 3.47GHz',`processor_oid` ='.1.3.6.1.2.1.25.3.3.1.2.196613',`processor_usage` ='16',`processor_precision` ='1' WHERE `device_id`='30' AND `processor_index`='196613' AND `processor_type`='hr']
  475. Discover Processor: .1.3.6.1.2.1.25.3.3.1.2.196614, 196614, hr, Intel Xeon X5690 @ 3.47GHz, 1, 24, , 196614
  476. SQL[SELECT COUNT(processor_id) FROM `processors` WHERE `processor_index` = '196614' AND `device_id` = '30' AND `processor_type` = 'hr']
  477. .SQL[UPDATE `processors` set `processor_descr` ='Intel Xeon X5690 @ 3.47GHz',`processor_oid` ='.1.3.6.1.2.1.25.3.3.1.2.196614',`processor_usage` ='24',`processor_precision` ='1' WHERE `device_id`='30' AND `processor_index`='196614' AND `processor_type`='hr']
  478. Discover Processor: .1.3.6.1.2.1.25.3.3.1.2.196615, 196615, hr, Intel Xeon X5690 @ 3.47GHz, 1, 10, , 196615
  479. SQL[SELECT COUNT(processor_id) FROM `processors` WHERE `processor_index` = '196615' AND `device_id` = '30' AND `processor_type` = 'hr']
  480. .SQL[UPDATE `processors` set `processor_descr` ='Intel Xeon X5690 @ 3.47GHz',`processor_oid` ='.1.3.6.1.2.1.25.3.3.1.2.196615',`processor_usage` ='10',`processor_precision` ='1' WHERE `device_id`='30' AND `processor_index`='196615' AND `processor_type`='hr']
  481. Discover Processor: .1.3.6.1.2.1.25.3.3.1.2.196616, 196616, hr, Intel Xeon X5690 @ 3.47GHz, 1, 14, , 196616
  482. SQL[SELECT COUNT(processor_id) FROM `processors` WHERE `processor_index` = '196616' AND `device_id` = '30' AND `processor_type` = 'hr']
  483. .SQL[UPDATE `processors` set `processor_descr` ='Intel Xeon X5690 @ 3.47GHz',`processor_oid` ='.1.3.6.1.2.1.25.3.3.1.2.196616',`processor_usage` ='14',`processor_precision` ='1' WHERE `device_id`='30' AND `processor_index`='196616' AND `processor_type`='hr']
  484. Discover Processor: .1.3.6.1.2.1.25.3.3.1.2.196617, 196617, hr, Intel Xeon X5690 @ 3.47GHz, 1, 6, , 196617
  485. SQL[SELECT COUNT(processor_id) FROM `processors` WHERE `processor_index` = '196617' AND `device_id` = '30' AND `processor_type` = 'hr']
  486. .SQL[UPDATE `processors` set `processor_descr` ='Intel Xeon X5690 @ 3.47GHz',`processor_oid` ='.1.3.6.1.2.1.25.3.3.1.2.196617',`processor_usage` ='6',`processor_precision` ='1' WHERE `device_id`='30' AND `processor_index`='196617' AND `processor_type`='hr']
  487. Discover Processor: .1.3.6.1.2.1.25.3.3.1.2.196618, 196618, hr, Intel Xeon X5690 @ 3.47GHz, 1, 8, , 196618
  488. SQL[SELECT COUNT(processor_id) FROM `processors` WHERE `processor_index` = '196618' AND `device_id` = '30' AND `processor_type` = 'hr']
  489. .SQL[UPDATE `processors` set `processor_descr` ='Intel Xeon X5690 @ 3.47GHz',`processor_oid` ='.1.3.6.1.2.1.25.3.3.1.2.196618',`processor_usage` ='8',`processor_precision` ='1' WHERE `device_id`='30' AND `processor_index`='196618' AND `processor_type`='hr']
  490. Discover Processor: .1.3.6.1.2.1.25.3.3.1.2.196619, 196619, hr, Intel Xeon X5690 @ 3.47GHz, 1, 3, , 196619
  491. SQL[SELECT COUNT(processor_id) FROM `processors` WHERE `processor_index` = '196619' AND `device_id` = '30' AND `processor_type` = 'hr']
  492. .SQL[UPDATE `processors` set `processor_descr` ='Intel Xeon X5690 @ 3.47GHz',`processor_oid` ='.1.3.6.1.2.1.25.3.3.1.2.196619',`processor_usage` ='3',`processor_precision` ='1' WHERE `device_id`='30' AND `processor_index`='196619' AND `processor_type`='hr']
  493. Discover Processor: .1.3.6.1.2.1.25.3.3.1.2.196620, 196620, hr, Intel Xeon X5690 @ 3.47GHz, 1, 8, , 196620
  494. SQL[SELECT COUNT(processor_id) FROM `processors` WHERE `processor_index` = '196620' AND `device_id` = '30' AND `processor_type` = 'hr']
  495. .SQL[UPDATE `processors` set `processor_descr` ='Intel Xeon X5690 @ 3.47GHz',`processor_oid` ='.1.3.6.1.2.1.25.3.3.1.2.196620',`processor_usage` ='8',`processor_precision` ='1' WHERE `device_id`='30' AND `processor_index`='196620' AND `processor_type`='hr']
  496. Discover Processor: .1.3.6.1.2.1.25.3.3.1.2.196621, 196621, hr, Intel Xeon X5690 @ 3.47GHz, 1, 7, , 196621
  497. SQL[SELECT COUNT(processor_id) FROM `processors` WHERE `processor_index` = '196621' AND `device_id` = '30' AND `processor_type` = 'hr']
  498. .SQL[UPDATE `processors` set `processor_descr` ='Intel Xeon X5690 @ 3.47GHz',`processor_oid` ='.1.3.6.1.2.1.25.3.3.1.2.196621',`processor_usage` ='7',`processor_precision` ='1' WHERE `device_id`='30' AND `processor_index`='196621' AND `processor_type`='hr']
  499. Discover Processor: .1.3.6.1.2.1.25.3.3.1.2.196622, 196622, hr, Intel Xeon X5690 @ 3.47GHz, 1, 5, , 196622
  500. SQL[SELECT COUNT(processor_id) FROM `processors` WHERE `processor_index` = '196622' AND `device_id` = '30' AND `processor_type` = 'hr']
  501. .SQL[UPDATE `processors` set `processor_descr` ='Intel Xeon X5690 @ 3.47GHz',`processor_oid` ='.1.3.6.1.2.1.25.3.3.1.2.196622',`processor_usage` ='5',`processor_precision` ='1' WHERE `device_id`='30' AND `processor_index`='196622' AND `processor_type`='hr']
  502. Discover Processor: .1.3.6.1.2.1.25.3.3.1.2.196623, 196623, hr, Intel Xeon X5690 @ 3.47GHz, 1, 5, , 196623
  503. SQL[SELECT COUNT(processor_id) FROM `processors` WHERE `processor_index` = '196623' AND `device_id` = '30' AND `processor_type` = 'hr']
  504. .SQL[UPDATE `processors` set `processor_descr` ='Intel Xeon X5690 @ 3.47GHz',`processor_oid` ='.1.3.6.1.2.1.25.3.3.1.2.196623',`processor_usage` ='5',`processor_precision` ='1' WHERE `device_id`='30' AND `processor_index`='196623' AND `processor_type`='hr']
  505. Discover Processor: .1.3.6.1.2.1.25.3.3.1.2.196624, 196624, hr, Intel Xeon X5690 @ 3.47GHz, 1, 5, , 196624
  506. SQL[SELECT COUNT(processor_id) FROM `processors` WHERE `processor_index` = '196624' AND `device_id` = '30' AND `processor_type` = 'hr']
  507. .SQL[UPDATE `processors` set `processor_descr` ='Intel Xeon X5690 @ 3.47GHz',`processor_oid` ='.1.3.6.1.2.1.25.3.3.1.2.196624',`processor_usage` ='5',`processor_precision` ='1' WHERE `device_id`='30' AND `processor_index`='196624' AND `processor_type`='hr']
  508. Discover Processor: .1.3.6.1.2.1.25.3.3.1.2.196625, 196625, hr, Intel Xeon X5690 @ 3.47GHz, 1, 5, , 196625
  509. SQL[SELECT COUNT(processor_id) FROM `processors` WHERE `processor_index` = '196625' AND `device_id` = '30' AND `processor_type` = 'hr']
  510. .SQL[UPDATE `processors` set `processor_descr` ='Intel Xeon X5690 @ 3.47GHz',`processor_oid` ='.1.3.6.1.2.1.25.3.3.1.2.196625',`processor_usage` ='5',`processor_precision` ='1' WHERE `device_id`='30' AND `processor_index`='196625' AND `processor_type`='hr']
  511. Discover Processor: .1.3.6.1.2.1.25.3.3.1.2.196626, 196626, hr, Intel Xeon X5690 @ 3.47GHz, 1, 5, , 196626
  512. SQL[SELECT COUNT(processor_id) FROM `processors` WHERE `processor_index` = '196626' AND `device_id` = '30' AND `processor_type` = 'hr']
  513. .SQL[UPDATE `processors` set `processor_descr` ='Intel Xeon X5690 @ 3.47GHz',`processor_oid` ='.1.3.6.1.2.1.25.3.3.1.2.196626',`processor_usage` ='5',`processor_precision` ='1' WHERE `device_id`='30' AND `processor_index`='196626' AND `processor_type`='hr']
  514. Discover Processor: .1.3.6.1.2.1.25.3.3.1.2.196627, 196627, hr, Intel Xeon X5690 @ 3.47GHz, 1, 5, , 196627
  515. SQL[SELECT COUNT(processor_id) FROM `processors` WHERE `processor_index` = '196627' AND `device_id` = '30' AND `processor_type` = 'hr']
  516. .SQL[UPDATE `processors` set `processor_descr` ='Intel Xeon X5690 @ 3.47GHz',`processor_oid` ='.1.3.6.1.2.1.25.3.3.1.2.196627',`processor_usage` ='5',`processor_precision` ='1' WHERE `device_id`='30' AND `processor_index`='196627' AND `processor_type`='hr']
  517. Discover Processor: .1.3.6.1.2.1.25.3.3.1.2.196628, 196628, hr, Intel Xeon X5690 @ 3.47GHz, 1, 5, , 196628
  518. SQL[SELECT COUNT(processor_id) FROM `processors` WHERE `processor_index` = '196628' AND `device_id` = '30' AND `processor_type` = 'hr']
  519. .SQL[UPDATE `processors` set `processor_descr` ='Intel Xeon X5690 @ 3.47GHz',`processor_oid` ='.1.3.6.1.2.1.25.3.3.1.2.196628',`processor_usage` ='5',`processor_precision` ='1' WHERE `device_id`='30' AND `processor_index`='196628' AND `processor_type`='hr']
  520. Discover Processor: .1.3.6.1.2.1.25.3.3.1.2.196629, 196629, hr, Intel Xeon X5690 @ 3.47GHz, 1, 4, , 196629
  521. SQL[SELECT COUNT(processor_id) FROM `processors` WHERE `processor_index` = '196629' AND `device_id` = '30' AND `processor_type` = 'hr']
  522. .SQL[UPDATE `processors` set `processor_descr` ='Intel Xeon X5690 @ 3.47GHz',`processor_oid` ='.1.3.6.1.2.1.25.3.3.1.2.196629',`processor_usage` ='4',`processor_precision` ='1' WHERE `device_id`='30' AND `processor_index`='196629' AND `processor_type`='hr']
  523. Discover Processor: .1.3.6.1.2.1.25.3.3.1.2.196630, 196630, hr, Intel Xeon X5690 @ 3.47GHz, 1, 4, , 196630
  524. SQL[SELECT COUNT(processor_id) FROM `processors` WHERE `processor_index` = '196630' AND `device_id` = '30' AND `processor_type` = 'hr']
  525. .SQL[UPDATE `processors` set `processor_descr` ='Intel Xeon X5690 @ 3.47GHz',`processor_oid` ='.1.3.6.1.2.1.25.3.3.1.2.196630',`processor_usage` ='4',`processor_precision` ='1' WHERE `device_id`='30' AND `processor_index`='196630' AND `processor_type`='hr']
  526. Discover Processor: .1.3.6.1.2.1.25.3.3.1.2.196631, 196631, hr, Intel Xeon X5690 @ 3.47GHz, 1, 5, , 196631
  527. SQL[SELECT COUNT(processor_id) FROM `processors` WHERE `processor_index` = '196631' AND `device_id` = '30' AND `processor_type` = 'hr']
  528. .SQL[UPDATE `processors` set `processor_descr` ='Intel Xeon X5690 @ 3.47GHz',`processor_oid` ='.1.3.6.1.2.1.25.3.3.1.2.196631',`processor_usage` ='5',`processor_precision` ='1' WHERE `device_id`='30' AND `processor_index`='196631' AND `processor_type`='hr']
  529. SQL[SELECT COUNT(*) FROM `processors` WHERE `device_id` = '30' AND `processor_type` != 'ucd-old']
  530. Array
  531. (
  532. [hr] => Array
  533. (
  534. [196608] => 1
  535. [196609] => 1
  536. [196610] => 1
  537. [196611] => 1
  538. [196612] => 1
  539. [196613] => 1
  540. [196614] => 1
  541. [196615] => 1
  542. [196616] => 1
  543. [196617] => 1
  544. [196618] => 1
  545. [196619] => 1
  546. [196620] => 1
  547. [196621] => 1
  548. [196622] => 1
  549. [196623] => 1
  550. [196624] => 1
  551. [196625] => 1
  552. [196626] => 1
  553. [196627] => 1
  554. [196628] => 1
  555. [196629] => 1
  556. [196630] => 1
  557. [196631] => 1
  558. )
  559.  
  560. )
  561. SQL[SELECT * FROM `processors` WHERE `device_id` = '30']
  562. 196608 -> hr
  563. 196609 -> hr
  564. 196610 -> hr
  565. 196611 -> hr
  566. 196612 -> hr
  567. 196613 -> hr
  568. 196614 -> hr
  569. 196615 -> hr
  570. 196616 -> hr
  571. 196617 -> hr
  572. 196618 -> hr
  573. 196619 -> hr
  574. 196620 -> hr
  575. 196621 -> hr
  576. 196622 -> hr
  577. 196623 -> hr
  578. 196624 -> hr
  579. 196625 -> hr
  580. 196626 -> hr
  581. 196627 -> hr
  582. 196628 -> hr
  583. 196629 -> hr
  584. 196630 -> hr
  585. 196631 -> hr
  586.  
  587.  
  588. >> Runtime for discovery module 'processors': 0.1870 seconds with 50760 bytes
  589. #### Unload disco module processors ####
  590.  
  591. Modules status: Global+ OS+ Device
  592. #### Load disco module mempools ####
  593. SQL[SELECT COUNT(*) FROM `mempools` WHERE `device_id` = '30' AND `mempool_type` = 'cemp']
  594. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m NETSWITCH-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/hp udp:HOSTNAME:161 hpLocal]
  595. hpLocalMem = No Such Object available on this agent at this OID
  596.  
  597. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m NETSWITCH-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/hp udp:HOSTNAME:161 hpGlobal]
  598. hpGlobalMem = No Such Object available on this agent at this OID
  599.  
  600. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m HOST-RESOURCES-MIB:HOST-RESOURCES-TYPES:NetWare-Host-Ext-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 hrStorageEntry]
  601. hrStorageIndex.1 = 1
  602. hrStorageIndex.2 = 2
  603. hrStorageIndex.3 = 3
  604. hrStorageIndex.6 = 6
  605. hrStorageIndex.7 = 7
  606. hrStorageIndex.8 = 8
  607. hrStorageIndex.9 = 9
  608. hrStorageIndex.10 = 10
  609. hrStorageIndex.11 = 11
  610. hrStorageType.1 = hrStorageRam
  611. hrStorageType.2 = hrStorageRam
  612. hrStorageType.3 = hrStorageVirtualMemory
  613. hrStorageType.6 = hrStorageOther
  614. hrStorageType.7 = hrStorageOther
  615. hrStorageType.8 = hrStorageOther
  616. hrStorageType.9 = hrStorageOther
  617. hrStorageType.10 = hrStorageVirtualMemory
  618. hrStorageType.11 = hrStorageOther
  619. hrStorageDescr.1 = Physical memory
  620. hrStorageDescr.2 = Real memory
  621. hrStorageDescr.3 = Virtual memory
  622. hrStorageDescr.6 = Memory buffers
  623. hrStorageDescr.7 = Cached memory
  624. hrStorageDescr.8 = Shared virtual memory
  625. hrStorageDescr.9 = Shared real memory
  626. hrStorageDescr.10 = Swap space
  627. hrStorageDescr.11 = swap ada0p2
  628. hrStorageAllocationUnits.1 = 4096
  629. hrStorageAllocationUnits.2 = 4096
  630. hrStorageAllocationUnits.3 = 4096
  631. hrStorageAllocationUnits.6 = 1024
  632. hrStorageAllocationUnits.7 = 4096
  633. hrStorageAllocationUnits.8 = 4096
  634. hrStorageAllocationUnits.9 = 4096
  635. hrStorageAllocationUnits.10 = 4096
  636. hrStorageAllocationUnits.11 = 4096
  637. hrStorageSize.1 = 25154521
  638. hrStorageSize.2 = 560350
  639. hrStorageSize.3 = 2745847
  640. hrStorageSize.6 = 1694896
  641. hrStorageSize.7 = 13493807
  642. hrStorageSize.8 = 19545
  643. hrStorageSize.9 = 5197
  644. hrStorageSize.10 = 2097136
  645. hrStorageSize.11 = 2097136
  646. hrStorageUsed.1 = 24816398
  647. hrStorageUsed.2 = 558648
  648. hrStorageUsed.3 = 2675415
  649. hrStorageUsed.6 = 315792
  650. hrStorageUsed.7 = 13493807
  651. hrStorageUsed.8 = 5185
  652. hrStorageUsed.9 = 3776
  653. hrStorageUsed.10 = 0
  654. hrStorageUsed.11 = 0
  655. hrStorageAllocationFailures.1 = 0
  656. hrStorageAllocationFailures.2 = 0
  657. hrStorageAllocationFailures.3 = 0
  658. hrStorageAllocationFailures.6 = 0
  659. hrStorageAllocationFailures.7 = 0
  660. hrStorageAllocationFailures.8 = 0
  661. hrStorageAllocationFailures.9 = 0
  662. hrStorageAllocationFailures.10 = 0
  663. hrStorageAllocationFailures.11 = 0
  664.  
  665. hrStorage : Discover Mempool: 1, hrstorage, Physical memory, 4096, ,
  666. SQL[SELECT COUNT(mempool_id) FROM `mempools` WHERE `mempool_index` = '1' AND `device_id` = '30' AND `mempool_type` = 'hrstorage']
  667. .SQL[UPDATE `mempools` set `mempool_descr` ='Physical memory' WHERE device_id='30' AND mempool_index='1' AND mempool_type='hrstorage']
  668. Discover Mempool: 2, hrstorage, Real memory, 4096, ,
  669. SQL[SELECT COUNT(mempool_id) FROM `mempools` WHERE `mempool_index` = '2' AND `device_id` = '30' AND `mempool_type` = 'hrstorage']
  670. .SQL[UPDATE `mempools` set `mempool_descr` ='Real memory' WHERE device_id='30' AND mempool_index='2' AND mempool_type='hrstorage']
  671. Discover Mempool: 3, hrstorage, Virtual memory, 4096, ,
  672. SQL[SELECT COUNT(mempool_id) FROM `mempools` WHERE `mempool_index` = '3' AND `device_id` = '30' AND `mempool_type` = 'hrstorage']
  673. .SQL[UPDATE `mempools` set `mempool_descr` ='Virtual memory' WHERE device_id='30' AND mempool_index='3' AND mempool_type='hrstorage']
  674. Discover Mempool: 10, hrstorage, Swap space, 4096, ,
  675. SQL[SELECT COUNT(mempool_id) FROM `mempools` WHERE `mempool_index` = '10' AND `device_id` = '30' AND `mempool_type` = 'hrstorage']
  676. .SQL[UPDATE `mempools` set `mempool_descr` ='Swap space' WHERE device_id='30' AND mempool_index='10' AND mempool_type='hrstorage']
  677. Array
  678. (
  679. [hrstorage] => Array
  680. (
  681. [1] => 1
  682. [2] => 1
  683. [3] => 1
  684. [10] => 1
  685. )
  686.  
  687. )
  688. SQL[SELECT * FROM `mempools` WHERE `device_id` = '30']
  689. 1 -> hrstorage
  690. 2 -> hrstorage
  691. 3 -> hrstorage
  692. 10 -> hrstorage
  693.  
  694.  
  695. >> Runtime for discovery module 'mempools': 0.1640 seconds with 19160 bytes
  696. #### Unload disco module mempools ####
  697.  
  698. Modules status: Global+ OS+ Device
  699. #### Load disco module cisco-vrf-lite ####
  700. SQL[SELECT * FROM vrf_lite_cisco WHERE device_id = '30' ]
  701.  
  702. >> Runtime for discovery module 'cisco-vrf-lite': 0.0000 seconds with 1568 bytes
  703. #### Unload disco module cisco-vrf-lite ####
  704.  
  705. Modules status: Global- OS- Device Module [ cisco-mac-accounting ] disabled on os.
  706.  
  707. Modules status: Global- OS- Device Module [ cisco-pw ] disabled on os.
  708.  
  709. Modules status: Global- OS- Device Module [ cisco-vrf ] disabled on os.
  710.  
  711. Modules status: Global- OS- Device Module [ cisco-cef ] disabled on os.
  712.  
  713. Modules status: Global- OS- Device Module [ cisco-sla ] disabled on os.
  714.  
  715. Modules status: Global- OS- Device Module [ cisco-cbqos ] disabled on os.
  716.  
  717. Modules status: Global- OS- Device Module [ cisco-otv ] disabled on os.
  718.  
  719. Modules status: Global+ OS+ Device
  720. #### Load disco module ipv4-addresses ####
  721. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -Osq -m IP-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 ipAdEntIfIndex]
  722. ipAdEntIfIndex.* 8
  723. ipAdEntIfIndex.* 6
  724. ipAdEntIfIndex.* 7
  725.  
  726. SNMP[/usr/bin/snmpget -v2c -c COMMUNITY -Oqv -m IP-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 ipAdEntNetMask.5.254.101.202]
  727. *
  728.  
  729. SQL[SELECT COUNT(*) FROM `ports` WHERE device_id = '30' AND `ifIndex` = '8']
  730. SQL[SELECT `port_id` FROM `ports` WHERE `device_id` = '30' AND `ifIndex` = '8']
  731. SQL[SELECT COUNT(*) FROM `ipv4_networks` WHERE `ipv4_network` = '5.254.101.202/27']
  732. SQL[UPDATE `ipv4_networks` set `context_name` ='' WHERE `ipv4_network` = '5.254.101.202/27']
  733. sSQL[SELECT `ipv4_network_id` FROM `ipv4_networks` WHERE `ipv4_network` = '5.254.101.202/27']
  734. SQL[SELECT COUNT(*) FROM `ipv4_addresses` WHERE `ipv4_address` = '5.254.101.202' AND `ipv4_prefixlen` = '27' AND `port_id` = '11939' ]
  735. SQL[UPDATE `ipv4_addresses` set `context_name` ='' WHERE `ipv4_address` = '5.254.101.202' AND `ipv4_prefixlen` = '27' AND `port_id` = '11939']
  736. .SNMP[/usr/bin/snmpget -v2c -c COMMUNITY -Oqv -m IP-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 ipAdEntNetMask.10.0.0.102]
  737. *
  738.  
  739. SQL[SELECT COUNT(*) FROM `ports` WHERE device_id = '30' AND `ifIndex` = '6']
  740. SQL[SELECT `port_id` FROM `ports` WHERE `device_id` = '30' AND `ifIndex` = '6']
  741. SQL[SELECT COUNT(*) FROM `ipv4_networks` WHERE `ipv4_network` = '10.0.0.102/24']
  742. SQL[UPDATE `ipv4_networks` set `context_name` ='' WHERE `ipv4_network` = '10.0.0.102/24']
  743. sSQL[SELECT `ipv4_network_id` FROM `ipv4_networks` WHERE `ipv4_network` = '10.0.0.102/24']
  744. SQL[SELECT COUNT(*) FROM `ipv4_addresses` WHERE `ipv4_address` = '10.0.0.102' AND `ipv4_prefixlen` = '24' AND `port_id` = '11937' ]
  745. SQL[UPDATE `ipv4_addresses` set `context_name` ='' WHERE `ipv4_address` = '10.0.0.102' AND `ipv4_prefixlen` = '24' AND `port_id` = '11937']
  746. .SNMP[/usr/bin/snmpget -v2c -c COMMUNITY -Oqv -m IP-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 ipAdEntNetMask.127.0.0.1]
  747. *
  748.  
  749. SQL[SELECT COUNT(*) FROM `ports` WHERE device_id = '30' AND `ifIndex` = '7']
  750. SQL[SELECT `port_id` FROM `ports` WHERE `device_id` = '30' AND `ifIndex` = '7']
  751. SQL[SELECT COUNT(*) FROM `ipv4_networks` WHERE `ipv4_network` = '127.0.0.1/8']
  752. SQL[UPDATE `ipv4_networks` set `context_name` ='' WHERE `ipv4_network` = '127.0.0.1/8']
  753. sSQL[SELECT `ipv4_network_id` FROM `ipv4_networks` WHERE `ipv4_network` = '127.0.0.1/8']
  754. SQL[SELECT COUNT(*) FROM `ipv4_addresses` WHERE `ipv4_address` = '127.0.0.1' AND `ipv4_prefixlen` = '8' AND `port_id` = '11938' ]
  755. SQL[UPDATE `ipv4_addresses` set `context_name` ='' WHERE `ipv4_address` = '127.0.0.1' AND `ipv4_prefixlen` = '8' AND `port_id` = '11938']
  756. .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 = '30' OR `ports`.`device_id` IS NULL]
  757.  
  758.  
  759. >> Runtime for discovery module 'ipv4-addresses': 0.1870 seconds with 32472 bytes
  760. #### Unload disco module ipv4-addresses ####
  761.  
  762. Modules status: Global+ OS+ Device
  763. #### Load disco module ipv6-addresses ####
  764. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -Ln -Osq -m IP-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 ipAddressIfIndex.ipv6]
  765. ipAddressIfIndex.ipv6."00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:01" 7
  766. ipAddressIfIndex.ipv6."fe:80:00:00:00:00:00:00:00:00:00:00:00:00:00:01" 7
  767.  
  768. SNMP[/usr/bin/snmpget -v2c -c COMMUNITY -m IP-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 .1.3.6.1.2.1.4.34.1.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1]
  769. IP-MIB::ipAddressPrefix.ipv6."00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:01" = OID: IP-MIB::ipAddressPrefixOrigin.7.ipv6."00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:01".128
  770.  
  771. SNMP[/usr/bin/snmpget -v2c -c COMMUNITY -Ovq -m IP-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 .1.3.6.1.2.1.4.34.1.6.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1]
  772. other
  773.  
  774. SQL[SELECT COUNT(*) FROM `ports` WHERE device_id = '30' AND `ifIndex` = '7']
  775. SNMP[/usr/bin/snmpget -v2c -c COMMUNITY -m IP-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 .1.3.6.1.2.1.4.34.1.5.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.1]
  776. IP-MIB::ipAddressPrefix.ipv6."fe:80:00:00:00:00:00:00:00:00:00:00:00:00:00:01" = OID: IP-MIB::ipAddressPrefixOrigin.7.ipv6."fe:80:00:00:00:00:00:00:00:00:00:00:00:00:00:00".64
  777.  
  778. SNMP[/usr/bin/snmpget -v2c -c COMMUNITY -Ovq -m IP-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 .1.3.6.1.2.1.4.34.1.6.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.1]
  779. other
  780.  
  781. 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 = '30' OR `ports`.`device_id` IS NULL]
  782.  
  783.  
  784. >> Runtime for discovery module 'ipv6-addresses': 0.2080 seconds with 17600 bytes
  785. #### Unload disco module ipv6-addresses ####
  786.  
  787. Modules status: Global- OS- Device Module [ route ] disabled on os.
  788.  
  789. Modules status: Global+ OS+ Device
  790. #### Load disco module sensors ####
  791. ENTITY-SENSOR: Caching OIDs: entPhysicalDescrSNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m CISCO-ENTITY-SENSOR-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 entPhysicalDescr]
  792. entPhysicalDescr = No Such Object available on this agent at this OID
  793.  
  794. entPhysicalNameSNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m CISCO-ENTITY-SENSOR-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 entPhysicalName]
  795. entPhysicalName = No Such Object available on this agent at this OID
  796.  
  797. entPhySensorTypeSNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m ENTITY-SENSOR-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 entPhySensorType]
  798. entPhySensorType = No Such Object available on this agent at this OID
  799.  
  800. entPhySensorScaleSNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m ENTITY-SENSOR-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 entPhySensorScale]
  801. entPhySensorScale = No Such Object available on this agent at this OID
  802.  
  803. entPhySensorPrecisionSNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m ENTITY-SENSOR-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 entPhySensorPrecision]
  804. entPhySensorPrecision = No Such Object available on this agent at this OID
  805.  
  806. entPhySensorValueSNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m ENTITY-SENSOR-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 entPhySensorValue]
  807. entPhySensorValue = No Such Object available on this agent at this OID
  808.  
  809.  
  810. SQL[SELECT attrib_value FROM devices_attribs WHERE `device_id` = '30' AND `attrib_type` = 'ipmi_hostname' ]
  811. 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 = '30' AND S.poller_type = 'ipmi']
  812. 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 = '30' AND S.poller_type = 'ipmi']
  813. 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 = '30' AND S.poller_type = 'ipmi']
  814. 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 = '30' AND S.poller_type = 'ipmi']
  815. 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 = '30' AND S.poller_type = 'snmp']
  816.  
  817. 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 = '30' AND S.poller_type = 'snmp']
  818.  
  819. 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 = '30' AND S.poller_type = 'snmp']
  820.  
  821. 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 = '30' AND S.poller_type = 'snmp']
  822.  
  823. Fanspeed: SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OsqnU -m LM-SENSORS-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 lmFanSensorsDevice]
  824. .*.4.1.2*.1.2 No Such Object available on this agent at this OID
  825.  
  826.  
  827. 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 = '30' AND S.poller_type = 'snmp']
  828.  
  829. 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 = '30' AND S.poller_type = 'snmp']
  830.  
  831. 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 = '30' AND S.poller_type = 'snmp']
  832.  
  833. 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 = '30' AND S.poller_type = 'snmp']
  834.  
  835. 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 = '30' AND S.poller_type = 'snmp']
  836.  
  837. 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 = '30' AND S.poller_type = 'snmp']
  838.  
  839. 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 = '30' AND S.poller_type = 'snmp']
  840.  
  841. State: 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 = '30' AND S.poller_type = 'snmp']
  842.  
  843. Temperature: SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -Osqn -m LM-SENSORS-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 lmTempSensorsDevice]
  844. .*.4.1.2*.1.2 No Such Object available on this agent at this OID
  845.  
  846.  
  847. 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 = '30' AND S.poller_type = 'snmp']
  848.  
  849. Voltage: SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OsqnU -m LM-SENSORS-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 lmVoltSensorsDevice]
  850. .*.4.1.2*.1.2 No Such Object available on this agent at this OID
  851.  
  852.  
  853. 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 = '30' AND S.poller_type = 'snmp']
  854.  
  855. 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 = '30' AND S.poller_type = 'snmp']
  856.  
  857. 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 = '30' AND S.poller_type = 'snmp']
  858.  
  859. 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 = '30' AND S.poller_type = 'snmp']
  860.  
  861.  
  862. >> Runtime for discovery module 'sensors': 0.4050 seconds with 14968 bytes
  863. #### Unload disco module sensors ####
  864.  
  865. Modules status: Global+ OS+ Device+
  866. #### Load disco module storage ####
  867. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m EQLVOLUME-MIB -M /opt/librenms/mibs:/opt/librenms/mibs/equallogic udp:HOSTNAME:161 EqliscsiVolumeEntry]
  868. eqliscsiVolumeEntry = No Such Object available on this agent at this OID
  869.  
  870. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUsetX -m CPQHOST-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 cpqHoFileSysEntry]
  871.  
  872. HPE ILO4 SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m HOST-RESOURCES-MIB:HOST-RESOURCES-TYPES:NetWare-Host-Ext-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 hrStorageEntry]
  873. hrStorageIndex.1 = 1
  874. hrStorageIndex.2 = 2
  875. hrStorageIndex.3 = 3
  876. hrStorageIndex.6 = 6
  877. hrStorageIndex.7 = 7
  878. hrStorageIndex.8 = 8
  879. hrStorageIndex.9 = 9
  880. hrStorageIndex.10 = 10
  881. hrStorageIndex.11 = 11
  882. hrStorageType.1 = hrStorageRam
  883. hrStorageType.2 = hrStorageRam
  884. hrStorageType.3 = hrStorageVirtualMemory
  885. hrStorageType.6 = hrStorageOther
  886. hrStorageType.7 = hrStorageOther
  887. hrStorageType.8 = hrStorageOther
  888. hrStorageType.9 = hrStorageOther
  889. hrStorageType.10 = hrStorageVirtualMemory
  890. hrStorageType.11 = hrStorageOther
  891. hrStorageDescr.1 = Physical memory
  892. hrStorageDescr.2 = Real memory
  893. hrStorageDescr.3 = Virtual memory
  894. hrStorageDescr.6 = Memory buffers
  895. hrStorageDescr.7 = Cached memory
  896. hrStorageDescr.8 = Shared virtual memory
  897. hrStorageDescr.9 = Shared real memory
  898. hrStorageDescr.10 = Swap space
  899. hrStorageDescr.11 = swap ada0p2
  900. hrStorageAllocationUnits.1 = 4096
  901. hrStorageAllocationUnits.2 = 4096
  902. hrStorageAllocationUnits.3 = 4096
  903. hrStorageAllocationUnits.6 = 1024
  904. hrStorageAllocationUnits.7 = 4096
  905. hrStorageAllocationUnits.8 = 4096
  906. hrStorageAllocationUnits.9 = 4096
  907. hrStorageAllocationUnits.10 = 4096
  908. hrStorageAllocationUnits.11 = 4096
  909. hrStorageSize.1 = 25154521
  910. hrStorageSize.2 = 560350
  911. hrStorageSize.3 = 2745847
  912. hrStorageSize.6 = 1694896
  913. hrStorageSize.7 = 13493807
  914. hrStorageSize.8 = 19545
  915. hrStorageSize.9 = 5197
  916. hrStorageSize.10 = 2097136
  917. hrStorageSize.11 = 2097136
  918. hrStorageUsed.1 = 24816398
  919. hrStorageUsed.2 = 558648
  920. hrStorageUsed.3 = 2675415
  921. hrStorageUsed.6 = 315792
  922. hrStorageUsed.7 = 13493807
  923. hrStorageUsed.8 = 5185
  924. hrStorageUsed.9 = 3776
  925. hrStorageUsed.10 = 0
  926. hrStorageUsed.11 = 0
  927. hrStorageAllocationFailures.1 = 0
  928. hrStorageAllocationFailures.2 = 0
  929. hrStorageAllocationFailures.3 = 0
  930. hrStorageAllocationFailures.6 = 0
  931. hrStorageAllocationFailures.7 = 0
  932. hrStorageAllocationFailures.8 = 0
  933. hrStorageAllocationFailures.9 = 0
  934. hrStorageAllocationFailures.10 = 0
  935. hrStorageAllocationFailures.11 = 0
  936.  
  937. hrStorage : SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m NETAPP-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 dfEntry]
  938. dfEntry = No Such Object available on this agent at this OID
  939.  
  940. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m UCD-SNMP-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 dskTable]
  941. dskTable = No Such Object available on this agent at this OID
  942.  
  943. SQL[SELECT `storage_descr` FROM `storage` WHERE `device_id` = '30' AND `storage_type` != 'dsk']
  944. SQL[SELECT * FROM `storage` WHERE `device_id` = '30']
  945.  
  946.  
  947. >> Runtime for discovery module 'storage': 0.2410 seconds with 14128 bytes
  948. #### Unload disco module storage ####
  949.  
  950. Modules status: Global+ OS+ Device
  951. #### Load disco module hr-device ####
  952. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m HOST-RESOURCES-MIB:HOST-RESOURCES-TYPES -M /opt/librenms/mibs udp:HOSTNAME:161 hrDeviceEntry]
  953. hrDeviceIndex.196608 = 196608
  954. hrDeviceIndex.196609 = 196609
  955. hrDeviceIndex.196610 = 196610
  956. hrDeviceIndex.196611 = 196611
  957. hrDeviceIndex.196612 = 196612
  958. hrDeviceIndex.196613 = 196613
  959. hrDeviceIndex.196614 = 196614
  960. hrDeviceIndex.196615 = 196615
  961. hrDeviceIndex.196616 = 196616
  962. hrDeviceIndex.196617 = 196617
  963. hrDeviceIndex.196618 = 196618
  964. hrDeviceIndex.196619 = 196619
  965. hrDeviceIndex.196620 = 196620
  966. hrDeviceIndex.196621 = 196621
  967. hrDeviceIndex.196622 = 196622
  968. hrDeviceIndex.196623 = 196623
  969. hrDeviceIndex.196624 = 196624
  970. hrDeviceIndex.196625 = 196625
  971. hrDeviceIndex.196626 = 196626
  972. hrDeviceIndex.196627 = 196627
  973. hrDeviceIndex.196628 = 196628
  974. hrDeviceIndex.196629 = 196629
  975. hrDeviceIndex.196630 = 196630
  976. hrDeviceIndex.196631 = 196631
  977. hrDeviceIndex.262145 = 262145
  978. hrDeviceIndex.262146 = 262146
  979. hrDeviceIndex.262147 = 262147
  980. hrDeviceIndex.262148 = 262148
  981. hrDeviceIndex.262149 = 262149
  982. hrDeviceIndex.262150 = 262150
  983. hrDeviceIndex.262151 = 262151
  984. hrDeviceIndex.262152 = 262152
  985. hrDeviceIndex.786432 = 786432
  986. hrDeviceType.196608 = hrDeviceProcessor
  987. hrDeviceType.196609 = hrDeviceProcessor
  988. hrDeviceType.196610 = hrDeviceProcessor
  989. hrDeviceType.196611 = hrDeviceProcessor
  990. hrDeviceType.196612 = hrDeviceProcessor
  991. hrDeviceType.196613 = hrDeviceProcessor
  992. hrDeviceType.196614 = hrDeviceProcessor
  993. hrDeviceType.196615 = hrDeviceProcessor
  994. hrDeviceType.196616 = hrDeviceProcessor
  995. hrDeviceType.196617 = hrDeviceProcessor
  996. hrDeviceType.196618 = hrDeviceProcessor
  997. hrDeviceType.196619 = hrDeviceProcessor
  998. hrDeviceType.196620 = hrDeviceProcessor
  999. hrDeviceType.196621 = hrDeviceProcessor
  1000. hrDeviceType.196622 = hrDeviceProcessor
  1001. hrDeviceType.196623 = hrDeviceProcessor
  1002. hrDeviceType.196624 = hrDeviceProcessor
  1003. hrDeviceType.196625 = hrDeviceProcessor
  1004. hrDeviceType.196626 = hrDeviceProcessor
  1005. hrDeviceType.196627 = hrDeviceProcessor
  1006. hrDeviceType.196628 = hrDeviceProcessor
  1007. hrDeviceType.196629 = hrDeviceProcessor
  1008. hrDeviceType.196630 = hrDeviceProcessor
  1009. hrDeviceType.196631 = hrDeviceProcessor
  1010. hrDeviceType.262145 = hrDeviceNetwork
  1011. hrDeviceType.262146 = hrDeviceNetwork
  1012. hrDeviceType.262147 = hrDeviceNetwork
  1013. hrDeviceType.262148 = hrDeviceNetwork
  1014. hrDeviceType.262149 = hrDeviceNetwork
  1015. hrDeviceType.262150 = hrDeviceNetwork
  1016. hrDeviceType.262151 = hrDeviceNetwork
  1017. hrDeviceType.262152 = hrDeviceNetwork
  1018. hrDeviceType.786432 = hrDeviceCoprocessor
  1019. hrDeviceDescr.196608 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1020. hrDeviceDescr.196609 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1021. hrDeviceDescr.196610 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1022. hrDeviceDescr.196611 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1023. hrDeviceDescr.196612 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1024. hrDeviceDescr.196613 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1025. hrDeviceDescr.196614 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1026. hrDeviceDescr.196615 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1027. hrDeviceDescr.196616 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1028. hrDeviceDescr.196617 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1029. hrDeviceDescr.196618 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1030. hrDeviceDescr.196619 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1031. hrDeviceDescr.196620 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1032. hrDeviceDescr.196621 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1033. hrDeviceDescr.196622 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1034. hrDeviceDescr.196623 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1035. hrDeviceDescr.196624 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1036. hrDeviceDescr.196625 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1037. hrDeviceDescr.196626 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1038. hrDeviceDescr.196627 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1039. hrDeviceDescr.196628 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1040. hrDeviceDescr.196629 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1041. hrDeviceDescr.196630 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1042. hrDeviceDescr.196631 = Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1043. hrDeviceDescr.262145 = network interface igb0
  1044. hrDeviceDescr.262146 = network interface igb1
  1045. hrDeviceDescr.262147 = network interface igb2
  1046. hrDeviceDescr.262148 = network interface igb3
  1047. hrDeviceDescr.262149 = network interface em0
  1048. hrDeviceDescr.262150 = network interface em1
  1049. hrDeviceDescr.262151 = network interface lo0
  1050. hrDeviceDescr.262152 = network interface lagg0
  1051. hrDeviceDescr.786432 = Guessing that there's a floating point co-processor
  1052. hrDeviceID.196608 = zeroDotZero
  1053. hrDeviceID.196609 = zeroDotZero
  1054. hrDeviceID.196610 = zeroDotZero
  1055. hrDeviceID.196611 = zeroDotZero
  1056. hrDeviceID.196612 = zeroDotZero
  1057. hrDeviceID.196613 = zeroDotZero
  1058. hrDeviceID.196614 = zeroDotZero
  1059. hrDeviceID.196615 = zeroDotZero
  1060. hrDeviceID.196616 = zeroDotZero
  1061. hrDeviceID.196617 = zeroDotZero
  1062. hrDeviceID.196618 = zeroDotZero
  1063. hrDeviceID.196619 = zeroDotZero
  1064. hrDeviceID.196620 = zeroDotZero
  1065. hrDeviceID.196621 = zeroDotZero
  1066. hrDeviceID.196622 = zeroDotZero
  1067. hrDeviceID.196623 = zeroDotZero
  1068. hrDeviceID.196624 = zeroDotZero
  1069. hrDeviceID.196625 = zeroDotZero
  1070. hrDeviceID.196626 = zeroDotZero
  1071. hrDeviceID.196627 = zeroDotZero
  1072. hrDeviceID.196628 = zeroDotZero
  1073. hrDeviceID.196629 = zeroDotZero
  1074. hrDeviceID.196630 = zeroDotZero
  1075. hrDeviceID.196631 = zeroDotZero
  1076. hrDeviceID.262145 = zeroDotZero
  1077. hrDeviceID.262146 = zeroDotZero
  1078. hrDeviceID.262147 = zeroDotZero
  1079. hrDeviceID.262148 = zeroDotZero
  1080. hrDeviceID.262149 = zeroDotZero
  1081. hrDeviceID.262150 = zeroDotZero
  1082. hrDeviceID.262151 = zeroDotZero
  1083. hrDeviceID.262152 = zeroDotZero
  1084. hrDeviceID.786432 = zeroDotZero
  1085. hrDeviceStatus.196608 = running
  1086. hrDeviceStatus.196609 = running
  1087. hrDeviceStatus.196610 = running
  1088. hrDeviceStatus.196611 = running
  1089. hrDeviceStatus.196612 = running
  1090. hrDeviceStatus.196613 = running
  1091. hrDeviceStatus.196614 = running
  1092. hrDeviceStatus.196615 = running
  1093. hrDeviceStatus.196616 = running
  1094. hrDeviceStatus.196617 = running
  1095. hrDeviceStatus.196618 = running
  1096. hrDeviceStatus.196619 = running
  1097. hrDeviceStatus.196620 = running
  1098. hrDeviceStatus.196621 = running
  1099. hrDeviceStatus.196622 = running
  1100. hrDeviceStatus.196623 = running
  1101. hrDeviceStatus.196624 = running
  1102. hrDeviceStatus.196625 = running
  1103. hrDeviceStatus.196626 = running
  1104. hrDeviceStatus.196627 = running
  1105. hrDeviceStatus.196628 = running
  1106. hrDeviceStatus.196629 = running
  1107. hrDeviceStatus.196630 = running
  1108. hrDeviceStatus.196631 = running
  1109. hrDeviceStatus.262145 = running
  1110. hrDeviceStatus.262146 = running
  1111. hrDeviceStatus.262147 = running
  1112. hrDeviceStatus.262148 = running
  1113. hrDeviceStatus.262149 = down
  1114. hrDeviceStatus.262150 = running
  1115. hrDeviceStatus.262151 = running
  1116. hrDeviceStatus.262152 = running
  1117. hrDeviceStatus.786432 = running
  1118. hrDeviceErrors.196608 = 0
  1119. hrDeviceErrors.196609 = 0
  1120. hrDeviceErrors.196610 = 0
  1121. hrDeviceErrors.196611 = 0
  1122. hrDeviceErrors.196612 = 0
  1123. hrDeviceErrors.196613 = 0
  1124. hrDeviceErrors.196614 = 0
  1125. hrDeviceErrors.196615 = 0
  1126. hrDeviceErrors.196616 = 0
  1127. hrDeviceErrors.196617 = 0
  1128. hrDeviceErrors.196618 = 0
  1129. hrDeviceErrors.196619 = 0
  1130. hrDeviceErrors.196620 = 0
  1131. hrDeviceErrors.196621 = 0
  1132. hrDeviceErrors.196622 = 0
  1133. hrDeviceErrors.196623 = 0
  1134. hrDeviceErrors.196624 = 0
  1135. hrDeviceErrors.196625 = 0
  1136. hrDeviceErrors.196626 = 0
  1137. hrDeviceErrors.196627 = 0
  1138. hrDeviceErrors.196628 = 0
  1139. hrDeviceErrors.196629 = 0
  1140. hrDeviceErrors.196630 = 0
  1141. hrDeviceErrors.196631 = 0
  1142. hrDeviceErrors.262145 = 0
  1143. hrDeviceErrors.262146 = 0
  1144. hrDeviceErrors.262147 = 0
  1145. hrDeviceErrors.262148 = 0
  1146. hrDeviceErrors.262149 = 0
  1147. hrDeviceErrors.262150 = 0
  1148. hrDeviceErrors.262151 = 0
  1149. hrDeviceErrors.262152 = 1365
  1150. hrDeviceErrors.786432 = 0
  1151.  
  1152. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m HOST-RESOURCES-MIB:HOST-RESOURCES-TYPES -M /opt/librenms/mibs udp:HOSTNAME:161 hrProcessorEntry]
  1153. hrProcessorFrwID.196608 = zeroDotZero
  1154. hrProcessorFrwID.196609 = zeroDotZero
  1155. hrProcessorFrwID.196610 = zeroDotZero
  1156. hrProcessorFrwID.196611 = zeroDotZero
  1157. hrProcessorFrwID.196612 = zeroDotZero
  1158. hrProcessorFrwID.196613 = zeroDotZero
  1159. hrProcessorFrwID.196614 = zeroDotZero
  1160. hrProcessorFrwID.196615 = zeroDotZero
  1161. hrProcessorFrwID.196616 = zeroDotZero
  1162. hrProcessorFrwID.196617 = zeroDotZero
  1163. hrProcessorFrwID.196618 = zeroDotZero
  1164. hrProcessorFrwID.196619 = zeroDotZero
  1165. hrProcessorFrwID.196620 = zeroDotZero
  1166. hrProcessorFrwID.196621 = zeroDotZero
  1167. hrProcessorFrwID.196622 = zeroDotZero
  1168. hrProcessorFrwID.196623 = zeroDotZero
  1169. hrProcessorFrwID.196624 = zeroDotZero
  1170. hrProcessorFrwID.196625 = zeroDotZero
  1171. hrProcessorFrwID.196626 = zeroDotZero
  1172. hrProcessorFrwID.196627 = zeroDotZero
  1173. hrProcessorFrwID.196628 = zeroDotZero
  1174. hrProcessorFrwID.196629 = zeroDotZero
  1175. hrProcessorFrwID.196630 = zeroDotZero
  1176. hrProcessorFrwID.196631 = zeroDotZero
  1177. hrProcessorLoad.196608 = 21
  1178. hrProcessorLoad.196609 = 33
  1179. hrProcessorLoad.196610 = 28
  1180. hrProcessorLoad.196611 = 26
  1181. hrProcessorLoad.196612 = 8
  1182. hrProcessorLoad.196613 = 16
  1183. hrProcessorLoad.196614 = 24
  1184. hrProcessorLoad.196615 = 10
  1185. hrProcessorLoad.196616 = 14
  1186. hrProcessorLoad.196617 = 6
  1187. hrProcessorLoad.196618 = 8
  1188. hrProcessorLoad.196619 = 3
  1189. hrProcessorLoad.196620 = 8
  1190. hrProcessorLoad.196621 = 7
  1191. hrProcessorLoad.196622 = 5
  1192. hrProcessorLoad.196623 = 5
  1193. hrProcessorLoad.196624 = 5
  1194. hrProcessorLoad.196625 = 5
  1195. hrProcessorLoad.196626 = 5
  1196. hrProcessorLoad.196627 = 5
  1197. hrProcessorLoad.196628 = 5
  1198. hrProcessorLoad.196629 = 4
  1199. hrProcessorLoad.196630 = 4
  1200. hrProcessorLoad.196631 = 5
  1201.  
  1202. Array
  1203. (
  1204. [196608] => Array
  1205. (
  1206. [hrDeviceIndex] => 196608
  1207. [hrDeviceType] => hrDeviceProcessor
  1208. [hrDeviceDescr] => Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1209. [hrDeviceID] => zeroDotZero
  1210. [hrDeviceStatus] => running
  1211. [hrDeviceErrors] => 0
  1212. [hrProcessorFrwID] => zeroDotZero
  1213. [hrProcessorLoad] => 21
  1214. )
  1215.  
  1216. [196609] => Array
  1217. (
  1218. [hrDeviceIndex] => 196609
  1219. [hrDeviceType] => hrDeviceProcessor
  1220. [hrDeviceDescr] => Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1221. [hrDeviceID] => zeroDotZero
  1222. [hrDeviceStatus] => running
  1223. [hrDeviceErrors] => 0
  1224. [hrProcessorFrwID] => zeroDotZero
  1225. [hrProcessorLoad] => 33
  1226. )
  1227.  
  1228. [196610] => Array
  1229. (
  1230. [hrDeviceIndex] => 196610
  1231. [hrDeviceType] => hrDeviceProcessor
  1232. [hrDeviceDescr] => Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1233. [hrDeviceID] => zeroDotZero
  1234. [hrDeviceStatus] => running
  1235. [hrDeviceErrors] => 0
  1236. [hrProcessorFrwID] => zeroDotZero
  1237. [hrProcessorLoad] => 28
  1238. )
  1239.  
  1240. [196611] => Array
  1241. (
  1242. [hrDeviceIndex] => 196611
  1243. [hrDeviceType] => hrDeviceProcessor
  1244. [hrDeviceDescr] => Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1245. [hrDeviceID] => zeroDotZero
  1246. [hrDeviceStatus] => running
  1247. [hrDeviceErrors] => 0
  1248. [hrProcessorFrwID] => zeroDotZero
  1249. [hrProcessorLoad] => 26
  1250. )
  1251.  
  1252. [196612] => Array
  1253. (
  1254. [hrDeviceIndex] => 196612
  1255. [hrDeviceType] => hrDeviceProcessor
  1256. [hrDeviceDescr] => Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1257. [hrDeviceID] => zeroDotZero
  1258. [hrDeviceStatus] => running
  1259. [hrDeviceErrors] => 0
  1260. [hrProcessorFrwID] => zeroDotZero
  1261. [hrProcessorLoad] => 8
  1262. )
  1263.  
  1264. [196613] => Array
  1265. (
  1266. [hrDeviceIndex] => 196613
  1267. [hrDeviceType] => hrDeviceProcessor
  1268. [hrDeviceDescr] => Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1269. [hrDeviceID] => zeroDotZero
  1270. [hrDeviceStatus] => running
  1271. [hrDeviceErrors] => 0
  1272. [hrProcessorFrwID] => zeroDotZero
  1273. [hrProcessorLoad] => 16
  1274. )
  1275.  
  1276. [196614] => Array
  1277. (
  1278. [hrDeviceIndex] => 196614
  1279. [hrDeviceType] => hrDeviceProcessor
  1280. [hrDeviceDescr] => Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1281. [hrDeviceID] => zeroDotZero
  1282. [hrDeviceStatus] => running
  1283. [hrDeviceErrors] => 0
  1284. [hrProcessorFrwID] => zeroDotZero
  1285. [hrProcessorLoad] => 24
  1286. )
  1287.  
  1288. [196615] => Array
  1289. (
  1290. [hrDeviceIndex] => 196615
  1291. [hrDeviceType] => hrDeviceProcessor
  1292. [hrDeviceDescr] => Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1293. [hrDeviceID] => zeroDotZero
  1294. [hrDeviceStatus] => running
  1295. [hrDeviceErrors] => 0
  1296. [hrProcessorFrwID] => zeroDotZero
  1297. [hrProcessorLoad] => 10
  1298. )
  1299.  
  1300. [196616] => Array
  1301. (
  1302. [hrDeviceIndex] => 196616
  1303. [hrDeviceType] => hrDeviceProcessor
  1304. [hrDeviceDescr] => Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1305. [hrDeviceID] => zeroDotZero
  1306. [hrDeviceStatus] => running
  1307. [hrDeviceErrors] => 0
  1308. [hrProcessorFrwID] => zeroDotZero
  1309. [hrProcessorLoad] => 14
  1310. )
  1311.  
  1312. [196617] => Array
  1313. (
  1314. [hrDeviceIndex] => 196617
  1315. [hrDeviceType] => hrDeviceProcessor
  1316. [hrDeviceDescr] => Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1317. [hrDeviceID] => zeroDotZero
  1318. [hrDeviceStatus] => running
  1319. [hrDeviceErrors] => 0
  1320. [hrProcessorFrwID] => zeroDotZero
  1321. [hrProcessorLoad] => 6
  1322. )
  1323.  
  1324. [196618] => Array
  1325. (
  1326. [hrDeviceIndex] => 196618
  1327. [hrDeviceType] => hrDeviceProcessor
  1328. [hrDeviceDescr] => Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1329. [hrDeviceID] => zeroDotZero
  1330. [hrDeviceStatus] => running
  1331. [hrDeviceErrors] => 0
  1332. [hrProcessorFrwID] => zeroDotZero
  1333. [hrProcessorLoad] => 8
  1334. )
  1335.  
  1336. [196619] => Array
  1337. (
  1338. [hrDeviceIndex] => 196619
  1339. [hrDeviceType] => hrDeviceProcessor
  1340. [hrDeviceDescr] => Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1341. [hrDeviceID] => zeroDotZero
  1342. [hrDeviceStatus] => running
  1343. [hrDeviceErrors] => 0
  1344. [hrProcessorFrwID] => zeroDotZero
  1345. [hrProcessorLoad] => 3
  1346. )
  1347.  
  1348. [196620] => Array
  1349. (
  1350. [hrDeviceIndex] => 196620
  1351. [hrDeviceType] => hrDeviceProcessor
  1352. [hrDeviceDescr] => Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1353. [hrDeviceID] => zeroDotZero
  1354. [hrDeviceStatus] => running
  1355. [hrDeviceErrors] => 0
  1356. [hrProcessorFrwID] => zeroDotZero
  1357. [hrProcessorLoad] => 8
  1358. )
  1359.  
  1360. [196621] => Array
  1361. (
  1362. [hrDeviceIndex] => 196621
  1363. [hrDeviceType] => hrDeviceProcessor
  1364. [hrDeviceDescr] => Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1365. [hrDeviceID] => zeroDotZero
  1366. [hrDeviceStatus] => running
  1367. [hrDeviceErrors] => 0
  1368. [hrProcessorFrwID] => zeroDotZero
  1369. [hrProcessorLoad] => 7
  1370. )
  1371.  
  1372. [196622] => Array
  1373. (
  1374. [hrDeviceIndex] => 196622
  1375. [hrDeviceType] => hrDeviceProcessor
  1376. [hrDeviceDescr] => Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1377. [hrDeviceID] => zeroDotZero
  1378. [hrDeviceStatus] => running
  1379. [hrDeviceErrors] => 0
  1380. [hrProcessorFrwID] => zeroDotZero
  1381. [hrProcessorLoad] => 5
  1382. )
  1383.  
  1384. [196623] => Array
  1385. (
  1386. [hrDeviceIndex] => 196623
  1387. [hrDeviceType] => hrDeviceProcessor
  1388. [hrDeviceDescr] => Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1389. [hrDeviceID] => zeroDotZero
  1390. [hrDeviceStatus] => running
  1391. [hrDeviceErrors] => 0
  1392. [hrProcessorFrwID] => zeroDotZero
  1393. [hrProcessorLoad] => 5
  1394. )
  1395.  
  1396. [196624] => Array
  1397. (
  1398. [hrDeviceIndex] => 196624
  1399. [hrDeviceType] => hrDeviceProcessor
  1400. [hrDeviceDescr] => Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1401. [hrDeviceID] => zeroDotZero
  1402. [hrDeviceStatus] => running
  1403. [hrDeviceErrors] => 0
  1404. [hrProcessorFrwID] => zeroDotZero
  1405. [hrProcessorLoad] => 5
  1406. )
  1407.  
  1408. [196625] => Array
  1409. (
  1410. [hrDeviceIndex] => 196625
  1411. [hrDeviceType] => hrDeviceProcessor
  1412. [hrDeviceDescr] => Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1413. [hrDeviceID] => zeroDotZero
  1414. [hrDeviceStatus] => running
  1415. [hrDeviceErrors] => 0
  1416. [hrProcessorFrwID] => zeroDotZero
  1417. [hrProcessorLoad] => 5
  1418. )
  1419.  
  1420. [196626] => Array
  1421. (
  1422. [hrDeviceIndex] => 196626
  1423. [hrDeviceType] => hrDeviceProcessor
  1424. [hrDeviceDescr] => Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1425. [hrDeviceID] => zeroDotZero
  1426. [hrDeviceStatus] => running
  1427. [hrDeviceErrors] => 0
  1428. [hrProcessorFrwID] => zeroDotZero
  1429. [hrProcessorLoad] => 5
  1430. )
  1431.  
  1432. [196627] => Array
  1433. (
  1434. [hrDeviceIndex] => 196627
  1435. [hrDeviceType] => hrDeviceProcessor
  1436. [hrDeviceDescr] => Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1437. [hrDeviceID] => zeroDotZero
  1438. [hrDeviceStatus] => running
  1439. [hrDeviceErrors] => 0
  1440. [hrProcessorFrwID] => zeroDotZero
  1441. [hrProcessorLoad] => 5
  1442. )
  1443.  
  1444. [196628] => Array
  1445. (
  1446. [hrDeviceIndex] => 196628
  1447. [hrDeviceType] => hrDeviceProcessor
  1448. [hrDeviceDescr] => Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1449. [hrDeviceID] => zeroDotZero
  1450. [hrDeviceStatus] => running
  1451. [hrDeviceErrors] => 0
  1452. [hrProcessorFrwID] => zeroDotZero
  1453. [hrProcessorLoad] => 5
  1454. )
  1455.  
  1456. [196629] => Array
  1457. (
  1458. [hrDeviceIndex] => 196629
  1459. [hrDeviceType] => hrDeviceProcessor
  1460. [hrDeviceDescr] => Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1461. [hrDeviceID] => zeroDotZero
  1462. [hrDeviceStatus] => running
  1463. [hrDeviceErrors] => 0
  1464. [hrProcessorFrwID] => zeroDotZero
  1465. [hrProcessorLoad] => 4
  1466. )
  1467.  
  1468. [196630] => Array
  1469. (
  1470. [hrDeviceIndex] => 196630
  1471. [hrDeviceType] => hrDeviceProcessor
  1472. [hrDeviceDescr] => Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1473. [hrDeviceID] => zeroDotZero
  1474. [hrDeviceStatus] => running
  1475. [hrDeviceErrors] => 0
  1476. [hrProcessorFrwID] => zeroDotZero
  1477. [hrProcessorLoad] => 4
  1478. )
  1479.  
  1480. [196631] => Array
  1481. (
  1482. [hrDeviceIndex] => 196631
  1483. [hrDeviceType] => hrDeviceProcessor
  1484. [hrDeviceDescr] => Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
  1485. [hrDeviceID] => zeroDotZero
  1486. [hrDeviceStatus] => running
  1487. [hrDeviceErrors] => 0
  1488. [hrProcessorFrwID] => zeroDotZero
  1489. [hrProcessorLoad] => 5
  1490. )
  1491.  
  1492. [262145] => Array
  1493. (
  1494. [hrDeviceIndex] => 262145
  1495. [hrDeviceType] => hrDeviceNetwork
  1496. [hrDeviceDescr] => network interface igb0
  1497. [hrDeviceID] => zeroDotZero
  1498. [hrDeviceStatus] => running
  1499. [hrDeviceErrors] => 0
  1500. )
  1501.  
  1502. [262146] => Array
  1503. (
  1504. [hrDeviceIndex] => 262146
  1505. [hrDeviceType] => hrDeviceNetwork
  1506. [hrDeviceDescr] => network interface igb1
  1507. [hrDeviceID] => zeroDotZero
  1508. [hrDeviceStatus] => running
  1509. [hrDeviceErrors] => 0
  1510. )
  1511.  
  1512. [262147] => Array
  1513. (
  1514. [hrDeviceIndex] => 262147
  1515. [hrDeviceType] => hrDeviceNetwork
  1516. [hrDeviceDescr] => network interface igb2
  1517. [hrDeviceID] => zeroDotZero
  1518. [hrDeviceStatus] => running
  1519. [hrDeviceErrors] => 0
  1520. )
  1521.  
  1522. [262148] => Array
  1523. (
  1524. [hrDeviceIndex] => 262148
  1525. [hrDeviceType] => hrDeviceNetwork
  1526. [hrDeviceDescr] => network interface igb3
  1527. [hrDeviceID] => zeroDotZero
  1528. [hrDeviceStatus] => running
  1529. [hrDeviceErrors] => 0
  1530. )
  1531.  
  1532. [262149] => Array
  1533. (
  1534. [hrDeviceIndex] => 262149
  1535. [hrDeviceType] => hrDeviceNetwork
  1536. [hrDeviceDescr] => network interface em0
  1537. [hrDeviceID] => zeroDotZero
  1538. [hrDeviceStatus] => down
  1539. [hrDeviceErrors] => 0
  1540. )
  1541.  
  1542. [262150] => Array
  1543. (
  1544. [hrDeviceIndex] => 262150
  1545. [hrDeviceType] => hrDeviceNetwork
  1546. [hrDeviceDescr] => network interface em1
  1547. [hrDeviceID] => zeroDotZero
  1548. [hrDeviceStatus] => running
  1549. [hrDeviceErrors] => 0
  1550. )
  1551.  
  1552. [262151] => Array
  1553. (
  1554. [hrDeviceIndex] => 262151
  1555. [hrDeviceType] => hrDeviceNetwork
  1556. [hrDeviceDescr] => network interface lo0
  1557. [hrDeviceID] => zeroDotZero
  1558. [hrDeviceStatus] => running
  1559. [hrDeviceErrors] => 0
  1560. )
  1561.  
  1562. [262152] => Array
  1563. (
  1564. [hrDeviceIndex] => 262152
  1565. [hrDeviceType] => hrDeviceNetwork
  1566. [hrDeviceDescr] => network interface lagg0
  1567. [hrDeviceID] => zeroDotZero
  1568. [hrDeviceStatus] => running
  1569. [hrDeviceErrors] => 1365
  1570. )
  1571.  
  1572. [786432] => Array
  1573. (
  1574. [hrDeviceIndex] => 786432
  1575. [hrDeviceType] => hrDeviceCoprocessor
  1576. [hrDeviceDescr] => Guessing that there's a floating point co-processor
  1577. [hrDeviceID] => zeroDotZero
  1578. [hrDeviceStatus] => running
  1579. [hrDeviceErrors] => 0
  1580. )
  1581.  
  1582. )
  1583. SQL[SELECT COUNT(*) FROM `hrDevice` WHERE device_id = '30' AND hrDeviceIndex = '196608']
  1584. SQL[UPDATE `hrDevice` set `hrDeviceType` ='hrDeviceProcessor',`hrDeviceDescr` ='Intel(R) Xeon(R) CPU X5690 @ 3.47GHz',`hrDeviceStatus` ='running',`hrDeviceErrors` ='0',`hrProcessorLoad` ='21' WHERE device_id='30' AND hrDeviceIndex='196608']
  1585. .SQL[SELECT COUNT(*) FROM `hrDevice` WHERE device_id = '30' AND hrDeviceIndex = '196609']
  1586. SQL[UPDATE `hrDevice` set `hrDeviceType` ='hrDeviceProcessor',`hrDeviceDescr` ='Intel(R) Xeon(R) CPU X5690 @ 3.47GHz',`hrDeviceStatus` ='running',`hrDeviceErrors` ='0',`hrProcessorLoad` ='33' WHERE device_id='30' AND hrDeviceIndex='196609']
  1587. .SQL[SELECT COUNT(*) FROM `hrDevice` WHERE device_id = '30' AND hrDeviceIndex = '196610']
  1588. SQL[UPDATE `hrDevice` set `hrDeviceType` ='hrDeviceProcessor',`hrDeviceDescr` ='Intel(R) Xeon(R) CPU X5690 @ 3.47GHz',`hrDeviceStatus` ='running',`hrDeviceErrors` ='0',`hrProcessorLoad` ='28' WHERE device_id='30' AND hrDeviceIndex='196610']
  1589. .SQL[SELECT COUNT(*) FROM `hrDevice` WHERE device_id = '30' AND hrDeviceIndex = '196611']
  1590. SQL[UPDATE `hrDevice` set `hrDeviceType` ='hrDeviceProcessor',`hrDeviceDescr` ='Intel(R) Xeon(R) CPU X5690 @ 3.47GHz',`hrDeviceStatus` ='running',`hrDeviceErrors` ='0',`hrProcessorLoad` ='26' WHERE device_id='30' AND hrDeviceIndex='196611']
  1591. .SQL[SELECT COUNT(*) FROM `hrDevice` WHERE device_id = '30' AND hrDeviceIndex = '196612']
  1592. SQL[UPDATE `hrDevice` set `hrDeviceType` ='hrDeviceProcessor',`hrDeviceDescr` ='Intel(R) Xeon(R) CPU X5690 @ 3.47GHz',`hrDeviceStatus` ='running',`hrDeviceErrors` ='0',`hrProcessorLoad` ='8' WHERE device_id='30' AND hrDeviceIndex='196612']
  1593. .SQL[SELECT COUNT(*) FROM `hrDevice` WHERE device_id = '30' AND hrDeviceIndex = '196613']
  1594. SQL[UPDATE `hrDevice` set `hrDeviceType` ='hrDeviceProcessor',`hrDeviceDescr` ='Intel(R) Xeon(R) CPU X5690 @ 3.47GHz',`hrDeviceStatus` ='running',`hrDeviceErrors` ='0',`hrProcessorLoad` ='16' WHERE device_id='30' AND hrDeviceIndex='196613']
  1595. .SQL[SELECT COUNT(*) FROM `hrDevice` WHERE device_id = '30' AND hrDeviceIndex = '196614']
  1596. SQL[UPDATE `hrDevice` set `hrDeviceType` ='hrDeviceProcessor',`hrDeviceDescr` ='Intel(R) Xeon(R) CPU X5690 @ 3.47GHz',`hrDeviceStatus` ='running',`hrDeviceErrors` ='0',`hrProcessorLoad` ='24' WHERE device_id='30' AND hrDeviceIndex='196614']
  1597. .SQL[SELECT COUNT(*) FROM `hrDevice` WHERE device_id = '30' AND hrDeviceIndex = '196615']
  1598. SQL[UPDATE `hrDevice` set `hrDeviceType` ='hrDeviceProcessor',`hrDeviceDescr` ='Intel(R) Xeon(R) CPU X5690 @ 3.47GHz',`hrDeviceStatus` ='running',`hrDeviceErrors` ='0',`hrProcessorLoad` ='10' WHERE device_id='30' AND hrDeviceIndex='196615']
  1599. .SQL[SELECT COUNT(*) FROM `hrDevice` WHERE device_id = '30' AND hrDeviceIndex = '196616']
  1600. SQL[UPDATE `hrDevice` set `hrDeviceType` ='hrDeviceProcessor',`hrDeviceDescr` ='Intel(R) Xeon(R) CPU X5690 @ 3.47GHz',`hrDeviceStatus` ='running',`hrDeviceErrors` ='0',`hrProcessorLoad` ='14' WHERE device_id='30' AND hrDeviceIndex='196616']
  1601. .SQL[SELECT COUNT(*) FROM `hrDevice` WHERE device_id = '30' AND hrDeviceIndex = '196617']
  1602. SQL[UPDATE `hrDevice` set `hrDeviceType` ='hrDeviceProcessor',`hrDeviceDescr` ='Intel(R) Xeon(R) CPU X5690 @ 3.47GHz',`hrDeviceStatus` ='running',`hrDeviceErrors` ='0',`hrProcessorLoad` ='6' WHERE device_id='30' AND hrDeviceIndex='196617']
  1603. .SQL[SELECT COUNT(*) FROM `hrDevice` WHERE device_id = '30' AND hrDeviceIndex = '196618']
  1604. SQL[UPDATE `hrDevice` set `hrDeviceType` ='hrDeviceProcessor',`hrDeviceDescr` ='Intel(R) Xeon(R) CPU X5690 @ 3.47GHz',`hrDeviceStatus` ='running',`hrDeviceErrors` ='0',`hrProcessorLoad` ='8' WHERE device_id='30' AND hrDeviceIndex='196618']
  1605. .SQL[SELECT COUNT(*) FROM `hrDevice` WHERE device_id = '30' AND hrDeviceIndex = '196619']
  1606. SQL[UPDATE `hrDevice` set `hrDeviceType` ='hrDeviceProcessor',`hrDeviceDescr` ='Intel(R) Xeon(R) CPU X5690 @ 3.47GHz',`hrDeviceStatus` ='running',`hrDeviceErrors` ='0',`hrProcessorLoad` ='3' WHERE device_id='30' AND hrDeviceIndex='196619']
  1607. .SQL[SELECT COUNT(*) FROM `hrDevice` WHERE device_id = '30' AND hrDeviceIndex = '196620']
  1608. SQL[UPDATE `hrDevice` set `hrDeviceType` ='hrDeviceProcessor',`hrDeviceDescr` ='Intel(R) Xeon(R) CPU X5690 @ 3.47GHz',`hrDeviceStatus` ='running',`hrDeviceErrors` ='0',`hrProcessorLoad` ='8' WHERE device_id='30' AND hrDeviceIndex='196620']
  1609. .SQL[SELECT COUNT(*) FROM `hrDevice` WHERE device_id = '30' AND hrDeviceIndex = '196621']
  1610. SQL[UPDATE `hrDevice` set `hrDeviceType` ='hrDeviceProcessor',`hrDeviceDescr` ='Intel(R) Xeon(R) CPU X5690 @ 3.47GHz',`hrDeviceStatus` ='running',`hrDeviceErrors` ='0',`hrProcessorLoad` ='7' WHERE device_id='30' AND hrDeviceIndex='196621']
  1611. .SQL[SELECT COUNT(*) FROM `hrDevice` WHERE device_id = '30' AND hrDeviceIndex = '196622']
  1612. SQL[UPDATE `hrDevice` set `hrDeviceType` ='hrDeviceProcessor',`hrDeviceDescr` ='Intel(R) Xeon(R) CPU X5690 @ 3.47GHz',`hrDeviceStatus` ='running',`hrDeviceErrors` ='0',`hrProcessorLoad` ='5' WHERE device_id='30' AND hrDeviceIndex='196622']
  1613. .SQL[SELECT COUNT(*) FROM `hrDevice` WHERE device_id = '30' AND hrDeviceIndex = '196623']
  1614. SQL[UPDATE `hrDevice` set `hrDeviceType` ='hrDeviceProcessor',`hrDeviceDescr` ='Intel(R) Xeon(R) CPU X5690 @ 3.47GHz',`hrDeviceStatus` ='running',`hrDeviceErrors` ='0',`hrProcessorLoad` ='5' WHERE device_id='30' AND hrDeviceIndex='196623']
  1615. .SQL[SELECT COUNT(*) FROM `hrDevice` WHERE device_id = '30' AND hrDeviceIndex = '196624']
  1616. SQL[UPDATE `hrDevice` set `hrDeviceType` ='hrDeviceProcessor',`hrDeviceDescr` ='Intel(R) Xeon(R) CPU X5690 @ 3.47GHz',`hrDeviceStatus` ='running',`hrDeviceErrors` ='0',`hrProcessorLoad` ='5' WHERE device_id='30' AND hrDeviceIndex='196624']
  1617. .SQL[SELECT COUNT(*) FROM `hrDevice` WHERE device_id = '30' AND hrDeviceIndex = '196625']
  1618. SQL[UPDATE `hrDevice` set `hrDeviceType` ='hrDeviceProcessor',`hrDeviceDescr` ='Intel(R) Xeon(R) CPU X5690 @ 3.47GHz',`hrDeviceStatus` ='running',`hrDeviceErrors` ='0',`hrProcessorLoad` ='5' WHERE device_id='30' AND hrDeviceIndex='196625']
  1619. .SQL[SELECT COUNT(*) FROM `hrDevice` WHERE device_id = '30' AND hrDeviceIndex = '196626']
  1620. SQL[UPDATE `hrDevice` set `hrDeviceType` ='hrDeviceProcessor',`hrDeviceDescr` ='Intel(R) Xeon(R) CPU X5690 @ 3.47GHz',`hrDeviceStatus` ='running',`hrDeviceErrors` ='0',`hrProcessorLoad` ='5' WHERE device_id='30' AND hrDeviceIndex='196626']
  1621. .SQL[SELECT COUNT(*) FROM `hrDevice` WHERE device_id = '30' AND hrDeviceIndex = '196627']
  1622. SQL[UPDATE `hrDevice` set `hrDeviceType` ='hrDeviceProcessor',`hrDeviceDescr` ='Intel(R) Xeon(R) CPU X5690 @ 3.47GHz',`hrDeviceStatus` ='running',`hrDeviceErrors` ='0',`hrProcessorLoad` ='5' WHERE device_id='30' AND hrDeviceIndex='196627']
  1623. .SQL[SELECT COUNT(*) FROM `hrDevice` WHERE device_id = '30' AND hrDeviceIndex = '196628']
  1624. SQL[UPDATE `hrDevice` set `hrDeviceType` ='hrDeviceProcessor',`hrDeviceDescr` ='Intel(R) Xeon(R) CPU X5690 @ 3.47GHz',`hrDeviceStatus` ='running',`hrDeviceErrors` ='0',`hrProcessorLoad` ='5' WHERE device_id='30' AND hrDeviceIndex='196628']
  1625. .SQL[SELECT COUNT(*) FROM `hrDevice` WHERE device_id = '30' AND hrDeviceIndex = '196629']
  1626. SQL[UPDATE `hrDevice` set `hrDeviceType` ='hrDeviceProcessor',`hrDeviceDescr` ='Intel(R) Xeon(R) CPU X5690 @ 3.47GHz',`hrDeviceStatus` ='running',`hrDeviceErrors` ='0',`hrProcessorLoad` ='4' WHERE device_id='30' AND hrDeviceIndex='196629']
  1627. .SQL[SELECT COUNT(*) FROM `hrDevice` WHERE device_id = '30' AND hrDeviceIndex = '196630']
  1628. SQL[UPDATE `hrDevice` set `hrDeviceType` ='hrDeviceProcessor',`hrDeviceDescr` ='Intel(R) Xeon(R) CPU X5690 @ 3.47GHz',`hrDeviceStatus` ='running',`hrDeviceErrors` ='0',`hrProcessorLoad` ='4' WHERE device_id='30' AND hrDeviceIndex='196630']
  1629. .SQL[SELECT COUNT(*) FROM `hrDevice` WHERE device_id = '30' AND hrDeviceIndex = '196631']
  1630. SQL[UPDATE `hrDevice` set `hrDeviceType` ='hrDeviceProcessor',`hrDeviceDescr` ='Intel(R) Xeon(R) CPU X5690 @ 3.47GHz',`hrDeviceStatus` ='running',`hrDeviceErrors` ='0',`hrProcessorLoad` ='5' WHERE device_id='30' AND hrDeviceIndex='196631']
  1631. .SQL[SELECT COUNT(*) FROM `hrDevice` WHERE device_id = '30' AND hrDeviceIndex = '262145']
  1632. SQL[UPDATE `hrDevice` set `hrDeviceType` ='hrDeviceNetwork',`hrDeviceDescr` ='network interface igb0',`hrDeviceStatus` ='running',`hrDeviceErrors` ='0' WHERE device_id='30' AND hrDeviceIndex='262145']
  1633. .SQL[SELECT COUNT(*) FROM `hrDevice` WHERE device_id = '30' AND hrDeviceIndex = '262146']
  1634. SQL[UPDATE `hrDevice` set `hrDeviceType` ='hrDeviceNetwork',`hrDeviceDescr` ='network interface igb1',`hrDeviceStatus` ='running',`hrDeviceErrors` ='0' WHERE device_id='30' AND hrDeviceIndex='262146']
  1635. .SQL[SELECT COUNT(*) FROM `hrDevice` WHERE device_id = '30' AND hrDeviceIndex = '262147']
  1636. SQL[UPDATE `hrDevice` set `hrDeviceType` ='hrDeviceNetwork',`hrDeviceDescr` ='network interface igb2',`hrDeviceStatus` ='running',`hrDeviceErrors` ='0' WHERE device_id='30' AND hrDeviceIndex='262147']
  1637. .SQL[SELECT COUNT(*) FROM `hrDevice` WHERE device_id = '30' AND hrDeviceIndex = '262148']
  1638. SQL[UPDATE `hrDevice` set `hrDeviceType` ='hrDeviceNetwork',`hrDeviceDescr` ='network interface igb3',`hrDeviceStatus` ='running',`hrDeviceErrors` ='0' WHERE device_id='30' AND hrDeviceIndex='262148']
  1639. .SQL[SELECT COUNT(*) FROM `hrDevice` WHERE device_id = '30' AND hrDeviceIndex = '262149']
  1640. SQL[UPDATE `hrDevice` set `hrDeviceType` ='hrDeviceNetwork',`hrDeviceDescr` ='network interface em0',`hrDeviceStatus` ='down',`hrDeviceErrors` ='0' WHERE device_id='30' AND hrDeviceIndex='262149']
  1641. .SQL[SELECT COUNT(*) FROM `hrDevice` WHERE device_id = '30' AND hrDeviceIndex = '262150']
  1642. SQL[UPDATE `hrDevice` set `hrDeviceType` ='hrDeviceNetwork',`hrDeviceDescr` ='network interface em1',`hrDeviceStatus` ='running',`hrDeviceErrors` ='0' WHERE device_id='30' AND hrDeviceIndex='262150']
  1643. .SQL[SELECT COUNT(*) FROM `hrDevice` WHERE device_id = '30' AND hrDeviceIndex = '262151']
  1644. SQL[UPDATE `hrDevice` set `hrDeviceType` ='hrDeviceNetwork',`hrDeviceDescr` ='network interface lo0',`hrDeviceStatus` ='running',`hrDeviceErrors` ='0' WHERE device_id='30' AND hrDeviceIndex='262151']
  1645. .SQL[SELECT COUNT(*) FROM `hrDevice` WHERE device_id = '30' AND hrDeviceIndex = '262152']
  1646. SQL[UPDATE `hrDevice` set `hrDeviceType` ='hrDeviceNetwork',`hrDeviceDescr` ='network interface lagg0',`hrDeviceStatus` ='running',`hrDeviceErrors` ='1365' WHERE device_id='30' AND hrDeviceIndex='262152']
  1647. .SQL[SELECT COUNT(*) FROM `hrDevice` WHERE device_id = '30' AND hrDeviceIndex = '786432']
  1648. SQL[UPDATE `hrDevice` set `hrDeviceType` ='hrDeviceCoprocessor',`hrDeviceDescr` ='Guessing that there\\\'s a floating point co-processor',`hrDeviceStatus` ='running',`hrDeviceErrors` ='0' WHERE device_id='30' AND hrDeviceIndex='786432']
  1649. .SQL[SELECT * FROM `hrDevice` WHERE `device_id` = '30']
  1650.  
  1651.  
  1652. >> Runtime for discovery module 'hr-device': 0.1230 seconds with 37904 bytes
  1653. #### Unload disco module hr-device ####
  1654.  
  1655. Modules status: Global+ OS+ Device
  1656. #### Load disco module discovery-protocols ####
  1657. CISCO-CDP-MIB: SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUsetX -m CISCO-CDP-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 cdpCache]
  1658. cdpCache = No Such Object available on this agent at this OID
  1659.  
  1660.  
  1661. LLDP-MIB: SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUsetX -m LLDP-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 lldpRemTable]
  1662. lldpRemTable = No Such Object available on this agent at this OID
  1663.  
  1664.  
  1665. OSPF Discovery: SQL[SELECT DISTINCT(`ospfNbrIpAddr`),`device_id` FROM `ospf_nbrs` WHERE `device_id`='30']
  1666.  
  1667. SQL[SELECT * FROM `links` AS L, `ports` AS I WHERE L.local_port_id = I.port_id AND I.device_id = '30']
  1668. SQL[DELETE `l` FROM `links` `l` LEFT JOIN `devices` `d` ON `d`.`device_id` = `l`.`local_device_id` WHERE `d`.`device_id` IS NULL]
  1669. orphaned links deleted
  1670.  
  1671. >> Runtime for discovery module 'discovery-protocols': 0.1000 seconds with 3400 bytes
  1672. #### Unload disco module discovery-protocols ####
  1673.  
  1674. Modules status: Global+ OS+ Device
  1675. #### Load disco module arp-table ####
  1676. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUsetX -m IP-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 ipNetToPhysicalPhysAddress]
  1677. ipNetToPhysicalPhysAddress[6][ipv4]["*"] = 2c:44:fd:88:29:93
  1678. ipNetToPhysicalPhysAddress[6][ipv4]["*"] = 0:1f:29:54:44:5b
  1679. ipNetToPhysicalPhysAddress[8][ipv4]["*"] = 0:1:e8:8b:2c:ce
  1680. ipNetToPhysicalPhysAddress[8][ipv4]["*"] = 0:25:90:1e:7d:d2
  1681. ipNetToPhysicalPhysAddress[8][ipv4]["*"] = 0:25:90:19:53:1e
  1682.  
  1683. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUsetX -m IP-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 ipNetToMediaPhysAddress]
  1684. ipNetToMediaPhysAddress[6][*] = 2c:44:fd:88:29:93
  1685. ipNetToMediaPhysAddress[6][*] = 0:1f:29:54:44:5b
  1686. ipNetToMediaPhysAddress[8][*] = 0:1:e8:8b:2c:ce
  1687. ipNetToMediaPhysAddress[8][*] = 0:25:90:1e:7d:d2
  1688. ipNetToMediaPhysAddress[8][*] = 0:25:90:19:53:1e
  1689.  
  1690. SQL[SELECT * from `ipv4_mac` WHERE `device_id`='30' AND `context_name`='']
  1691. SQL[SELECT * FROM `ports` WHERE `device_id` = '30' AND `ifIndex` = '6']
  1692. em1:
  1693. 2c:44:fd:88:29:93 => 10.0.0.11
  1694. 0:1f:29:54:44:5b => 10.0.0.102
  1695.  
  1696. SQL[SELECT * FROM `ports` WHERE `device_id` = '30' AND `ifIndex` = '8']
  1697. lagg0:
  1698. 0:1:e8:8b:2c:ce => 5.254.101.193
  1699. 0:25:90:1e:7d:d2 => 5.254.101.198
  1700. 0:25:90:19:53:1e => 5.254.101.202
  1701.  
  1702. SQL[DELETE `ipv4_mac` FROM `ipv4_mac`
  1703. LEFT JOIN `ports` ON `ipv4_mac`.`port_id` = `ports`.`port_id`
  1704. LEFT JOIN `devices` ON `ipv4_mac`.`device_id` = `devices`.`device_id`
  1705. WHERE `ports`.`port_id` IS NULL OR `devices`.`device_id` IS NULL]
  1706.  
  1707.  
  1708. >> Runtime for discovery module 'arp-table': 0.1010 seconds with 31352 bytes
  1709. #### Unload disco module arp-table ####
  1710.  
  1711. Modules status: Global- OS- Device Module [ discovery-arp ] disabled on os.
  1712.  
  1713. Modules status: Global- OS- Device Module [ junose-atm-vp ] disabled on os.
  1714.  
  1715. Modules status: Global+ OS+ Device
  1716. #### Load disco module bgp-peers ####
  1717. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -Oqvn -M /opt/librenms/mibs udp:HOSTNAME:161 .1.3.6.1.2.1.15.2]
  1718. No Such Object available on this agent at this OID
  1719.  
  1720. No BGP on hostPeers :
  1721. SQL[SELECT * FROM bgpPeers WHERE device_id = '30' AND (context_name = '' OR context_name IS NULL)]
  1722.  
  1723.  
  1724. >> Runtime for discovery module 'bgp-peers': 0.0700 seconds with 2648 bytes
  1725. #### Unload disco module bgp-peers ####
  1726.  
  1727. Modules status: Global+ OS+ Device
  1728. #### Load disco module vlans ####
  1729. SQL[SELECT * FROM `vlans` WHERE `device_id` = '30']
  1730. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m BRIDGE-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 dot1dBasePortIfIndex]
  1731. dot1dBasePortIfIndex = No Such Object available on this agent at this OID
  1732.  
  1733. IEEE8021-Q-BRIDGE-MIB VLANs: SNMP[/usr/bin/snmpget -v2c -c COMMUNITY -Oqv -m IEEE8021-Q-BRIDGE-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 dot1qVlanVersionNumber.0]
  1734. No Such Object available on this agent at this OID
  1735.  
  1736.  
  1737.  
  1738. >> Runtime for discovery module 'vlans': 0.1020 seconds with 4608 bytes
  1739. #### Unload disco module vlans ####
  1740.  
  1741. Modules status: Global- OS- Device Module [ vmware-vminfo ] disabled on os.
  1742.  
  1743. Modules status: Global- OS- Device Module [ libvirt-vminfo ] disabled on os.
  1744.  
  1745. Modules status: Global- OS- Device Module [ toner ] disabled on os.
  1746.  
  1747. Modules status: Global+ OS+ Device
  1748. #### Load disco module ucd-diskio ####
  1749. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m UCD-DISKIO-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 diskIOEntry]
  1750. diskIOIndex.1 = 1
  1751. diskIOIndex.2 = 2
  1752. diskIOIndex.3 = 3
  1753. diskIOIndex.4 = 4
  1754. diskIOIndex.5 = 5
  1755. diskIOIndex.6 = 6
  1756. diskIOIndex.7 = 7
  1757. diskIOIndex.8 = 8
  1758. diskIOIndex.9 = 9
  1759. diskIOIndex.10 = 10
  1760. diskIOIndex.11 = 11
  1761. diskIOIndex.12 = 12
  1762. diskIOIndex.13 = 13
  1763. diskIOIndex.14 = 14
  1764. diskIOIndex.15 = 15
  1765. diskIOIndex.16 = 16
  1766. diskIOIndex.17 = 17
  1767. diskIOIndex.18 = 18
  1768. diskIOIndex.19 = 19
  1769. diskIOIndex.20 = 20
  1770. diskIOIndex.21 = 21
  1771. diskIOIndex.22 = 22
  1772. diskIOIndex.23 = 23
  1773. diskIOIndex.24 = 24
  1774. diskIOIndex.25 = 25
  1775. diskIOIndex.26 = 26
  1776. diskIOIndex.27 = 27
  1777. diskIODevice.1 = da0
  1778. diskIODevice.2 = da1
  1779. diskIODevice.3 = da2
  1780. diskIODevice.4 = da3
  1781. diskIODevice.5 = da4
  1782. diskIODevice.6 = da5
  1783. diskIODevice.7 = da6
  1784. diskIODevice.8 = da7
  1785. diskIODevice.9 = da8
  1786. diskIODevice.10 = da9
  1787. diskIODevice.11 = da10
  1788. diskIODevice.12 = da11
  1789. diskIODevice.13 = ada0
  1790. diskIODevice.14 = pass0
  1791. diskIODevice.15 = pass1
  1792. diskIODevice.16 = pass2
  1793. diskIODevice.17 = pass3
  1794. diskIODevice.18 = pass4
  1795. diskIODevice.19 = pass5
  1796. diskIODevice.20 = pass6
  1797. diskIODevice.21 = pass7
  1798. diskIODevice.22 = pass8
  1799. diskIODevice.23 = pass9
  1800. diskIODevice.24 = pass10
  1801. diskIODevice.25 = pass11
  1802. diskIODevice.26 = pass12
  1803. diskIODevice.27 = pass13
  1804. diskIONRead.1 = 2160008704
  1805. diskIONRead.2 = 2675686912
  1806. diskIONRead.3 = 4203650560
  1807. diskIONRead.4 = 3208719872
  1808. diskIONRead.5 = 2647322112
  1809. diskIONRead.6 = 1358622208
  1810. diskIONRead.7 = 1849994752
  1811. diskIONRead.8 = 2023333376
  1812. diskIONRead.9 = 3413478912
  1813. diskIONRead.10 = 3293482496
  1814. diskIONRead.11 = 353152512
  1815. diskIONRead.12 = 2205724160
  1816. diskIONRead.13 = 3511028224
  1817. diskIONRead.14 = 4132
  1818. diskIONRead.15 = 4132
  1819. diskIONRead.16 = 4132
  1820. diskIONRead.17 = 4132
  1821. diskIONRead.18 = 4132
  1822. diskIONRead.19 = 4132
  1823. diskIONRead.20 = 4132
  1824. diskIONRead.21 = 4132
  1825. diskIONRead.22 = 4132
  1826. diskIONRead.23 = 4132
  1827. diskIONRead.24 = 4132
  1828. diskIONRead.25 = 4132
  1829. diskIONRead.26 = 0
  1830. diskIONRead.27 = 0
  1831. diskIONWritten.1 = 1936420864
  1832. diskIONWritten.2 = 1936420864
  1833. diskIONWritten.3 = 1429078016
  1834. diskIONWritten.4 = 1429078016
  1835. diskIONWritten.5 = 1463746560
  1836. diskIONWritten.6 = 1463746560
  1837. diskIONWritten.7 = 1635131392
  1838. diskIONWritten.8 = 1635131392
  1839. diskIONWritten.9 = 1434664960
  1840. diskIONWritten.10 = 1434664960
  1841. diskIONWritten.11 = 2135752704
  1842. diskIONWritten.12 = 2135752704
  1843. diskIONWritten.13 = 958382080
  1844. diskIONWritten.14 = 0
  1845. diskIONWritten.15 = 0
  1846. diskIONWritten.16 = 0
  1847. diskIONWritten.17 = 0
  1848. diskIONWritten.18 = 0
  1849. diskIONWritten.19 = 0
  1850. diskIONWritten.20 = 0
  1851. diskIONWritten.21 = 0
  1852. diskIONWritten.22 = 0
  1853. diskIONWritten.23 = 0
  1854. diskIONWritten.24 = 0
  1855. diskIONWritten.25 = 0
  1856. diskIONWritten.26 = 0
  1857. diskIONWritten.27 = 0
  1858. diskIOReads.1 = 19736142
  1859. diskIOReads.2 = 20467171
  1860. diskIOReads.3 = 19883665
  1861. diskIOReads.4 = 19838854
  1862. diskIOReads.5 = 19981982
  1863. diskIOReads.6 = 20004760
  1864. diskIOReads.7 = 20048444
  1865. diskIOReads.8 = 20064095
  1866. diskIOReads.9 = 20142439
  1867. diskIOReads.10 = 20177734
  1868. diskIOReads.11 = 19833314
  1869. diskIOReads.12 = 19877525
  1870. diskIOReads.13 = 335068
  1871. diskIOReads.14 = 9
  1872. diskIOReads.15 = 9
  1873. diskIOReads.16 = 9
  1874. diskIOReads.17 = 9
  1875. diskIOReads.18 = 9
  1876. diskIOReads.19 = 9
  1877. diskIOReads.20 = 9
  1878. diskIOReads.21 = 9
  1879. diskIOReads.22 = 9
  1880. diskIOReads.23 = 9
  1881. diskIOReads.24 = 9
  1882. diskIOReads.25 = 9
  1883. diskIOReads.26 = 0
  1884. diskIOReads.27 = 0
  1885. diskIOWrites.1 = 904869
  1886. diskIOWrites.2 = 905769
  1887. diskIOWrites.3 = 902674
  1888. diskIOWrites.4 = 903317
  1889. diskIOWrites.5 = 898565
  1890. diskIOWrites.6 = 899349
  1891. diskIOWrites.7 = 893536
  1892. diskIOWrites.8 = 894193
  1893. diskIOWrites.9 = 889468
  1894. diskIOWrites.10 = 890180
  1895. diskIOWrites.11 = 898471
  1896. diskIOWrites.12 = 899225
  1897. diskIOWrites.13 = 1959254
  1898. diskIOWrites.14 = 0
  1899. diskIOWrites.15 = 0
  1900. diskIOWrites.16 = 0
  1901. diskIOWrites.17 = 0
  1902. diskIOWrites.18 = 0
  1903. diskIOWrites.19 = 0
  1904. diskIOWrites.20 = 0
  1905. diskIOWrites.21 = 0
  1906. diskIOWrites.22 = 0
  1907. diskIOWrites.23 = 0
  1908. diskIOWrites.24 = 0
  1909. diskIOWrites.25 = 0
  1910. diskIOWrites.26 = 0
  1911. diskIOWrites.27 = 0
  1912. diskIOLA1.1 = 45
  1913. diskIOLA1.2 = 44
  1914. diskIOLA1.3 = 44
  1915. diskIOLA1.4 = 44
  1916. diskIOLA1.5 = 43
  1917. diskIOLA1.6 = 43
  1918. diskIOLA1.7 = 45
  1919. diskIOLA1.8 = 46
  1920. diskIOLA1.9 = 45
  1921. diskIOLA1.10 = 45
  1922. diskIOLA1.11 = 46
  1923. diskIOLA1.12 = 46
  1924. diskIOLA1.13 = 0
  1925. diskIOLA1.14 = 0
  1926. diskIOLA1.15 = 0
  1927. diskIOLA1.16 = 0
  1928. diskIOLA1.17 = 0
  1929. diskIOLA1.18 = 0
  1930. diskIOLA1.19 = 0
  1931. diskIOLA1.20 = 0
  1932. diskIOLA1.21 = 0
  1933. diskIOLA1.22 = 0
  1934. diskIOLA1.23 = 0
  1935. diskIOLA1.24 = 0
  1936. diskIOLA1.25 = 0
  1937. diskIOLA1.26 = 0
  1938. diskIOLA1.27 = 0
  1939. diskIOLA5.1 = 45
  1940. diskIOLA5.2 = 44
  1941. diskIOLA5.3 = 44
  1942. diskIOLA5.4 = 44
  1943. diskIOLA5.5 = 43
  1944. diskIOLA5.6 = 43
  1945. diskIOLA5.7 = 44
  1946. diskIOLA5.8 = 44
  1947. diskIOLA5.9 = 44
  1948. diskIOLA5.10 = 44
  1949. diskIOLA5.11 = 45
  1950. diskIOLA5.12 = 45
  1951. diskIOLA5.13 = 0
  1952. diskIOLA5.14 = 0
  1953. diskIOLA5.15 = 0
  1954. diskIOLA5.16 = 0
  1955. diskIOLA5.17 = 0
  1956. diskIOLA5.18 = 0
  1957. diskIOLA5.19 = 0
  1958. diskIOLA5.20 = 0
  1959. diskIOLA5.21 = 0
  1960. diskIOLA5.22 = 0
  1961. diskIOLA5.23 = 0
  1962. diskIOLA5.24 = 0
  1963. diskIOLA5.25 = 0
  1964. diskIOLA5.26 = 0
  1965. diskIOLA5.27 = 0
  1966. diskIOLA15.1 = 44
  1967. diskIOLA15.2 = 43
  1968. diskIOLA15.3 = 43
  1969. diskIOLA15.4 = 43
  1970. diskIOLA15.5 = 42
  1971. diskIOLA15.6 = 42
  1972. diskIOLA15.7 = 43
  1973. diskIOLA15.8 = 43
  1974. diskIOLA15.9 = 43
  1975. diskIOLA15.10 = 43
  1976. diskIOLA15.11 = 44
  1977. diskIOLA15.12 = 44
  1978. diskIOLA15.13 = 0
  1979. diskIOLA15.14 = 0
  1980. diskIOLA15.15 = 0
  1981. diskIOLA15.16 = 0
  1982. diskIOLA15.17 = 0
  1983. diskIOLA15.18 = 0
  1984. diskIOLA15.19 = 0
  1985. diskIOLA15.20 = 0
  1986. diskIOLA15.21 = 0
  1987. diskIOLA15.22 = 0
  1988. diskIOLA15.23 = 0
  1989. diskIOLA15.24 = 0
  1990. diskIOLA15.25 = 0
  1991. diskIOLA15.26 = 0
  1992. diskIOLA15.27 = 0
  1993. diskIONReadX.1 = 2160008704
  1994. diskIONReadX.2 = 2675686912
  1995. diskIONReadX.3 = 4203650560
  1996. diskIONReadX.4 = 3208719872
  1997. diskIONReadX.5 = 2647322112
  1998. diskIONReadX.6 = 1358622208
  1999. diskIONReadX.7 = 1849994752
  2000. diskIONReadX.8 = 2023333376
  2001. diskIONReadX.9 = 3413478912
  2002. diskIONReadX.10 = 3293482496
  2003. diskIONReadX.11 = 353152512
  2004. diskIONReadX.12 = 2205724160
  2005. diskIONReadX.13 = 3511028224
  2006. diskIONReadX.14 = 4132
  2007. diskIONReadX.15 = 4132
  2008. diskIONReadX.16 = 4132
  2009. diskIONReadX.17 = 4132
  2010. diskIONReadX.18 = 4132
  2011. diskIONReadX.19 = 4132
  2012. diskIONReadX.20 = 4132
  2013. diskIONReadX.21 = 4132
  2014. diskIONReadX.22 = 4132
  2015. diskIONReadX.23 = 4132
  2016. diskIONReadX.24 = 4132
  2017. diskIONReadX.25 = 4132
  2018. diskIONReadX.26 = 0
  2019. diskIONReadX.27 = 0
  2020. diskIONWrittenX.1 = 1936420864
  2021. diskIONWrittenX.2 = 1936420864
  2022. diskIONWrittenX.3 = 1429078016
  2023. diskIONWrittenX.4 = 1429078016
  2024. diskIONWrittenX.5 = 1463746560
  2025. diskIONWrittenX.6 = 1463746560
  2026. diskIONWrittenX.7 = 1635131392
  2027. diskIONWrittenX.8 = 1635131392
  2028. diskIONWrittenX.9 = 1434664960
  2029. diskIONWrittenX.10 = 1434664960
  2030. diskIONWrittenX.11 = 2135752704
  2031. diskIONWrittenX.12 = 2135752704
  2032. diskIONWrittenX.13 = 958382080
  2033. diskIONWrittenX.14 = 0
  2034. diskIONWrittenX.15 = 0
  2035. diskIONWrittenX.16 = 0
  2036. diskIONWrittenX.17 = 0
  2037. diskIONWrittenX.18 = 0
  2038. diskIONWrittenX.19 = 0
  2039. diskIONWrittenX.20 = 0
  2040. diskIONWrittenX.21 = 0
  2041. diskIONWrittenX.22 = 0
  2042. diskIONWrittenX.23 = 0
  2043. diskIONWrittenX.24 = 0
  2044. diskIONWrittenX.25 = 0
  2045. diskIONWrittenX.26 = 0
  2046. diskIONWrittenX.27 = 0
  2047.  
  2048. 1 da0
  2049. SQL[SELECT COUNT(*) FROM `ucd_diskio` WHERE `device_id` = '30' AND `diskio_index` = '1' and `diskio_descr` = 'da0']
  2050. .2 da1
  2051. SQL[SELECT COUNT(*) FROM `ucd_diskio` WHERE `device_id` = '30' AND `diskio_index` = '2' and `diskio_descr` = 'da1']
  2052. .3 da2
  2053. SQL[SELECT COUNT(*) FROM `ucd_diskio` WHERE `device_id` = '30' AND `diskio_index` = '3' and `diskio_descr` = 'da2']
  2054. .4 da3
  2055. SQL[SELECT COUNT(*) FROM `ucd_diskio` WHERE `device_id` = '30' AND `diskio_index` = '4' and `diskio_descr` = 'da3']
  2056. .5 da4
  2057. SQL[SELECT COUNT(*) FROM `ucd_diskio` WHERE `device_id` = '30' AND `diskio_index` = '5' and `diskio_descr` = 'da4']
  2058. .6 da5
  2059. SQL[SELECT COUNT(*) FROM `ucd_diskio` WHERE `device_id` = '30' AND `diskio_index` = '6' and `diskio_descr` = 'da5']
  2060. .7 da6
  2061. SQL[SELECT COUNT(*) FROM `ucd_diskio` WHERE `device_id` = '30' AND `diskio_index` = '7' and `diskio_descr` = 'da6']
  2062. .8 da7
  2063. SQL[SELECT COUNT(*) FROM `ucd_diskio` WHERE `device_id` = '30' AND `diskio_index` = '8' and `diskio_descr` = 'da7']
  2064. .9 da8
  2065. SQL[SELECT COUNT(*) FROM `ucd_diskio` WHERE `device_id` = '30' AND `diskio_index` = '9' and `diskio_descr` = 'da8']
  2066. .10 da9
  2067. SQL[SELECT COUNT(*) FROM `ucd_diskio` WHERE `device_id` = '30' AND `diskio_index` = '10' and `diskio_descr` = 'da9']
  2068. .11 da10
  2069. SQL[SELECT COUNT(*) FROM `ucd_diskio` WHERE `device_id` = '30' AND `diskio_index` = '11' and `diskio_descr` = 'da10']
  2070. .12 da11
  2071. SQL[SELECT COUNT(*) FROM `ucd_diskio` WHERE `device_id` = '30' AND `diskio_index` = '12' and `diskio_descr` = 'da11']
  2072. .13 ada0
  2073. SQL[SELECT COUNT(*) FROM `ucd_diskio` WHERE `device_id` = '30' AND `diskio_index` = '13' and `diskio_descr` = 'ada0']
  2074. .14 pass0
  2075. SQL[SELECT COUNT(*) FROM `ucd_diskio` WHERE `device_id` = '30' AND `diskio_index` = '14' and `diskio_descr` = 'pass0']
  2076. .15 pass1
  2077. SQL[SELECT COUNT(*) FROM `ucd_diskio` WHERE `device_id` = '30' AND `diskio_index` = '15' and `diskio_descr` = 'pass1']
  2078. .16 pass2
  2079. SQL[SELECT COUNT(*) FROM `ucd_diskio` WHERE `device_id` = '30' AND `diskio_index` = '16' and `diskio_descr` = 'pass2']
  2080. .17 pass3
  2081. SQL[SELECT COUNT(*) FROM `ucd_diskio` WHERE `device_id` = '30' AND `diskio_index` = '17' and `diskio_descr` = 'pass3']
  2082. .18 pass4
  2083. SQL[SELECT COUNT(*) FROM `ucd_diskio` WHERE `device_id` = '30' AND `diskio_index` = '18' and `diskio_descr` = 'pass4']
  2084. .19 pass5
  2085. SQL[SELECT COUNT(*) FROM `ucd_diskio` WHERE `device_id` = '30' AND `diskio_index` = '19' and `diskio_descr` = 'pass5']
  2086. .20 pass6
  2087. SQL[SELECT COUNT(*) FROM `ucd_diskio` WHERE `device_id` = '30' AND `diskio_index` = '20' and `diskio_descr` = 'pass6']
  2088. .21 pass7
  2089. SQL[SELECT COUNT(*) FROM `ucd_diskio` WHERE `device_id` = '30' AND `diskio_index` = '21' and `diskio_descr` = 'pass7']
  2090. .22 pass8
  2091. SQL[SELECT COUNT(*) FROM `ucd_diskio` WHERE `device_id` = '30' AND `diskio_index` = '22' and `diskio_descr` = 'pass8']
  2092. .23 pass9
  2093. SQL[SELECT COUNT(*) FROM `ucd_diskio` WHERE `device_id` = '30' AND `diskio_index` = '23' and `diskio_descr` = 'pass9']
  2094. .24 pass10
  2095. SQL[SELECT COUNT(*) FROM `ucd_diskio` WHERE `device_id` = '30' AND `diskio_index` = '24' and `diskio_descr` = 'pass10']
  2096. .25 pass11
  2097. SQL[SELECT COUNT(*) FROM `ucd_diskio` WHERE `device_id` = '30' AND `diskio_index` = '25' and `diskio_descr` = 'pass11']
  2098. .Array
  2099. (
  2100. [1] => da0
  2101. [2] => da1
  2102. [3] => da2
  2103. [4] => da3
  2104. [5] => da4
  2105. [6] => da5
  2106. [7] => da6
  2107. [8] => da7
  2108. [9] => da8
  2109. [10] => da9
  2110. [11] => da10
  2111. [12] => da11
  2112. [13] => ada0
  2113. [14] => pass0
  2114. [15] => pass1
  2115. [16] => pass2
  2116. [17] => pass3
  2117. [18] => pass4
  2118. [19] => pass5
  2119. [20] => pass6
  2120. [21] => pass7
  2121. [22] => pass8
  2122. [23] => pass9
  2123. [24] => pass10
  2124. [25] => pass11
  2125. )
  2126. SQL[SELECT * FROM `ucd_diskio` where `device_id` = '30']
  2127. 1 -> da0
  2128. 2 -> da1
  2129. 3 -> da2
  2130. 4 -> da3
  2131. 5 -> da4
  2132. 6 -> da5
  2133. 7 -> da6
  2134. 8 -> da7
  2135. 9 -> da8
  2136. 10 -> da9
  2137. 11 -> da10
  2138. 12 -> da11
  2139. 13 -> ada0
  2140. 14 -> pass0
  2141. 15 -> pass1
  2142. 16 -> pass2
  2143. 17 -> pass3
  2144. 18 -> pass4
  2145. 19 -> pass5
  2146. 20 -> pass6
  2147. 21 -> pass7
  2148. 22 -> pass8
  2149. 23 -> pass9
  2150. 24 -> pass10
  2151. 25 -> pass11
  2152.  
  2153.  
  2154. >> Runtime for discovery module 'ucd-diskio': 0.0540 seconds with 43208 bytes
  2155. #### Unload disco module ucd-diskio ####
  2156.  
  2157. Modules status: Global- OS+ Device
  2158. #### Load disco module applications ####
  2159.  
  2160. Applications: SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUs -m NET-SNMP-EXTEND-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 nsExtendStatus]
  2161. nsExtendStatus = No Such Object available on this agent at this OID
  2162.  
  2163.  
  2164. Available:
  2165. Checking for:
  2166. SQL[SELECT `app_type`,`discovered` FROM `applications` WHERE `device_id`='30' ORDER BY `app_type`]
  2167.  
  2168.  
  2169. >> Runtime for discovery module 'applications': 0.0390 seconds with 2408 bytes
  2170. #### Unload disco module applications ####
  2171.  
  2172. Modules status: Global+ OS+ Device
  2173. #### Load disco module services ####
  2174.  
  2175. >> Runtime for discovery module 'services': 0.0000 seconds with 288 bytes
  2176. #### Unload disco module services ####
  2177.  
  2178. Modules status: Global+ OS+ Device
  2179. #### Load disco module stp ####
  2180. SQL[SELECT * FROM `stp` WHERE `device_id` = '30']
  2181. SNMP[/usr/bin/snmpget -v2c -c COMMUNITY -Oqv -m RSTP-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 dot1dStpProtocolSpecification.0]
  2182. No Such Object available on this agent at this OID
  2183.  
  2184.  
  2185.  
  2186. >> Runtime for discovery module 'stp': 0.0530 seconds with 3520 bytes
  2187. #### Unload disco module stp ####
  2188.  
  2189. Modules status: Global+ OS+ Device
  2190. #### Load disco module ntp ####
  2191.  
  2192. >> Runtime for discovery module 'ntp': 9.8940 seconds with 144 bytes
  2193. #### Unload disco module ntp ####
  2194.  
  2195. Modules status: Global- OS- Device Module [ loadbalancers ] disabled on os.
  2196.  
  2197. Modules status: Global- OS- Device Module [ mef ] disabled on os.
  2198.  
  2199. Modules status: Global+ OS+ Device
  2200. #### Load disco module wireless ####
  2201. Attempting to initialize OS: freebsd
  2202. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='30' AND `sensor_class`='ap-count']
  2203. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='30' AND `sensor_class`='clients']
  2204. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='30' AND `sensor_class`='quality']
  2205. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='30' AND `sensor_class`='capacity']
  2206. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='30' AND `sensor_class`='utilization']
  2207. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='30' AND `sensor_class`='rate']
  2208. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='30' AND `sensor_class`='ccq']
  2209. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='30' AND `sensor_class`='snr']
  2210. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='30' AND `sensor_class`='mse']
  2211. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='30' AND `sensor_class`='rssi']
  2212. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='30' AND `sensor_class`='power']
  2213. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='30' AND `sensor_class`='noise-floor']
  2214. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='30' AND `sensor_class`='error-ratio']
  2215. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='30' AND `sensor_class`='error-rate']
  2216. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='30' AND `sensor_class`='frequency']
  2217. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`='30' AND `sensor_class`='distance']
  2218.  
  2219. >> Runtime for discovery module 'wireless': 0.0060 seconds with 132456 bytes
  2220. #### Unload disco module wireless ####
  2221.  
  2222. Modules status: Global+ OS+ Device
  2223. #### Load disco module fdb-table ####
  2224. SQL[SELECT `vlan_id`, `vlan_vlan` from `vlans` WHERE `device_id` = '30']
  2225. SQL[SELECT * FROM `ports_fdb` WHERE `device_id` = '30']
  2226. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUsetX -m Q-BRIDGE-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 dot1qTpFdbPort]
  2227. dot1qTpFdbPort = No Such Object available on this agent at this OID
  2228.  
  2229. SNMP[/usr/bin/snmpbulkwalk -v2c -c COMMUNITY -OQUsetX -m BRIDGE-MIB -M /opt/librenms/mibs udp:HOSTNAME:161 dot1dTpFdbPort]
  2230. dot1dTpFdbPort = No Such Object available on this agent at this OID
  2231.  
  2232.  
  2233.  
  2234. >> Runtime for discovery module 'fdb-table': 0.0990 seconds with 1656 bytes
  2235. #### Unload disco module fdb-table ####
  2236.  
  2237. SQL[SELECT attrib_value FROM devices_attribs WHERE `device_id` = '30' AND `attrib_type` = 'poll_mib' ]
  2238. SQL[UPDATE `devices` set `last_discovered` =NOW(),`last_discovered_timetaken` ='3.294' WHERE `device_id` = '30']
  2239. Discovered in 3.294 seconds
  2240.  
  2241. SQL[INSERT INTO `perf_times` (`type`,`doing`,`start`,`duration`,`devices`,`poller`) VALUES ('discover','cw013.tunefiles.com','1509456684.684','3.344','1','LibreNMS')]
  2242. ./discovery.php cw013.tunefiles.com 2017-10-31 18:31:28 - 1 devices discovered in 3.344 secs
  2243. SNMP: Get[12/0.57s] Walk [31/1.62s]
  2244. MySQL: Cell[106/0.02s] Row[7/0.00s] Rows[60/0.02s] Column[1/0.00s] Update[68/0.02s] Insert[2/0.00s] Delete[0/0.00s]
Add Comment
Please, Sign In to add comment