From SK, 3 Months ago, written in Plain Text.
Embed
  1. Override poller modules: unix-agent, core, os, availability, ipmi, sensors, processors, mempools, storage, netstats, hr-mib, ucd-mib, ipSystemStats, ports, xdsl, customoid, bgp-peers, junose-atm-vp, printer-supplies, ucd-diskio, vminfo, wifi, wireless, ospf, isis, cisco-ipsec-flow-monitor, cisco-remote-access-monitor, cisco-cef, slas, cisco-mac-accounting, cipsec-tunnels, cisco-ace-loadbalancer, cisco-ace-serverfarms, cisco-asa-firewall, cisco-voice, cisco-cbqos, cisco-otv, cisco-qfp, cisco-vpdn, nac, netscaler-vsvr, aruba-controller, entity-physical, entity-state, applications, stp, ntp, loadbalancers, mef, mpls  
  2.  
  3. SQL[select `migration` from `migrations` order by `id` desc limit 1 [] 0.48ms]
  4.  
  5.  
  6. SQL[select count(*) as aggregate from `migrations` [] 0.24ms]
  7.  
  8.  
  9. SQL[select version() [] 0.29ms]
  10.  
  11.  
  12. ===========================================
  13. Component | Version
  14. --------- | -------
  15. LibreNMS  | 23.11.0-64-g2ed5afc82 (2023-12-31T20:19:32+08:00)
  16. DB Schema | 2023_12_08_184652_mpls_addrtype_fix (276)
  17. PHP       | 8.2.14
  18. Python    | 3.9.18
  19. Database  | MariaDB 10.5.16-MariaDB
  20. RRDTool   | 1.7.2
  21. SNMP      | 5.9.1
  22. ===========================================
  23.  
  24.  
  25. Updating os_def.cache  
  26.  
  27. Starting polling run:
  28.  
  29.  
  30. SQL[select `device_id` from `devices` where `hostname` = ? ["10.100.0.46"] 0.54ms]
  31.  
  32.  
  33. SQL[select * from `devices` where `device_id` = ? limit 1 [261] 0.37ms]
  34.  
  35.  
  36. Hostname:  10.100.0.46  (Collinson)
  37. ID:        261
  38. OS:        CyberPower
  39. IP:        10.100.0.46
  40.  
  41.  
  42. Attempting to initialize OS: CyberPower  
  43.  
  44. Attempting to initialize Group OS: Collinson  
  45.  
  46. OS initialized as Generic (CyberPower)  
  47.  
  48. SQL[select * from `devices_attribs` where `devices_attribs`.`device_id` = ? and `devices_attribs`.`device_id` is not null [261] 0.49ms]
  49.  
  50.  
  51. [FPING] '/usr/sbin/fping' '-4' '-e' '-q' '-c' '3' '-p' '500' '-t' '500' '-O' '0' '10.100.0.46'
  52.  
  53.  
  54. response: xmt/rcv/%loss = 3/3/0%, min/avg/max = 0.455/0.937/1.65  
  55.  
  56. SNMP['/usr/bin/snmpget' '-M' '/opt/librenms/mibs' '-m' 'SNMPv2-TC:SNMPv2-MIB:IF-MIB:IP-MIB:TCP-MIB:UDP-MIB:NET-SNMP-VACM-MIB' '-v1' '-c' 'COMMUNITY' '-OQXUte' 'udp:HOSTNAME:161' 'SNMPv2-MIB::sysObjectID.0']  
  57.  
  58. SNMPv2-MIB::sysObjectID.0 = SNMPv2-SMI::enterprises.38*
  59.  
  60.  
  61.  
  62.  
  63. SQL[insert into `device_perf` (`min`, `max`, `avg`, `xmt`, `rcv`, `loss`, `debug`, `device_id`, `timestamp`) values (?, ?, ?, ?, ?, ?, ?, ?, ?) [0.455,1.65,0.937,3,3,0,"{\"poller_name\":\"nms\"}",261,"2024-01-02 17:54:53"] 0.48ms]
  64.  
  65.  
  66. SQL[update `devices` set `last_ping` = ?, `last_ping_timetaken` = ? where `device_id` = ? ["2024-01-02 17:54:53",0.937,261] 0.35ms]
  67.  
  68.  
  69. SQL[select `device_groups`.*, `device_group_device`.`device_id` as `pivot_device_id`, `device_group_device`.`device_group_id` as `pivot_device_group_id` from `device_groups` inner join `device_group_device` on `device_groups`.`id` = `device_group_device`.`device_group_id` where `device_group_device`.`device_id` = ? [261] 0.45ms]
  70.  
  71.  
  72. SQL[select * from `locations` where `locations`.`id` = ? limit 1 [32] 0.3ms]
  73.  
  74.  
  75. SQL[select exists(select * from `alert_schedule` where (`start` &lt;= ? and `end` >= ? and (`recurring` = ? or (`recurring` = ? and ((time(`start`) < time xss=removed> ?) or (time(`start`) > time(`end`) and (time(`start`) &lt;= ? or time(`end`) > ?))) and (`recurring_day` like ? or `recurring_day` is null)))) and (exists (select * from `devices` inner join `alert_schedulables` on `devices`.`device_id` = `alert_schedulables`.`alert_schedulable_id` where `alert_schedule`.`schedule_id` = `alert_schedulables`.`schedule_id` and `alert_schedulables`.`alert_schedulable_type` = ? and `alert_schedulables`.`alert_schedulable_id` = ?) or exists (select * from `device_groups` inner join `alert_schedulables` on `device_groups`.`id` = `alert_schedulables`.`alert_schedulable_id` where `alert_schedule`.`schedule_id` = `alert_schedulables`.`schedule_id` and `alert_schedulables`.`alert_schedulable_type` = ? and `alert_schedulables`.`alert_schedulable_id` in (30)) or exists (select * from `locations` inner join `alert_schedulables` on `locations`.`id` = `alert_schedulables`.`alert_schedulable_id` where `alert_schedule`.`schedule_id` = `alert_schedulables`.`schedule_id` and `alert_schedulables`.`alert_schedulable_type` = ? and `alert_schedulables`.`alert_schedulable_id` = ?))) as `exists` ["2024-01-02T09:54:53.933086Z","2024-01-02T09:54:53.933086Z",0,1,"09:54:53","09:54:53","09:54:53","09:54:53","%","device",261,"device_group","location",32] 0.83ms]
  76.  
  77.  
  78. SQL[select * from `device_outages` where `device_outages`.`device_id` = ? and `device_outages`.`device_id` is not null and `up_again` is null order by `going_down` desc limit 1 [261] 0.35ms]
  79.  
  80.  
  81. #### Load poller module core ####
  82.  
  83.  
  84. Module enabled: Global + | OS   | Device   | Manual    
  85.  
  86. SNMP['/usr/bin/snmpget' '-M' '/opt/librenms/mibs' '-m' 'SNMPv2-TC:SNMPv2-MIB:IF-MIB:IP-MIB:TCP-MIB:UDP-MIB:NET-SNMP-VACM-MIB' '-v1' '-c' 'COMMUNITY' '-OQXUte' '-On' 'udp:HOSTNAME:161' 'SNMPv2-MIB::sysUpTime.0']  
  87.  
  88. .*.*.0 = 130737900
  89.  
  90.  
  91.  
  92.  
  93. SNMP['/usr/bin/snmpget' '-M' '/opt/librenms/mibs' '-m' 'SNMPv2-TC:SNMPv2-MIB:IF-MIB:IP-MIB:TCP-MIB:UDP-MIB:NET-SNMP-VACM-MIB' '-v1' '-c' 'COMMUNITY' '-OQXUte' 'udp:HOSTNAME:161' 'SNMP-FRAMEWORK-MIB::snmpEngineTime.0' 'HOST-RESOURCES-MIB::hrSystemUptime.0']  
  94.  
  95. Exitcode: 2 ["Error in packet\nReason: (noSuchName) There is no such variable name in this MIB.\nFailed object: SNMP-FRAMEWORK-MIB::snmpEngineTime.0\n\nError in packet\nReason: (noSuchName) There is no such variable name in this MIB.\nFailed object: HOST-RESOURCES-MIB::hrSystemUptime.0\n\n"]
  96.  
  97.  
  98.  
  99. Error in packet
  100. Reason: (noSuchName) There is no such variable name in this MIB.
  101. Failed object: SNMP-FRAMEWORK-MIB::snmpEngineTime.0
  102.  
  103. Error in packet
  104. Reason: (noSuchName) There is no such variable name in this MIB.
  105. Failed object: HOST-RESOURCES-MIB::hrSystemUptime.0
  106.  
  107.  
  108.  
  109. Uptime seconds: 1307379
  110.  
  111.  
  112. Uptime: 2 weeks 1 day 3 hours 9 minutes 39 seconds  
  113.  
  114. SQL[update `devices` set `uptime` = ? where `device_id` = ? [1307379,261] 0.47ms]
  115.  
  116.  
  117.  
  118.  
  119. >> SNMP: [3/0.06s] MySQL: [8/0.04s]  
  120.  
  121. >> Runtime for poller module 'core': 0.0488 seconds with 122392 bytes  
  122.  
  123. #### Unload poller module core ####
  124.  
  125.  
  126. #### Load poller module os ####
  127.  
  128.  
  129. Module enabled: Global + | OS   | Device   | Manual    
  130.  
  131. Location: SDC Office Level 4
  132.  
  133. Hardware:
  134.  
  135. OS Version:
  136.  
  137. OS Features:
  138. Serial:
  139.  
  140.  
  141.  
  142. >> SNMP: [0/0.00s] MySQL: [0/0.00s]  
  143.  
  144. >> Runtime for poller module 'os': 0.0014 seconds with 28656 bytes  
  145.  
  146. #### Unload poller module os ####
  147.  
  148.  
  149. #### Load poller module availability ####
  150.  
  151.  
  152. Module enabled: Global + | OS   | Device   | Manual    
  153.  
  154. SQL[select * from `device_outages` where `device_outages`.`device_id` = ? and `device_outages`.`device_id` is not null and `up_again` >= ? order by `going_down` asc [261,1704102893] 0.44ms]
  155.  
  156.  
  157. SQL[select * from `availability` where (`device_id` = ? and `duration` = ?) limit 1 [261,86400] 0.23ms]
  158.  
  159.  
  160. SQL[update `availability` set `availability_perc` = ? where `availability_id` = ? [100,1033] 0.18ms]
  161.  
  162.  
  163. 1 day   : 100%  
  164.  
  165. SQL[select * from `device_outages` where `device_outages`.`device_id` = ? and `device_outages`.`device_id` is not null and `up_again` >= ? order by `going_down` asc [261,1703584494] 0.28ms]
  166.  
  167.  
  168. SQL[select * from `availability` where (`device_id` = ? and `duration` = ?) limit 1 [261,604800] 0.21ms]
  169.  
  170.  
  171. SQL[update `availability` set `availability_perc` = ? where `availability_id` = ? [100,1034] 0.17ms]
  172.  
  173.  
  174. 1 week  : 100%  
  175.  
  176. SQL[select * from `device_outages` where `device_outages`.`device_id` = ? and `device_outages`.`device_id` is not null and `up_again` >= ? order by `going_down` asc [261,1701597294] 0.26ms]
  177.  
  178.  
  179. SQL[select * from `availability` where (`device_id` = ? and `duration` = ?) limit 1 [261,2592000] 0.21ms]
  180.  
  181.  
  182. SQL[update `availability` set `availability_perc` = ? where `availability_id` = ? [99.99,1035] 0.16ms]
  183.  
  184.  
  185. 1 month : 99.99%  
  186.  
  187. SQL[select * from `device_outages` where `device_outages`.`device_id` = ? and `device_outages`.`device_id` is not null and `up_again` >= ? order by `going_down` asc [261,1672653294] 0.3ms]
  188.  
  189.  
  190. SQL[select * from `availability` where (`device_id` = ? and `duration` = ?) limit 1 [261,31536000] 0.25ms]
  191.  
  192.  
  193. SQL[update `availability` set `availability_perc` = ? where `availability_id` = ? [99.992,1036] 0.23ms]
  194.  
  195.  
  196. 1 year  : 99.992%  
  197.  
  198. SQL[delete from `availability` where `availability`.`device_id` = ? and `availability`.`device_id` is not null and `availability_id` not in (?, ?, ?, ?) [261,1033,1034,1035,1036] 0.26ms]
  199.  
  200.  
  201.  
  202.  
  203. >> SNMP: [0/0.00s] MySQL: [13/0.03s]  
  204.  
  205. >> Runtime for poller module 'availability': 0.0096 seconds with 65672 bytes  
  206.  
  207. #### Unload poller module availability ####
  208.  
  209.  
  210. #### Load poller module ipmi ####
  211.  
  212.  
  213. Module enabled: Global + | OS   | Device   | Manual    
  214.  
  215. SQL[SELECT * FROM sensors WHERE device_id = ? AND poller_type='ipmi' [261] 0.41ms]
  216.  
  217.  
  218. array (
  219. )  
  220.  
  221.  
  222.  
  223. >> SNMP: [0/0.00s] MySQL: [1/0.00s]  
  224.  
  225. >> Runtime for poller module 'ipmi': 0.0021 seconds with 161304 bytes  
  226.  
  227. #### Unload poller module ipmi ####
  228.  
  229.  
  230. #### Load poller module sensors ####
  231.  
  232.  
  233. Module enabled: Global + | OS   | Device   | Manual    
  234.  
  235. SQL[SELECT `sensor_class` FROM `sensors` WHERE `device_id` = ? GROUP BY `sensor_class` [261] 0.34ms]
  236.  
  237.  
  238.  
  239.  
  240. >> SNMP: [0/0.00s] MySQL: [1/0.00s]  
  241.  
  242. >> Runtime for poller module 'sensors': 0.0008 seconds with 3384 bytes  
  243.  
  244. #### Unload poller module sensors ####
  245.  
  246.  
  247. #### Load poller module processors ####
  248.  
  249.  
  250. Module enabled: Global + | OS   | Device   | Manual    
  251.  
  252. Attempting to initialize OS: CyberPower  
  253.  
  254. Attempting to initialize Group OS: Collinson  
  255.  
  256. OS initialized as Generic (CyberPower)  
  257.  
  258. SQL[SELECT * FROM processors WHERE device_id=? [261] 0.3ms]
  259.  
  260.  
  261.  
  262.  
  263. >> SNMP: [0/0.00s] MySQL: [1/0.00s]  
  264.  
  265. >> Runtime for poller module 'processors': 0.0017 seconds with 61288 bytes  
  266.  
  267. #### Unload poller module processors ####
  268.  
  269.  
  270. #### Load poller module mempools ####
  271.  
  272.  
  273. Module enabled: Global + | OS   | Device   | Manual    
  274.  
  275. SQL[select * from `mempools` where `mempools`.`device_id` = ? and `mempools`.`device_id` is not null [261] 0.33ms]
  276.  
  277.  
  278.  
  279.  
  280. >> SNMP: [0/0.00s] MySQL: [1/0.00s]  
  281.  
  282. >> Runtime for poller module 'mempools': 0.0017 seconds with 80288 bytes  
  283.  
  284. #### Unload poller module mempools ####
  285.  
  286.  
  287. #### Load poller module storage ####
  288.  
  289.  
  290. Module enabled: Global + | OS   | Device   | Manual    
  291.  
  292. SQL[SELECT * FROM storage WHERE device_id = ? [261] 0.27ms]
  293.  
  294.  
  295.  
  296.  
  297. >> SNMP: [0/0.00s] MySQL: [1/0.00s]  
  298.  
  299. >> Runtime for poller module 'storage': 0.0008 seconds with 2720 bytes  
  300.  
  301. #### Unload poller module storage ####
  302.  
  303.  
  304. #### Load poller module netstats ####
  305.  
  306.  
  307. Module enabled: Global + | OS   | Device   | Manual    
  308.  
  309. icmp
  310. SNMP['/usr/bin/snmpget' '-M' '/opt/librenms/mibs' '-m' 'SNMPv2-TC:SNMPv2-MIB:IF-MIB:IP-MIB:TCP-MIB:UDP-MIB:NET-SNMP-VACM-MIB' '-v1' '-c' 'COMMUNITY' '-OQXUte' 'udp:HOSTNAME:161' 'IP-MIB::icmpInMsgs.0' 'IP-MIB::icmpOutMsgs.0' 'IP-MIB::icmpInErrors.0' 'IP-MIB::icmpOutErrors.0' 'IP-MIB::icmpInEchos.0' 'IP-MIB::icmpOutEchos.0' 'IP-MIB::icmpInEchoReps.0' 'IP-MIB::icmpOutEchoReps.0' 'IP-MIB::icmpInDestUnreachs.0' 'IP-MIB::icmpOutDestUnreachs.0']  
  311.  
  312. IP-MIB::icmpInMsgs.0 = 13277
  313. IP-MIB::icmpOutMsgs.0 = 13277
  314. IP-MIB::icmpInErrors.0 = 0
  315. IP-MIB::icmpOutErrors.0 = 0
  316. IP-MIB::icmpInEchos.0 = 0
  317. IP-MIB::icmpOutEchos.0 = 0
  318. IP-MIB::icmpInEchoReps.0 = 0
  319. IP-MIB::icmpOutEchoReps.0 = 13277
  320. IP-MIB::icmpInDestUnreachs.0 = 0
  321. IP-MIB::icmpOutDestUnreachs.0 = 0
  322.  
  323.  
  324.  
  325.  
  326. SNMP['/usr/bin/snmpget' '-M' '/opt/librenms/mibs' '-m' 'SNMPv2-TC:SNMPv2-MIB:IF-MIB:IP-MIB:TCP-MIB:UDP-MIB:NET-SNMP-VACM-MIB' '-v1' '-c' 'COMMUNITY' '-OQXUte' 'udp:HOSTNAME:161' 'IP-MIB::icmpInParmProbs.0' 'IP-MIB::icmpInTimeExcds.0' 'IP-MIB::icmpInSrcQuenchs.0' 'IP-MIB::icmpInRedirects.0' 'IP-MIB::icmpInTimestamps.0' 'IP-MIB::icmpInTimestampReps.0' 'IP-MIB::icmpInAddrMasks.0' 'IP-MIB::icmpInAddrMaskReps.0' 'IP-MIB::icmpOutTimeExcds.0' 'IP-MIB::icmpOutParmProbs.0']  
  327.  
  328. IP-MIB::icmpInParmProbs.0 = 0
  329. IP-MIB::icmpInTimeExcds.0 = 0
  330. IP-MIB::icmpInSrcQuenchs.0 = 0
  331. IP-MIB::icmpInRedirects.0 = 0
  332. IP-MIB::icmpInTimestamps.0 = 0
  333. IP-MIB::icmpInTimestampReps.0 = 0
  334. IP-MIB::icmpInAddrMasks.0 = 0
  335. IP-MIB::icmpInAddrMaskReps.0 = 0
  336. IP-MIB::icmpOutTimeExcds.0 = 0
  337. IP-MIB::icmpOutParmProbs.0 = 0
  338.  
  339.  
  340.  
  341. SNMP['/usr/bin/snmpget' '-M' '/opt/librenms/mibs' '-m' 'SNMPv2-TC:SNMPv2-MIB:IF-MIB:IP-MIB:TCP-MIB:UDP-MIB:NET-SNMP-VACM-MIB' '-v1' '-c' 'COMMUNITY' '-OQXUte' 'udp:HOSTNAME:161' 'IP-MIB::icmpOutSrcQuenchs.0' 'IP-MIB::icmpOutRedirects.0' 'IP-MIB::icmpOutTimestamps.0' 'IP-MIB::icmpOutTimestampReps.0' 'IP-MIB::icmpOutAddrMasks.0' 'IP-MIB::icmpOutAddrMaskReps.0']  
  342.  
  343. IP-MIB::icmpOutSrcQuenchs.0 = 0
  344. IP-MIB::icmpOutRedirects.0 = 0
  345. IP-MIB::icmpOutTimestamps.0 = 0
  346. IP-MIB::icmpOutTimestampReps.0 = 0
  347. IP-MIB::icmpOutAddrMasks.0 = 0
  348. IP-MIB::icmpOutAddrMaskReps.0 = 0
  349.  
  350.  
  351.  
  352.  
  353. ip
  354. SNMP['/usr/bin/snmpget' '-M' '/opt/librenms/mibs' '-m' 'SNMPv2-TC:SNMPv2-MIB:IF-MIB:IP-MIB:TCP-MIB:UDP-MIB:NET-SNMP-VACM-MIB' '-v1' '-c' 'COMMUNITY' '-OQXUte' 'udp:HOSTNAME:161' 'IP-MIB::ipForwDatagrams.0' 'IP-MIB::ipInDelivers.0' 'IP-MIB::ipInReceives.0' 'IP-MIB::ipOutRequests.0' 'IP-MIB::ipInDiscards.0' 'IP-MIB::ipOutDiscards.0' 'IP-MIB::ipOutNoRoutes.0' 'IP-MIB::ipReasmReqds.0' 'IP-MIB::ipReasmOKs.0' 'IP-MIB::ipReasmFails.0']  
  355.  
  356. IP-MIB::ipForwDatagrams.0 = 0
  357. IP-MIB::ipInDelivers.0 = 863066
  358. IP-MIB::ipInReceives.0 = 11032739
  359. IP-MIB::ipOutRequests.0 = 749712
  360. IP-MIB::ipInDiscards.0 = 10169673
  361. IP-MIB::ipOutDiscards.0 = 0
  362. IP-MIB::ipOutNoRoutes.0 = 0
  363. IP-MIB::ipReasmReqds.0 = 0
  364. IP-MIB::ipReasmOKs.0 = 0
  365. IP-MIB::ipReasmFails.0 = 0
  366.  
  367.  
  368.  
  369.  
  370. SNMP['/usr/bin/snmpget' '-M' '/opt/librenms/mibs' '-m' 'SNMPv2-TC:SNMPv2-MIB:IF-MIB:IP-MIB:TCP-MIB:UDP-MIB:NET-SNMP-VACM-MIB' '-v1' '-c' 'COMMUNITY' '-OQXUte' 'udp:HOSTNAME:161' 'IP-MIB::ipFragOKs.0' 'IP-MIB::ipFragFails.0' 'IP-MIB::ipFragCreates.0' 'IP-MIB::ipInUnknownProtos.0' 'IP-MIB::ipInHdrErrors.0' 'IP-MIB::ipInAddrErrors.0']  
  371.  
  372. IP-MIB::ipFragOKs.0 = 0
  373. IP-MIB::ipFragFails.0 = 0
  374. IP-MIB::ipFragCreates.0 = 0
  375. IP-MIB::ipInUnknownProtos.0 = 0
  376. IP-MIB::ipInHdrErrors.0 = 0
  377. IP-MIB::ipInAddrErrors.0 = 10169673
  378.  
  379.  
  380.  
  381.  
  382. ip_forward
  383. SNMP['/usr/bin/snmpget' '-M' '/opt/librenms/mibs' '-m' 'SNMPv2-TC:SNMPv2-MIB:IF-MIB:IP-MIB:TCP-MIB:UDP-MIB:NET-SNMP-VACM-MIB' '-v1' '-c' 'COMMUNITY' '-OQXUte' 'udp:HOSTNAME:161' 'IP-FORWARD-MIB::ipCidrRouteNumber.0']  
  384.  
  385. Exitcode: 2 ["Error in packet\nReason: (noSuchName) There is no such variable name in this MIB.\nFailed object: IP-FORWARD-MIB::ipCidrRouteNumber.0\n\n"]
  386.  
  387.  
  388. Error in packet
  389. Reason: (noSuchName) There is no such variable name in this MIB.
  390. Failed object: IP-FORWARD-MIB::ipCidrRouteNumber.0
  391.  
  392.  
  393.  
  394. snmp
  395. SNMP['/usr/bin/snmpget' '-M' '/opt/librenms/mibs' '-m' 'SNMPv2-TC:SNMPv2-MIB:IF-MIB:IP-MIB:TCP-MIB:UDP-MIB:NET-SNMP-VACM-MIB' '-v1' '-c' 'COMMUNITY' '-OQXUte' 'udp:HOSTNAME:161' 'SNMPv2-MIB::snmpInPkts.0' 'SNMPv2-MIB::snmpOutPkts.0' 'SNMPv2-MIB::snmpInBadVersions.0' 'SNMPv2-MIB::snmpInBadCommunityNames.0' 'SNMPv2-MIB::snmpInBadCommunityUses.0' 'SNMPv2-MIB::snmpInASNParseErrs.0' 'SNMPv2-MIB::snmpInTooBigs.0' 'SNMPv2-MIB::snmpInNoSuchNames.0' 'SNMPv2-MIB::snmpInBadValues.0' 'SNMPv2-MIB::snmpInReadOnlys.0']  
  396.  
  397. SNMPv2-MIB::snmpInPkts.0 = 734717
  398. SNMPv2-MIB::snmpOutPkts.0 = 734714
  399. SNMPv2-MIB::snmpInBadVersions.0 = 0
  400. SNMPv2-MIB::snmpInBadCommunityNames.0 = 0
  401. SNMPv2-MIB::snmpInBadCommunityUses.0 = 0
  402. SNMPv2-MIB::snmpInASNParseErrs.0 = 10
  403. SNMPv2-MIB::snmpInTooBigs.0 = 0
  404. SNMPv2-MIB::snmpInNoSuchNames.0 = 0
  405. SNMPv2-MIB::snmpInBadValues.0 = 0
  406. SNMPv2-MIB::snmpInReadOnlys.0 = 0
  407.  
  408.  
  409.  
  410.  
  411. SNMP['/usr/bin/snmpget' '-M' '/opt/librenms/mibs' '-m' 'SNMPv2-TC:SNMPv2-MIB:IF-MIB:IP-MIB:TCP-MIB:UDP-MIB:NET-SNMP-VACM-MIB' '-v1' '-c' 'COMMUNITY' '-OQXUte' 'udp:HOSTNAME:161' 'SNMPv2-MIB::snmpInGenErrs.0' 'SNMPv2-MIB::snmpInTotalReqVars.0' 'SNMPv2-MIB::snmpInTotalSetVars.0' 'SNMPv2-MIB::snmpInGetRequests.0' 'SNMPv2-MIB::snmpInGetNexts.0' 'SNMPv2-MIB::snmpInSetRequests.0' 'SNMPv2-MIB::snmpInGetResponses.0' 'SNMPv2-MIB::snmpInTraps.0' 'SNMPv2-MIB::snmpOutTooBigs.0' 'SNMPv2-MIB::snmpOutNoSuchNames.0']  
  412.  
  413. SNMPv2-MIB::snmpInGenErrs.0 = 0
  414. SNMPv2-MIB::snmpInTotalReqVars.0 = 1150615
  415. SNMPv2-MIB::snmpInTotalSetVars.0 = 0
  416. SNMPv2-MIB::snmpInGetRequests.0 = 507020
  417. SNMPv2-MIB::snmpInGetNexts.0 = 227684
  418. SNMPv2-MIB::snmpInSetRequests.0 = 0
  419. SNMPv2-MIB::snmpInGetResponses.0 = 0
  420. SNMPv2-MIB::snmpInTraps.0 = 0
  421. SNMPv2-MIB::snmpOutTooBigs.0 = 0
  422. SNMPv2-MIB::snmpOutNoSuchNames.0 = 448933
  423.  
  424.  
  425.  
  426.  
  427. SNMP['/usr/bin/snmpget' '-M' '/opt/librenms/mibs' '-m' 'SNMPv2-TC:SNMPv2-MIB:IF-MIB:IP-MIB:TCP-MIB:UDP-MIB:NET-SNMP-VACM-MIB' '-v1' '-c' 'COMMUNITY' '-OQXUte' 'udp:HOSTNAME:161' 'SNMPv2-MIB::snmpOutBadValues.0' 'SNMPv2-MIB::snmpOutGenErrs.0' 'SNMPv2-MIB::snmpOutGetRequests.0' 'SNMPv2-MIB::snmpOutGetNexts.0' 'SNMPv2-MIB::snmpOutSetRequests.0' 'SNMPv2-MIB::snmpOutGetResponses.0' 'SNMPv2-MIB::snmpOutTraps.0' 'SNMPv2-MIB::snmpSilentDrops.0' 'SNMPv2-MIB::snmpProxyDrops.0']  
  428.  
  429. Exitcode: 2 ["Error in packet\nReason: (noSuchName) There is no such variable name in this MIB.\nFailed object: SNMPv2-MIB::snmpSilentDrops.0\n\nError in packet\nReason: (noSuchName) There is no such variable name in this MIB.\nFailed object: SNMPv2-MIB::snmpProxyDrops.0\n\n"]
  430.  
  431. SNMPv2-MIB::snmpOutBadValues.0 = 0
  432. SNMPv2-MIB::snmpOutGenErrs.0 = 0
  433. SNMPv2-MIB::snmpOutGetRequests.0 = 0
  434. SNMPv2-MIB::snmpOutGetNexts.0 = 0
  435. SNMPv2-MIB::snmpOutSetRequests.0 = 0
  436. SNMPv2-MIB::snmpOutGetResponses.0 = 734706
  437. SNMPv2-MIB::snmpOutTraps.0 = 12
  438.  
  439.  
  440. Error in packet
  441. Reason: (noSuchName) There is no such variable name in this MIB.
  442. Failed object: SNMPv2-MIB::snmpSilentDrops.0
  443.  
  444. Error in packet
  445. Reason: (noSuchName) There is no such variable name in this MIB.
  446. Failed object: SNMPv2-MIB::snmpProxyDrops.0
  447.  
  448.  
  449.  
  450. udp
  451. SNMP['/usr/bin/snmpget' '-M' '/opt/librenms/mibs' '-m' 'SNMPv2-TC:SNMPv2-MIB:IF-MIB:IP-MIB:TCP-MIB:UDP-MIB:NET-SNMP-VACM-MIB' '-v1' '-c' 'COMMUNITY' '-OQXUte' 'udp:HOSTNAME:161' 'UDP-MIB::udpInDatagrams.0' 'UDP-MIB::udpOutDatagrams.0' 'UDP-MIB::udpInErrors.0' 'UDP-MIB::udpNoPorts.0']  
  452.  
  453. UDP-MIB::udpInDatagrams.0 = 824956
  454. UDP-MIB::udpOutDatagrams.0 = 734719
  455. UDP-MIB::udpInErrors.0 = 0
  456. UDP-MIB::udpNoPorts.0 = 0
  457.  
  458.  
  459.  
  460.  
  461. tcp
  462. SNMP['/usr/bin/snmpget' '-M' '/opt/librenms/mibs' '-m' 'SNMPv2-TC:SNMPv2-MIB:IF-MIB:IP-MIB:TCP-MIB:UDP-MIB:NET-SNMP-VACM-MIB' '-v1' '-c' 'COMMUNITY' '-OQXUte' 'udp:HOSTNAME:161' 'TCP-MIB::tcpActiveOpens.0' 'TCP-MIB::tcpPassiveOpens.0' 'TCP-MIB::tcpAttemptFails.0' 'TCP-MIB::tcpEstabResets.0' 'TCP-MIB::tcpCurrEstab.0' 'TCP-MIB::tcpInSegs.0' 'TCP-MIB::tcpOutSegs.0' 'TCP-MIB::tcpRetransSegs.0' 'TCP-MIB::tcpInErrs.0' 'TCP-MIB::tcpOutRsts.0']  
  463.  
  464. TCP-MIB::tcpActiveOpens.0 = 0
  465. TCP-MIB::tcpPassiveOpens.0 = 175
  466. TCP-MIB::tcpAttemptFails.0 = 0
  467. TCP-MIB::tcpEstabResets.0 = 173
  468. TCP-MIB::tcpCurrEstab.0 = 0
  469. TCP-MIB::tcpInSegs.0 = 1534
  470. TCP-MIB::tcpOutSegs.0 = 1436
  471. TCP-MIB::tcpRetransSegs.0 = 0
  472. TCP-MIB::tcpInErrs.0 = 0
  473. TCP-MIB::tcpOutRsts.0 = 145
  474.  
  475.  
  476.  
  477.  
  478.  
  479.  
  480.  
  481.  
  482. >> SNMP: [11/0.24s] MySQL: [0/0.00s]  
  483.  
  484. >> Runtime for poller module 'netstats': 0.2406 seconds with 43480 bytes  
  485.  
  486. #### Unload poller module netstats ####
  487.  
  488.  
  489. #### Load poller module hr-mib ####
  490.  
  491.  
  492. Module enabled: Global + | OS   | Device   | Manual    
  493.  
  494. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-OUQs' '-m' 'HOST-RESOURCES-MIB' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' 'hrSystemMaxProcesses.0' 'hrSystemProcesses.0' 'hrSystemNumUsers.0']
  495.  
  496. Exitcode: 2  
  497.  
  498. Error in packet
  499. Reason: (noSuchName) There is no such variable name in this MIB.
  500. Failed object: hrSystemMaxProcesses.0
  501.  
  502. Error in packet
  503. Reason: (noSuchName) There is no such variable name in this MIB.
  504. Failed object: hrSystemProcesses.0
  505.  
  506. Error in packet
  507. Reason: (noSuchName) There is no such variable name in this MIB.
  508. Failed object: hrSystemNumUsers.0  
  509.  
  510.  
  511. Error in packet
  512. Reason: (noSuchName) There is no such variable name in this MIB.
  513. Failed object: hrSystemMaxProcesses.0
  514.  
  515. Error in packet
  516. Reason: (noSuchName) There is no such variable name in this MIB.
  517. Failed object: hrSystemProcesses.0
  518.  
  519. Error in packet
  520. Reason: (noSuchName) There is no such variable name in this MIB.
  521. Failed object: hrSystemNumUsers.0  
  522.  
  523.  
  524.  
  525.  
  526.  
  527. >> SNMP: [1/0.02s] MySQL: [0/0.00s]  
  528.  
  529. >> Runtime for poller module 'hr-mib': 0.0200 seconds with 4120 bytes  
  530.  
  531. #### Unload poller module hr-mib ####
  532.  
  533.  
  534. #### Load poller module ucd-mib ####
  535.  
  536.  
  537. Module enabled: Global + | OS   | Device   | Manual    
  538.  
  539. SNMP['/usr/bin/snmpwalk' '-v1' '-c' 'COMMUNITY' '-OQUs' '-m' 'UCD-SNMP-MIB' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' 'systemStats']
  540.  
  541.  
  542.  
  543.  
  544.  
  545. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-OQUs' '-m' 'UCD-SNMP-MIB' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' 'laLoadInt.1' 'laLoadInt.2' 'laLoadInt.3']
  546.  
  547. Exitcode: 2  
  548.  
  549. Error in packet
  550. Reason: (noSuchName) There is no such variable name in this MIB.
  551. Failed object: laLoadInt.1
  552.  
  553. Error in packet
  554. Reason: (noSuchName) There is no such variable name in this MIB.
  555. Failed object: laLoadInt.2
  556.  
  557. Error in packet
  558. Reason: (noSuchName) There is no such variable name in this MIB.
  559. Failed object: laLoadInt.3  
  560.  
  561.  
  562.  
  563. Error in packet
  564. Reason: (noSuchName) There is no such variable name in this MIB.
  565. Failed object: laLoadInt.1
  566.  
  567. Error in packet
  568. Reason: (noSuchName) There is no such variable name in this MIB.
  569. Failed object: laLoadInt.2
  570.  
  571. Error in packet
  572. Reason: (noSuchName) There is no such variable name in this MIB.
  573. Failed object: laLoadInt.3  
  574.  
  575.  
  576.  
  577. >> SNMP: [2/0.04s] MySQL: [0/0.00s]  
  578.  
  579. >> Runtime for poller module 'ucd-mib': 0.0366 seconds with 5096 bytes  
  580.  
  581. #### Unload poller module ucd-mib ####
  582.  
  583.  
  584. #### Load poller module ipSystemStats ####
  585.  
  586.  
  587. Module enabled: Global + | OS   | Device   | Manual    
  588.  
  589. SNMP['/usr/bin/snmpwalk' '-v1' '-c' 'COMMUNITY' '-OQUs' '-m' 'IP-MIB' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' 'ipSystemStats']
  590.  
  591.  
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598.  
  599. >> SNMP: [1/0.02s] MySQL: [0/0.00s]  
  600.  
  601. >> Runtime for poller module 'ipSystemStats': 0.0224 seconds with 2984 bytes  
  602.  
  603. #### Unload poller module ipSystemStats ####
  604.  
  605.  
  606. #### Load poller module ports ####
  607.  
  608.  
  609. Module enabled: Global + | OS   | Device   | Manual    
  610.  
  611. SQL[SELECT *, `ports_statistics`.`port_id` AS `ports_statistics_port_id`, `ports`.`port_id` AS `port_id` FROM `ports` LEFT OUTER JOIN `ports_statistics` ON `ports`.`port_id` = `ports_statistics`.`port_id` WHERE `ports`.`device_id` = ? ORDER BY ports.port_id [261] 1.07ms]
  612.  
  613.  
  614. Caching Oids:
  615. Full ports polling
  616. SNMP['/usr/bin/snmpwalk' '-v1' '-c' 'COMMUNITY' '-OQUs' '-m' 'IF-MIB' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' 'ifXEntry']
  617.  
  618.  
  619.  
  620.  
  621.  
  622. SNMP['/usr/bin/snmpwalk' '-v1' '-c' 'COMMUNITY' '-OQUst' '-m' 'IF-MIB' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' 'ifEntry']
  623.  
  624. ifIndex.1 = 1
  625. ifIndex.2 = 2
  626. ifDescr.1 = ag...
  627. ifDescr.2 = ..Q..
  628. ifType.1 = 0
  629. ifType.2 = ds1
  630. ifMtu.1 = 1500
  631. ifMtu.2 = 4677
  632. ifSpeed.1 = 10000000
  633. ifSpeed.2 = 134222421
  634. ifPhysAddress.1 = 0:c:15:5:98:a9
  635. ifPhysAddress.2 =
  636. ifAdminStatus.1 = 7
  637. ifAdminStatus.2 = down
  638. ifOperStatus.1 = up
  639. ifOperStatus.2 = down
  640. ifLastChange.1 = 0
  641. ifLastChange.2 = 134222425
  642. ifInOctets.1 = 0
  643. ifInOctets.2 = 134222429
  644. ifInUcastPkts.1 = 0
  645. ifInUcastPkts.2 = 134222433
  646. ifInNUcastPkts.1 = 0
  647. ifInNUcastPkts.2 = 134222437
  648. ifInDiscards.1 = 0
  649. ifInDiscards.2 = 134222441
  650. ifInErrors.1 = 0
  651. ifInErrors.2 = 0
  652. ifInUnknownProtos.1 = 0
  653. ifInUnknownProtos.2 = 0
  654. ifOutOctets.1 = 0
  655. ifOutOctets.2 = 134222445
  656. ifOutUcastPkts.1 = 0
  657. ifOutUcastPkts.2 = 134222449
  658. ifOutNUcastPkts.1 = 0
  659. ifOutNUcastPkts.2 = 134222453
  660. ifOutDiscards.1 = 0
  661. ifOutDiscards.2 = 134222457
  662. ifOutErrors.1 = 0
  663. ifOutErrors.2 = 0
  664. ifOutQLen.1 = 0
  665. ifOutQLen.2 = 0
  666. ifSpecific.1 = zeroDotZero
  667. ifSpecific.2 = zeroDotZero  
  668.  
  669.  
  670.  
  671. dot3StatsDuplexStatus
  672. SNMP['/usr/bin/snmpwalk' '-v1' '-c' 'COMMUNITY' '-OQUs' '-m' 'EtherLike-MIB' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' 'dot3StatsDuplexStatus']
  673.  
  674.  
  675.  
  676.  
  677.  
  678. SNMP['/usr/bin/snmpwalk' '-v1' '-c' 'COMMUNITY' '-OQUs' '-m' 'Q-BRIDGE-MIB' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' 'dot1qPvid']
  679.  
  680.  
  681.  
  682.  
  683.  
  684. array (
  685.   1 =>
  686.   array (
  687.     'ifIndex' => '1',
  688.     'ifDescr' => 'ag...',
  689.     'ifType' => '0',
  690.     'ifMtu' => '1500',
  691.     'ifSpeed' => '10000000',
  692.     'ifPhysAddress' => '0:c:15:5:98:a9',
  693.     'ifAdminStatus' => '7',
  694.     'ifOperStatus' => 'up',
  695.     'ifLastChange' => '0',
  696.     'ifInOctets' => '0',
  697.     'ifInUcastPkts' => '0',
  698.     'ifInNUcastPkts' => '0',
  699.     'ifInDiscards' => '0',
  700.     'ifInErrors' => '0',
  701.     'ifInUnknownProtos' => '0',
  702.     'ifOutOctets' => '0',
  703.     'ifOutUcastPkts' => '0',
  704.     'ifOutNUcastPkts' => '0',
  705.     'ifOutDiscards' => '0',
  706.     'ifOutErrors' => '0',
  707.     'ifOutQLen' => '0',
  708.     'ifSpecific' => 'zeroDotZero',
  709.   ),
  710.   2 =>
  711.   array (
  712.     'ifIndex' => '2',
  713.     'ifDescr' => '..Q..',
  714.     'ifType' => 'ds1',
  715.     'ifMtu' => '4677',
  716.     'ifSpeed' => '134222421',
  717.     'ifPhysAddress' => '',
  718.     'ifAdminStatus' => 'down',
  719.     'ifOperStatus' => 'down',
  720.     'ifLastChange' => '134222425',
  721.     'ifInOctets' => '134222429',
  722.     'ifInUcastPkts' => '134222433',
  723.     'ifInNUcastPkts' => '134222437',
  724.     'ifInDiscards' => '134222441',
  725.     'ifInErrors' => '0',
  726.     'ifInUnknownProtos' => '0',
  727.     'ifOutOctets' => '134222445',
  728.     'ifOutUcastPkts' => '134222449',
  729.     'ifOutNUcastPkts' => '134222453',
  730.     'ifOutDiscards' => '134222457',
  731.     'ifOutErrors' => '0',
  732.     'ifOutQLen' => '0',
  733.     'ifSpecific' => 'zeroDotZero',
  734.   ),
  735. )  
  736.  
  737.  valid  
  738.  
  739. ignored by ifType: ds1 (matched: ds1 )  
  740.  
  741.  
  742.  
  743. Port ag...: ag... (1 / #10636)
  744. ifInOctets  
  745.  
  746. ifOutOctets  
  747.  
  748. ifInUcastPkts  
  749.  
  750. ifOutUcastPkts  
  751.  
  752. ifInBroadcastPkts  
  753.  
  754. ifOutBroadcastPkts  
  755.  
  756. ifInMulticastPkts  
  757.  
  758. ifOutMulticastPkts  
  759.  
  760. ifSpeed (10000000)  
  761.  
  762. VLAN = ?
  763.  Using ifDescr as ifAlias  
  764.  
  765.  Using ifDescr as ifName  
  766.  
  767. ag...
  768.  
  769.  ifInOctets (0 B) 0 Bps 94 secs  
  770.  
  771.  
  772.  ifOutOctets (0 B) 0 Bps 94 secs  
  773.  
  774.  
  775.  ifInErrors (0 B) 0 Bps 94 secs  
  776.  
  777.  
  778.  ifOutErrors (0 B) 0 Bps 94 secs  
  779.  
  780.  
  781.  ifInUcastPkts (0 B) 0 Bps 94 secs  
  782.  
  783.  
  784.  ifOutUcastPkts (0 B) 0 Bps 94 secs  
  785.  
  786.  
  787.  ifInNUcastPkts (0 B) 0 Bps 94 secs  
  788.  
  789.  
  790.  ifOutNUcastPkts (0 B) 0 Bps 94 secs  
  791.  
  792.  
  793.  ifInDiscards (0 B) 0 Bps 94 secs  
  794.  
  795.  
  796.  ifOutDiscards (0 B) 0 Bps 94 secs  
  797.  
  798.  
  799.  ifInUnknownProtos (0 B) 0 Bps 94 secs  
  800.  
  801.  
  802.  ifInBroadcastPkts (0 B) 0 Bps 94 secs  
  803.  
  804.  
  805.  ifOutBroadcastPkts (0 B) 0 Bps 94 secs  
  806.  
  807.  
  808.  ifInMulticastPkts (0 B) 0 Bps 94 secs  
  809.  
  810.  
  811.  ifOutMulticastPkts (0 B) 0 Bps 94 secs  
  812.  
  813. bps(0 bps/0 bps)
  814. bytes(0 B/0 B)
  815. pkts(0 pps/0 pps)
  816. SQL[UPDATE `ports` set `ifInOctets`=?,`ifInOctets_prev`=?,`ifInOctets_rate`=?,`ifInOctets_delta`=?,`ifOutOctets`=?,`ifOutOctets_prev`=?,`ifOutOctets_rate`=?,`ifOutOctets_delta`=?,`ifInErrors`=?,`ifInErrors_prev`=?,`ifInErrors_rate`=?,`ifInErrors_delta`=?,`ifOutErrors`=?,`ifOutErrors_prev`=?,`ifOutErrors_rate`=?,`ifOutErrors_delta`=?,`ifInUcastPkts`=?,`ifInUcastPkts_prev`=?,`ifInUcastPkts_rate`=?,`ifInUcastPkts_delta`=?,`ifOutUcastPkts`=?,`ifOutUcastPkts_prev`=?,`ifOutUcastPkts_rate`=?,`ifOutUcastPkts_delta`=?,`poll_time`=?,`poll_prev`=?,`poll_period`=? WHERE `port_id` = ? ["0",0,0,0,"0",0,0,0,"0",0,0,0,"0",0,0,0,"0",0,0,0,"0",0,0,0,1704189294,1704189200,94,10636] 0.55ms]
  817.  
  818.  
  819. SQL[UPDATE `ports_statistics` set `ifInNUcastPkts`=?,`ifInNUcastPkts_prev`=?,`ifInNUcastPkts_rate`=?,`ifInNUcastPkts_delta`=?,`ifOutNUcastPkts`=?,`ifOutNUcastPkts_prev`=?,`ifOutNUcastPkts_rate`=?,`ifOutNUcastPkts_delta`=?,`ifInDiscards`=?,`ifInDiscards_prev`=?,`ifInDiscards_rate`=?,`ifInDiscards_delta`=?,`ifOutDiscards`=?,`ifOutDiscards_prev`=?,`ifOutDiscards_rate`=?,`ifOutDiscards_delta`=?,`ifInUnknownProtos`=?,`ifInUnknownProtos_prev`=?,`ifInUnknownProtos_rate`=?,`ifInUnknownProtos_delta`=?,`ifInBroadcastPkts`=?,`ifInBroadcastPkts_prev`=?,`ifInBroadcastPkts_rate`=?,`ifInBroadcastPkts_delta`=?,`ifOutBroadcastPkts`=?,`ifOutBroadcastPkts_prev`=?,`ifOutBroadcastPkts_rate`=?,`ifOutBroadcastPkts_delta`=?,`ifInMulticastPkts`=?,`ifInMulticastPkts_prev`=?,`ifInMulticastPkts_rate`=?,`ifInMulticastPkts_delta`=?,`ifOutMulticastPkts`=?,`ifOutMulticastPkts_prev`=?,`ifOutMulticastPkts_rate`=?,`ifOutMulticastPkts_delta`=? WHERE `port_id` = ? ["0",0,0,0,"0",0,0,0,"0",0,0,0,"0",0,0,0,"0",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10636] 0.3ms]
  820.  
  821.  
  822. 1 updated  
  823.  
  824.  
  825.  
  826. SQL[update `ports` set `poll_time` = ?, `poll_prev` = ?, `poll_period` = ? where 0 = 1 [1704189294,1704189200,null] 0.16ms]
  827.  
  828.  
  829. 0 updated  
  830.  
  831.  
  832.  
  833. >> SNMP: [4/0.10s] MySQL: [4/0.02s]  
  834.  
  835. >> Runtime for poller module 'ports': 0.1125 seconds with 60512 bytes  
  836.  
  837. #### Unload poller module ports ####
  838.  
  839.  
  840. #### Load poller module customoid ####
  841.  
  842.  
  843. Module enabled: Global + | OS   | Device   | Manual    
  844.  
  845. SQL[SELECT * FROM `customoids` WHERE `customoid_passed` = 1 AND `device_id` = ? [261] 0.75ms]
  846.  
  847.  
  848. array (
  849.   'customoid_id' => 8,
  850.   'device_id' => 261,
  851.   'customoid_descr' => 'upsBaseIdentModel',
  852.   'customoid_deleted' => 0,
  853.   'customoid_current' => 0.0,
  854.   'customoid_prev' => 0.0,
  855.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.1.1.1',
  856.   'customoid_datatype' => 'GAUGE',
  857.   'customoid_unit' => '',
  858.   'customoid_divisor' => 1,
  859.   'customoid_multiplier' => 1,
  860.   'customoid_limit' => 0.0,
  861.   'customoid_limit_warn' => 0.0,
  862.   'customoid_limit_low' => 0.0,
  863.   'customoid_limit_low_warn' => 0.0,
  864.   'customoid_alert' => 0,
  865.   'customoid_passed' => 1,
  866.   'lastupdate' => '2024-01-02 17:53:20',
  867.   'user_func' => '',
  868. )  
  869.  
  870. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.1.1.1']
  871.  
  872. Exitcode: 2  
  873.  
  874. Error in packet
  875. Reason: (noSuchName) There is no such variable name in this MIB.
  876. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.1.1.1  
  877.  
  878.  
  879.  
  880. Error in packet
  881. Reason: (noSuchName) There is no such variable name in this MIB.
  882. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.1.1.1  
  883.  
  884. Custom OID upsBaseIdentModel: 0
  885.  
  886. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,8] 0.46ms]
  887.  
  888.  
  889. array (
  890.   'customoid_id' => 9,
  891.   'device_id' => 261,
  892.   'customoid_descr' => 'upsBaseIdentName',
  893.   'customoid_deleted' => 0,
  894.   'customoid_current' => 0.0,
  895.   'customoid_prev' => 0.0,
  896.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.1.1.2',
  897.   'customoid_datatype' => '',
  898.   'customoid_unit' => '',
  899.   'customoid_divisor' => 1,
  900.   'customoid_multiplier' => 1,
  901.   'customoid_limit' => 0.0,
  902.   'customoid_limit_warn' => 0.0,
  903.   'customoid_limit_low' => 0.0,
  904.   'customoid_limit_low_warn' => 0.0,
  905.   'customoid_alert' => 0,
  906.   'customoid_passed' => 1,
  907.   'lastupdate' => '2024-01-02 17:53:20',
  908.   'user_func' => '',
  909. )  
  910.  
  911. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.1.1.2']
  912.  
  913. Exitcode: 2  
  914.  
  915. Error in packet
  916. Reason: (noSuchName) There is no such variable name in this MIB.
  917. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.1.1.2  
  918.  
  919.  
  920.  
  921. Error in packet
  922. Reason: (noSuchName) There is no such variable name in this MIB.
  923. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.1.1.2  
  924.  
  925. Custom OID upsBaseIdentName: 0
  926.  
  927. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,9] 0.66ms]
  928.  
  929.  
  930. array (
  931.   'customoid_id' => 10,
  932.   'device_id' => 261,
  933.   'customoid_descr' => 'upsAdvanceIdentFirmwareRevision',
  934.   'customoid_deleted' => 0,
  935.   'customoid_current' => 0.0,
  936.   'customoid_prev' => 0.0,
  937.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.1.2.1',
  938.   'customoid_datatype' => 'GAUGE',
  939.   'customoid_unit' => '',
  940.   'customoid_divisor' => 1,
  941.   'customoid_multiplier' => 1,
  942.   'customoid_limit' => 0.0,
  943.   'customoid_limit_warn' => 0.0,
  944.   'customoid_limit_low' => 0.0,
  945.   'customoid_limit_low_warn' => 0.0,
  946.   'customoid_alert' => 0,
  947.   'customoid_passed' => 1,
  948.   'lastupdate' => '2024-01-02 17:53:20',
  949.   'user_func' => '',
  950. )  
  951.  
  952. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.1.2.1']
  953.  
  954. Exitcode: 2  
  955.  
  956. Error in packet
  957. Reason: (noSuchName) There is no such variable name in this MIB.
  958. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.1.2.1  
  959.  
  960.  
  961.  
  962. Error in packet
  963. Reason: (noSuchName) There is no such variable name in this MIB.
  964. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.1.2.1  
  965.  
  966. Custom OID upsAdvanceIdentFirmwareRevision: 0
  967.  
  968. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,10] 0.64ms]
  969.  
  970.  
  971. array (
  972.   'customoid_id' => 11,
  973.   'device_id' => 261,
  974.   'customoid_descr' => 'upsAdvanceIdentSerialNumber',
  975.   'customoid_deleted' => 0,
  976.   'customoid_current' => 0.0,
  977.   'customoid_prev' => 0.0,
  978.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.1.2.3',
  979.   'customoid_datatype' => 'GAUGE',
  980.   'customoid_unit' => '',
  981.   'customoid_divisor' => 1,
  982.   'customoid_multiplier' => 1,
  983.   'customoid_limit' => 0.0,
  984.   'customoid_limit_warn' => 0.0,
  985.   'customoid_limit_low' => 0.0,
  986.   'customoid_limit_low_warn' => 0.0,
  987.   'customoid_alert' => 0,
  988.   'customoid_passed' => 1,
  989.   'lastupdate' => '2024-01-02 17:53:20',
  990.   'user_func' => '',
  991. )  
  992.  
  993. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.1.2.3']
  994.  
  995. Exitcode: 2  
  996.  
  997. Error in packet
  998. Reason: (noSuchName) There is no such variable name in this MIB.
  999. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.1.2.3  
  1000.  
  1001.  
  1002.  
  1003. Error in packet
  1004. Reason: (noSuchName) There is no such variable name in this MIB.
  1005. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.1.2.3  
  1006.  
  1007. Custom OID upsAdvanceIdentSerialNumber: 0
  1008.  
  1009. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,11] 0.66ms]
  1010.  
  1011.  
  1012. array (
  1013.   'customoid_id' => 12,
  1014.   'device_id' => 261,
  1015.   'customoid_descr' => 'upsAdvanceIdentAgentFirmwareRevision',
  1016.   'customoid_deleted' => 0,
  1017.   'customoid_current' => 0.0,
  1018.   'customoid_prev' => 0.0,
  1019.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.1.2.4',
  1020.   'customoid_datatype' => 'GAUGE',
  1021.   'customoid_unit' => '',
  1022.   'customoid_divisor' => 1,
  1023.   'customoid_multiplier' => 1,
  1024.   'customoid_limit' => 0.0,
  1025.   'customoid_limit_warn' => 0.0,
  1026.   'customoid_limit_low' => 0.0,
  1027.   'customoid_limit_low_warn' => 0.0,
  1028.   'customoid_alert' => 0,
  1029.   'customoid_passed' => 1,
  1030.   'lastupdate' => '2024-01-02 17:53:20',
  1031.   'user_func' => '',
  1032. )  
  1033.  
  1034. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.1.2.4']
  1035.  
  1036. Exitcode: 2  
  1037.  
  1038. Error in packet
  1039. Reason: (noSuchName) There is no such variable name in this MIB.
  1040. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.1.2.4  
  1041.  
  1042.  
  1043.  
  1044. Error in packet
  1045. Reason: (noSuchName) There is no such variable name in this MIB.
  1046. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.1.2.4  
  1047.  
  1048. Custom OID upsAdvanceIdentAgentFirmwareRevision: 0
  1049.  
  1050. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,12] 0.48ms]
  1051.  
  1052.  
  1053. array (
  1054.   'customoid_id' => 13,
  1055.   'device_id' => 261,
  1056.   'customoid_descr' => 'upsAdvanceIdentLCDFirmwareVersion',
  1057.   'customoid_deleted' => 0,
  1058.   'customoid_current' => 0.0,
  1059.   'customoid_prev' => 0.0,
  1060.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.1.2.5',
  1061.   'customoid_datatype' => '',
  1062.   'customoid_unit' => '',
  1063.   'customoid_divisor' => 1,
  1064.   'customoid_multiplier' => 1,
  1065.   'customoid_limit' => 0.0,
  1066.   'customoid_limit_warn' => 0.0,
  1067.   'customoid_limit_low' => 0.0,
  1068.   'customoid_limit_low_warn' => 0.0,
  1069.   'customoid_alert' => 0,
  1070.   'customoid_passed' => 1,
  1071.   'lastupdate' => '2024-01-02 17:53:20',
  1072.   'user_func' => '',
  1073. )  
  1074.  
  1075. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.1.2.5']
  1076.  
  1077. Exitcode: 2  
  1078.  
  1079. Error in packet
  1080. Reason: (noSuchName) There is no such variable name in this MIB.
  1081. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.1.2.5  
  1082.  
  1083.  
  1084. Error in packet
  1085. Reason: (noSuchName) There is no such variable name in this MIB.
  1086. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.1.2.5  
  1087.  
  1088. Custom OID upsAdvanceIdentLCDFirmwareVersion: 0
  1089.  
  1090. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,13] 0.44ms]
  1091.  
  1092.  
  1093. array (
  1094.   'customoid_id' => 14,
  1095.   'device_id' => 261,
  1096.   'customoid_descr' => 'upsAdvanceIdentPowerRating',
  1097.   'customoid_deleted' => 0,
  1098.   'customoid_current' => 0.0,
  1099.   'customoid_prev' => 0.0,
  1100.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.1.2.6',
  1101.   'customoid_datatype' => 'GAUGE',
  1102.   'customoid_unit' => 'VA',
  1103.   'customoid_divisor' => 1,
  1104.   'customoid_multiplier' => 1,
  1105.   'customoid_limit' => 0.0,
  1106.   'customoid_limit_warn' => 0.0,
  1107.   'customoid_limit_low' => 0.0,
  1108.   'customoid_limit_low_warn' => 0.0,
  1109.   'customoid_alert' => 0,
  1110.   'customoid_passed' => 1,
  1111.   'lastupdate' => '2024-01-02 17:53:20',
  1112.   'user_func' => '',
  1113. )  
  1114.  
  1115. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.1.2.6']
  1116.  
  1117. Exitcode: 2  
  1118.  
  1119. Error in packet
  1120. Reason: (noSuchName) There is no such variable name in this MIB.
  1121. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.1.2.6  
  1122.  
  1123.  
  1124.  
  1125. Error in packet
  1126. Reason: (noSuchName) There is no such variable name in this MIB.
  1127. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.1.2.6  
  1128.  
  1129. Custom OID upsAdvanceIdentPowerRating:
  1130. 0 VA
  1131.  
  1132. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,14] 0.5ms]
  1133.  
  1134.  
  1135. array (
  1136.   'customoid_id' => 15,
  1137.   'device_id' => 261,
  1138.   'customoid_descr' => 'upsAdvanceIdentLoadPower',
  1139.   'customoid_deleted' => 0,
  1140.   'customoid_current' => 0.0,
  1141.   'customoid_prev' => 0.0,
  1142.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.1.2.7',
  1143.   'customoid_datatype' => 'GAUGE',
  1144.   'customoid_unit' => 'Watt',
  1145.   'customoid_divisor' => 1,
  1146.   'customoid_multiplier' => 1,
  1147.   'customoid_limit' => 0.0,
  1148.   'customoid_limit_warn' => 0.0,
  1149.   'customoid_limit_low' => 0.0,
  1150.   'customoid_limit_low_warn' => 0.0,
  1151.   'customoid_alert' => 0,
  1152.   'customoid_passed' => 1,
  1153.   'lastupdate' => '2024-01-02 17:53:20',
  1154.   'user_func' => '',
  1155. )  
  1156.  
  1157. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.1.2.7']
  1158.  
  1159. Exitcode: 2  
  1160.  
  1161. Error in packet
  1162. Reason: (noSuchName) There is no such variable name in this MIB.
  1163. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.1.2.7  
  1164.  
  1165.  
  1166.  
  1167. Error in packet
  1168. Reason: (noSuchName) There is no such variable name in this MIB.
  1169. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.1.2.7  
  1170.  
  1171. Custom OID upsAdvanceIdentLoadPower: 0 Watt
  1172.  
  1173. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,15] 0.65ms]
  1174.  
  1175.  
  1176. array (
  1177.   'customoid_id' => 16,
  1178.   'device_id' => 261,
  1179.   'customoid_descr' => 'upsAdvanceIdentCurrentRating',
  1180.   'customoid_deleted' => 0,
  1181.   'customoid_current' => 0.0,
  1182.   'customoid_prev' => 0.0,
  1183.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.1.2.8',
  1184.   'customoid_datatype' => 'GAUGE',
  1185.   'customoid_unit' => 'A',
  1186.   'customoid_divisor' => 1,
  1187.   'customoid_multiplier' => 1,
  1188.   'customoid_limit' => 0.0,
  1189.   'customoid_limit_warn' => 0.0,
  1190.   'customoid_limit_low' => 0.0,
  1191.   'customoid_limit_low_warn' => 0.0,
  1192.   'customoid_alert' => 0,
  1193.   'customoid_passed' => 1,
  1194.   'lastupdate' => '2024-01-02 17:53:20',
  1195.   'user_func' => '',
  1196. )  
  1197.  
  1198. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.1.2.8']
  1199.  
  1200. Exitcode: 2  
  1201.  
  1202. Error in packet
  1203. Reason: (noSuchName) There is no such variable name in this MIB.
  1204. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.1.2.8  
  1205.  
  1206.  
  1207.  
  1208. Error in packet
  1209. Reason: (noSuchName) There is no such variable name in this MIB.
  1210. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.1.2.8  
  1211.  
  1212. Custom OID upsAdvanceIdentCurrentRating: 0 A
  1213.  
  1214. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,16] 0.48ms]
  1215.  
  1216.  
  1217. array (
  1218.   'customoid_id' => 17,
  1219.   'device_id' => 261,
  1220.   'customoid_descr' => 'upsAdvanceIdentAgentSerialNumber',
  1221.   'customoid_deleted' => 0,
  1222.   'customoid_current' => 0.0,
  1223.   'customoid_prev' => 0.0,
  1224.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.1.2.9',
  1225.   'customoid_datatype' => 'GAUGE',
  1226.   'customoid_unit' => '',
  1227.   'customoid_divisor' => 1,
  1228.   'customoid_multiplier' => 1,
  1229.   'customoid_limit' => 0.0,
  1230.   'customoid_limit_warn' => 0.0,
  1231.   'customoid_limit_low' => 0.0,
  1232.   'customoid_limit_low_warn' => 0.0,
  1233.   'customoid_alert' => 0,
  1234.   'customoid_passed' => 1,
  1235.   'lastupdate' => '2024-01-02 17:53:21',
  1236.   'user_func' => '',
  1237. )  
  1238.  
  1239. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.1.2.9']
  1240.  
  1241. Exitcode: 2  
  1242.  
  1243. Error in packet
  1244. Reason: (noSuchName) There is no such variable name in this MIB.
  1245. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.1.2.9  
  1246.  
  1247.  
  1248. Error in packet
  1249. Reason: (noSuchName) There is no such variable name in this MIB.
  1250. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.1.2.9  
  1251.  
  1252. Custom OID upsAdvanceIdentAgentSerialNumber: 0
  1253.  
  1254. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,17] 0.48ms]
  1255.  
  1256.  
  1257. array (
  1258.   'customoid_id' => 18,
  1259.   'device_id' => 261,
  1260.   'customoid_descr' => 'upsBaseBatteryStatus',
  1261.   'customoid_deleted' => 0,
  1262.   'customoid_current' => 0.0,
  1263.   'customoid_prev' => 0.0,
  1264.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.2.1.1',
  1265.   'customoid_datatype' => 'GAUGE',
  1266.   'customoid_unit' => '',
  1267.   'customoid_divisor' => 1,
  1268.   'customoid_multiplier' => 1,
  1269.   'customoid_limit' => 0.0,
  1270.   'customoid_limit_warn' => 0.0,
  1271.   'customoid_limit_low' => 0.0,
  1272.   'customoid_limit_low_warn' => 0.0,
  1273.   'customoid_alert' => 0,
  1274.   'customoid_passed' => 1,
  1275.   'lastupdate' => '2024-01-02 17:53:21',
  1276.   'user_func' => '',
  1277. )  
  1278.  
  1279. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.2.1.1']
  1280.  
  1281. Exitcode: 2  
  1282.  
  1283. Error in packet
  1284. Reason: (noSuchName) There is no such variable name in this MIB.
  1285. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.2.1.1  
  1286.  
  1287.  
  1288. Error in packet
  1289. Reason: (noSuchName) There is no such variable name in this MIB.
  1290. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.2.1.1  
  1291.  
  1292. Custom OID upsBaseBatteryStatus: 0
  1293.  
  1294. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,18] 0.44ms]
  1295.  
  1296.  
  1297. array (
  1298.   'customoid_id' => 19,
  1299.   'device_id' => 261,
  1300.   'customoid_descr' => 'upsBaseBatteryTimeOnBattery',
  1301.   'customoid_deleted' => 0,
  1302.   'customoid_current' => 0.0,
  1303.   'customoid_prev' => 0.0,
  1304.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.2.1.2',
  1305.   'customoid_datatype' => 'GAUGE',
  1306.   'customoid_unit' => '',
  1307.   'customoid_divisor' => 1,
  1308.   'customoid_multiplier' => 1,
  1309.   'customoid_limit' => 0.0,
  1310.   'customoid_limit_warn' => 0.0,
  1311.   'customoid_limit_low' => 0.0,
  1312.   'customoid_limit_low_warn' => 0.0,
  1313.   'customoid_alert' => 0,
  1314.   'customoid_passed' => 1,
  1315.   'lastupdate' => '2024-01-02 17:53:21',
  1316.   'user_func' => '',
  1317. )  
  1318.  
  1319. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.2.1.2']
  1320.  
  1321. Exitcode: 2  
  1322.  
  1323. Error in packet
  1324. Reason: (noSuchName) There is no such variable name in this MIB.
  1325. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.2.1.2  
  1326.  
  1327.  
  1328.  
  1329. Error in packet
  1330. Reason: (noSuchName) There is no such variable name in this MIB.
  1331. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.2.1.2  
  1332.  
  1333. Custom OID upsBaseBatteryTimeOnBattery: 0
  1334.  
  1335. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,19] 0.65ms]
  1336.  
  1337.  
  1338. array (
  1339.   'customoid_id' => 20,
  1340.   'device_id' => 261,
  1341.   'customoid_descr' => 'upsBaseBatteryLastReplaceDate',
  1342.   'customoid_deleted' => 0,
  1343.   'customoid_current' => 0.0,
  1344.   'customoid_prev' => 0.0,
  1345.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.2.1.3',
  1346.   'customoid_datatype' => 'GAUGE',
  1347.   'customoid_unit' => '',
  1348.   'customoid_divisor' => 1,
  1349.   'customoid_multiplier' => 1,
  1350.   'customoid_limit' => 0.0,
  1351.   'customoid_limit_warn' => 0.0,
  1352.   'customoid_limit_low' => 0.0,
  1353.   'customoid_limit_low_warn' => 0.0,
  1354.   'customoid_alert' => 0,
  1355.   'customoid_passed' => 1,
  1356.   'lastupdate' => '2024-01-02 17:53:21',
  1357.   'user_func' => '',
  1358. )  
  1359.  
  1360. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.2.1.3']
  1361.  
  1362. Exitcode: 2  
  1363.  
  1364. Error in packet
  1365. Reason: (noSuchName) There is no such variable name in this MIB.
  1366. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.2.1.3  
  1367.  
  1368.  
  1369.  
  1370. Error in packet
  1371. Reason: (noSuchName) There is no such variable name in this MIB.
  1372. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.2.1.3  
  1373.  
  1374. Custom OID upsBaseBatteryLastReplaceDate:
  1375. 0
  1376.  
  1377. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,20] 0.52ms]
  1378.  
  1379.  
  1380. array (
  1381.   'customoid_id' => 21,
  1382.   'device_id' => 261,
  1383.   'customoid_descr' => 'upsBaseBatteryAgeRecommand',
  1384.   'customoid_deleted' => 0,
  1385.   'customoid_current' => 0.0,
  1386.   'customoid_prev' => 0.0,
  1387.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.2.1.4',
  1388.   'customoid_datatype' => 'GAUGE',
  1389.   'customoid_unit' => 'month',
  1390.   'customoid_divisor' => 1,
  1391.   'customoid_multiplier' => 1,
  1392.   'customoid_limit' => 0.0,
  1393.   'customoid_limit_warn' => 0.0,
  1394.   'customoid_limit_low' => 0.0,
  1395.   'customoid_limit_low_warn' => 0.0,
  1396.   'customoid_alert' => 0,
  1397.   'customoid_passed' => 1,
  1398.   'lastupdate' => '2024-01-02 17:53:21',
  1399.   'user_func' => '',
  1400. )  
  1401.  
  1402. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.2.1.4']
  1403.  
  1404. Exitcode: 2  
  1405.  
  1406. Error in packet
  1407. Reason: (noSuchName) There is no such variable name in this MIB.
  1408. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.2.1.4  
  1409.  
  1410.  
  1411. Error in packet
  1412. Reason: (noSuchName) There is no such variable name in this MIB.
  1413. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.2.1.4  
  1414.  
  1415. Custom OID upsBaseBatteryAgeRecommand: 0 month
  1416.  
  1417. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,21] 0.45ms]
  1418.  
  1419.  
  1420. array (
  1421.   'customoid_id' => 22,
  1422.   'device_id' => 261,
  1423.   'customoid_descr' => 'upsAdvanceBatteryCapacity',
  1424.   'customoid_deleted' => 0,
  1425.   'customoid_current' => 0.0,
  1426.   'customoid_prev' => 0.0,
  1427.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.2.2.1',
  1428.   'customoid_datatype' => 'GAUGE',
  1429.   'customoid_unit' => '%',
  1430.   'customoid_divisor' => 1,
  1431.   'customoid_multiplier' => 1,
  1432.   'customoid_limit' => 0.0,
  1433.   'customoid_limit_warn' => 0.0,
  1434.   'customoid_limit_low' => 0.0,
  1435.   'customoid_limit_low_warn' => 0.0,
  1436.   'customoid_alert' => 0,
  1437.   'customoid_passed' => 1,
  1438.   'lastupdate' => '2024-01-02 17:53:21',
  1439.   'user_func' => '',
  1440. )  
  1441.  
  1442. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.2.2.1']
  1443.  
  1444. Exitcode: 2  
  1445.  
  1446. Error in packet
  1447. Reason: (noSuchName) There is no such variable name in this MIB.
  1448. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.2.2.1  
  1449.  
  1450.  
  1451.  
  1452. Error in packet
  1453. Reason: (noSuchName) There is no such variable name in this MIB.
  1454. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.2.2.1  
  1455.  
  1456. Custom OID upsAdvanceBatteryCapacity:
  1457. 0 %
  1458.  
  1459. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,22] 0.48ms]
  1460.  
  1461.  
  1462. array (
  1463.   'customoid_id' => 23,
  1464.   'device_id' => 261,
  1465.   'customoid_descr' => 'upsAdvanceBatteryVoltage',
  1466.   'customoid_deleted' => 0,
  1467.   'customoid_current' => 0.0,
  1468.   'customoid_prev' => 0.0,
  1469.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.2.2.2',
  1470.   'customoid_datatype' => 'GAUGE',
  1471.   'customoid_unit' => '1/10V',
  1472.   'customoid_divisor' => 1,
  1473.   'customoid_multiplier' => 1,
  1474.   'customoid_limit' => 0.0,
  1475.   'customoid_limit_warn' => 0.0,
  1476.   'customoid_limit_low' => 0.0,
  1477.   'customoid_limit_low_warn' => 0.0,
  1478.   'customoid_alert' => 0,
  1479.   'customoid_passed' => 1,
  1480.   'lastupdate' => '2024-01-02 17:53:21',
  1481.   'user_func' => '',
  1482. )  
  1483.  
  1484. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.2.2.2']
  1485.  
  1486. Exitcode: 2  
  1487.  
  1488. Error in packet
  1489. Reason: (noSuchName) There is no such variable name in this MIB.
  1490. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.2.2.2  
  1491.  
  1492. Error in packet
  1493. Reason: (noSuchName) There is no such variable name in this MIB.
  1494. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.2.2.2  
  1495.  
  1496. Custom OID upsAdvanceBatteryVoltage: 0 1/10V
  1497.  
  1498. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,23] 0.48ms]
  1499.  
  1500.  
  1501. array (
  1502.   'customoid_id' => 24,
  1503.   'device_id' => 261,
  1504.   'customoid_descr' => 'upsAdvanceBatteryTemperature',
  1505.   'customoid_deleted' => 0,
  1506.   'customoid_current' => 0.0,
  1507.   'customoid_prev' => 0.0,
  1508.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.2.2.3',
  1509.   'customoid_datatype' => 'GAUGE',
  1510.   'customoid_unit' => 'Celcius',
  1511.   'customoid_divisor' => 1,
  1512.   'customoid_multiplier' => 1,
  1513.   'customoid_limit' => 0.0,
  1514.   'customoid_limit_warn' => 0.0,
  1515.   'customoid_limit_low' => 0.0,
  1516.   'customoid_limit_low_warn' => 0.0,
  1517.   'customoid_alert' => 0,
  1518.   'customoid_passed' => 1,
  1519.   'lastupdate' => '2024-01-02 17:53:22',
  1520.   'user_func' => '',
  1521. )  
  1522.  
  1523. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.2.2.3']
  1524.  
  1525. Exitcode: 2  
  1526.  
  1527. Error in packet
  1528. Reason: (noSuchName) There is no such variable name in this MIB.
  1529. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.2.2.3  
  1530.  
  1531.  
  1532. Error in packet
  1533. Reason: (noSuchName) There is no such variable name in this MIB.
  1534. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.2.2.3  
  1535.  
  1536. Custom OID upsAdvanceBatteryTemperature: 0 Celcius
  1537.  
  1538. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,24] 0.44ms]
  1539.  
  1540.  
  1541. array (
  1542.   'customoid_id' => 25,
  1543.   'device_id' => 261,
  1544.   'customoid_descr' => 'upsAdvanceBatteryRunTimeRemaining',
  1545.   'customoid_deleted' => 0,
  1546.   'customoid_current' => 0.0,
  1547.   'customoid_prev' => 0.0,
  1548.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.2.2.4',
  1549.   'customoid_datatype' => 'GAUGE',
  1550.   'customoid_unit' => '',
  1551.   'customoid_divisor' => 1,
  1552.   'customoid_multiplier' => 1,
  1553.   'customoid_limit' => 0.0,
  1554.   'customoid_limit_warn' => 0.0,
  1555.   'customoid_limit_low' => 0.0,
  1556.   'customoid_limit_low_warn' => 0.0,
  1557.   'customoid_alert' => 0,
  1558.   'customoid_passed' => 1,
  1559.   'lastupdate' => '2024-01-02 17:53:22',
  1560.   'user_func' => '',
  1561. )  
  1562.  
  1563. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.2.2.4']
  1564.  
  1565. Exitcode: 2  
  1566.  
  1567. Error in packet
  1568. Reason: (noSuchName) There is no such variable name in this MIB.
  1569. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.2.2.4  
  1570.  
  1571.  
  1572. Error in packet
  1573. Reason: (noSuchName) There is no such variable name in this MIB.
  1574. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.2.2.4  
  1575.  
  1576. Custom OID upsAdvanceBatteryRunTimeRemaining: 0
  1577.  
  1578. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,25] 0.62ms]
  1579.  
  1580.  
  1581. array (
  1582.   'customoid_id' => 26,
  1583.   'device_id' => 261,
  1584.   'customoid_descr' => 'upsAdvanceBatteryReplaceIndicator',
  1585.   'customoid_deleted' => 0,
  1586.   'customoid_current' => 0.0,
  1587.   'customoid_prev' => 0.0,
  1588.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.2.2.5',
  1589.   'customoid_datatype' => 'GAUGE',
  1590.   'customoid_unit' => '',
  1591.   'customoid_divisor' => 1,
  1592.   'customoid_multiplier' => 1,
  1593.   'customoid_limit' => 0.0,
  1594.   'customoid_limit_warn' => 0.0,
  1595.   'customoid_limit_low' => 0.0,
  1596.   'customoid_limit_low_warn' => 0.0,
  1597.   'customoid_alert' => 0,
  1598.   'customoid_passed' => 1,
  1599.   'lastupdate' => '2024-01-02 17:53:22',
  1600.   'user_func' => '',
  1601. )  
  1602.  
  1603. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.2.2.5']
  1604.  
  1605. Exitcode: 2  
  1606.  
  1607. Error in packet
  1608. Reason: (noSuchName) There is no such variable name in this MIB.
  1609. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.2.2.5  
  1610.  
  1611.  
  1612. Error in packet
  1613. Reason: (noSuchName) There is no such variable name in this MIB.
  1614. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.2.2.5  
  1615.  
  1616. Custom OID upsAdvanceBatteryReplaceIndicator: 0
  1617.  
  1618. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,26] 0.44ms]
  1619.  
  1620.  
  1621. array (
  1622.   'customoid_id' => 27,
  1623.   'device_id' => 261,
  1624.   'customoid_descr' => 'upsAdvanceBatteryVoltageRating',
  1625.   'customoid_deleted' => 0,
  1626.   'customoid_current' => 0.0,
  1627.   'customoid_prev' => 0.0,
  1628.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.2.2.8',
  1629.   'customoid_datatype' => 'GAUGE',
  1630.   'customoid_unit' => 'V',
  1631.   'customoid_divisor' => 1,
  1632.   'customoid_multiplier' => 1,
  1633.   'customoid_limit' => 0.0,
  1634.   'customoid_limit_warn' => 0.0,
  1635.   'customoid_limit_low' => 0.0,
  1636.   'customoid_limit_low_warn' => 0.0,
  1637.   'customoid_alert' => 0,
  1638.   'customoid_passed' => 1,
  1639.   'lastupdate' => '2024-01-02 17:53:22',
  1640.   'user_func' => '',
  1641. )  
  1642.  
  1643. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.2.2.8']
  1644.  
  1645. Exitcode: 2  
  1646.  
  1647. Error in packet
  1648. Reason: (noSuchName) There is no such variable name in this MIB.
  1649. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.2.2.8  
  1650.  
  1651.  
  1652.  
  1653. Error in packet
  1654. Reason: (noSuchName) There is no such variable name in this MIB.
  1655. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.2.2.8  
  1656.  
  1657. Custom OID upsAdvanceBatteryVoltageRating:
  1658. 0 V
  1659.  
  1660. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,27] 0.44ms]
  1661.  
  1662.  
  1663. array (
  1664.   'customoid_id' => 28,
  1665.   'device_id' => 261,
  1666.   'customoid_descr' => 'upsAdvanceBatteryLife',
  1667.   'customoid_deleted' => 0,
  1668.   'customoid_current' => 0.0,
  1669.   'customoid_prev' => 0.0,
  1670.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.2.2.9',
  1671.   'customoid_datatype' => 'GAUGE',
  1672.   'customoid_unit' => '',
  1673.   'customoid_divisor' => 1,
  1674.   'customoid_multiplier' => 1,
  1675.   'customoid_limit' => 0.0,
  1676.   'customoid_limit_warn' => 0.0,
  1677.   'customoid_limit_low' => 0.0,
  1678.   'customoid_limit_low_warn' => 0.0,
  1679.   'customoid_alert' => 0,
  1680.   'customoid_passed' => 1,
  1681.   'lastupdate' => '2024-01-02 17:53:22',
  1682.   'user_func' => '',
  1683. )  
  1684.  
  1685. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.2.2.9']
  1686.  
  1687. Exitcode: 2  
  1688.  
  1689. Error in packet
  1690. Reason: (noSuchName) There is no such variable name in this MIB.
  1691. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.2.2.9  
  1692.  
  1693.  
  1694. Error in packet
  1695. Reason: (noSuchName) There is no such variable name in this MIB.
  1696. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.2.2.9  
  1697.  
  1698. Custom OID upsAdvanceBatteryLife: 0
  1699.  
  1700. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,28] 0.43ms]
  1701.  
  1702.  
  1703. array (
  1704.   'customoid_id' => 29,
  1705.   'device_id' => 261,
  1706.   'customoid_descr' => 'upsBaseInputPhase',
  1707.   'customoid_deleted' => 0,
  1708.   'customoid_current' => 0.0,
  1709.   'customoid_prev' => 0.0,
  1710.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.3.1.1',
  1711.   'customoid_datatype' => '',
  1712.   'customoid_unit' => '',
  1713.   'customoid_divisor' => 1,
  1714.   'customoid_multiplier' => 1,
  1715.   'customoid_limit' => 0.0,
  1716.   'customoid_limit_warn' => 0.0,
  1717.   'customoid_limit_low' => 0.0,
  1718.   'customoid_limit_low_warn' => 0.0,
  1719.   'customoid_alert' => 0,
  1720.   'customoid_passed' => 1,
  1721.   'lastupdate' => '2024-01-02 17:53:22',
  1722.   'user_func' => '',
  1723. )  
  1724.  
  1725. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.3.1.1']
  1726.  
  1727. Exitcode: 2  
  1728.  
  1729. Error in packet
  1730. Reason: (noSuchName) There is no such variable name in this MIB.
  1731. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.3.1.1  
  1732.  
  1733.  
  1734.  
  1735. Error in packet
  1736. Reason: (noSuchName) There is no such variable name in this MIB.
  1737. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.3.1.1  
  1738.  
  1739. Custom OID upsBaseInputPhase:
  1740. 0
  1741.  
  1742. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,29] 0.43ms]
  1743.  
  1744.  
  1745. array (
  1746.   'customoid_id' => 30,
  1747.   'device_id' => 261,
  1748.   'customoid_descr' => 'upsAdvanceInputLineVoltage',
  1749.   'customoid_deleted' => 0,
  1750.   'customoid_current' => 0.0,
  1751.   'customoid_prev' => 0.0,
  1752.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.3.2.1',
  1753.   'customoid_datatype' => 'GAUGE',
  1754.   'customoid_unit' => '1/10V',
  1755.   'customoid_divisor' => 1,
  1756.   'customoid_multiplier' => 1,
  1757.   'customoid_limit' => 0.0,
  1758.   'customoid_limit_warn' => 0.0,
  1759.   'customoid_limit_low' => 0.0,
  1760.   'customoid_limit_low_warn' => 0.0,
  1761.   'customoid_alert' => 0,
  1762.   'customoid_passed' => 1,
  1763.   'lastupdate' => '2024-01-02 17:53:22',
  1764.   'user_func' => '',
  1765. )  
  1766.  
  1767. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.3.2.1']
  1768.  
  1769. Exitcode: 2  
  1770.  
  1771. Error in packet
  1772. Reason: (noSuchName) There is no such variable name in this MIB.
  1773. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.3.2.1  
  1774.  
  1775.  
  1776. Error in packet
  1777. Reason: (noSuchName) There is no such variable name in this MIB.
  1778. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.3.2.1  
  1779.  
  1780. Custom OID upsAdvanceInputLineVoltage: 0 1/10V
  1781.  
  1782. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,30] 0.48ms]
  1783.  
  1784.  
  1785. array (
  1786.   'customoid_id' => 31,
  1787.   'device_id' => 261,
  1788.   'customoid_descr' => 'upsAdvanceInputMaxLineVoltage',
  1789.   'customoid_deleted' => 0,
  1790.   'customoid_current' => 0.0,
  1791.   'customoid_prev' => 0.0,
  1792.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.3.2.2',
  1793.   'customoid_datatype' => 'GAUGE',
  1794.   'customoid_unit' => '1/10V',
  1795.   'customoid_divisor' => 1,
  1796.   'customoid_multiplier' => 1,
  1797.   'customoid_limit' => 0.0,
  1798.   'customoid_limit_warn' => 0.0,
  1799.   'customoid_limit_low' => 0.0,
  1800.   'customoid_limit_low_warn' => 0.0,
  1801.   'customoid_alert' => 0,
  1802.   'customoid_passed' => 1,
  1803.   'lastupdate' => '2024-01-02 17:53:22',
  1804.   'user_func' => '',
  1805. )  
  1806.  
  1807. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.3.2.2']
  1808.  
  1809. Exitcode: 2  
  1810.  
  1811. Error in packet
  1812. Reason: (noSuchName) There is no such variable name in this MIB.
  1813. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.3.2.2  
  1814.  
  1815.  
  1816.  
  1817. Error in packet
  1818. Reason: (noSuchName) There is no such variable name in this MIB.
  1819. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.3.2.2  
  1820.  
  1821. Custom OID upsAdvanceInputMaxLineVoltage: 0 1/10V
  1822.  
  1823. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,31] 0.46ms]
  1824.  
  1825.  
  1826. array (
  1827.   'customoid_id' => 32,
  1828.   'device_id' => 261,
  1829.   'customoid_descr' => 'upsAdvanceInputMinLineVoltage',
  1830.   'customoid_deleted' => 0,
  1831.   'customoid_current' => 0.0,
  1832.   'customoid_prev' => 0.0,
  1833.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.3.2.3',
  1834.   'customoid_datatype' => 'GAUGE',
  1835.   'customoid_unit' => '1/10V',
  1836.   'customoid_divisor' => 1,
  1837.   'customoid_multiplier' => 1,
  1838.   'customoid_limit' => 0.0,
  1839.   'customoid_limit_warn' => 0.0,
  1840.   'customoid_limit_low' => 0.0,
  1841.   'customoid_limit_low_warn' => 0.0,
  1842.   'customoid_alert' => 0,
  1843.   'customoid_passed' => 1,
  1844.   'lastupdate' => '2024-01-02 17:53:22',
  1845.   'user_func' => '',
  1846. )  
  1847.  
  1848. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.3.2.3']
  1849.  
  1850. Exitcode: 2  
  1851.  
  1852. Error in packet
  1853. Reason: (noSuchName) There is no such variable name in this MIB.
  1854. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.3.2.3  
  1855.  
  1856.  
  1857.  
  1858. Error in packet
  1859. Reason: (noSuchName) There is no such variable name in this MIB.
  1860. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.3.2.3  
  1861.  
  1862. Custom OID upsAdvanceInputMinLineVoltage:
  1863. 0 1/10V
  1864.  
  1865. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,32] 0.48ms]
  1866.  
  1867.  
  1868. array (
  1869.   'customoid_id' => 33,
  1870.   'device_id' => 261,
  1871.   'customoid_descr' => 'upsAdvanceInputFrequency',
  1872.   'customoid_deleted' => 0,
  1873.   'customoid_current' => 0.0,
  1874.   'customoid_prev' => 0.0,
  1875.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.3.2.4',
  1876.   'customoid_datatype' => 'GAUGE',
  1877.   'customoid_unit' => '1/10Hz',
  1878.   'customoid_divisor' => 1,
  1879.   'customoid_multiplier' => 1,
  1880.   'customoid_limit' => 0.0,
  1881.   'customoid_limit_warn' => 0.0,
  1882.   'customoid_limit_low' => 0.0,
  1883.   'customoid_limit_low_warn' => 0.0,
  1884.   'customoid_alert' => 0,
  1885.   'customoid_passed' => 1,
  1886.   'lastupdate' => '2024-01-02 17:53:22',
  1887.   'user_func' => '',
  1888. )  
  1889.  
  1890. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.3.2.4']
  1891.  
  1892. Exitcode: 2  
  1893.  
  1894. Error in packet
  1895. Reason: (noSuchName) There is no such variable name in this MIB.
  1896. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.3.2.4  
  1897.  
  1898.  
  1899.  
  1900. Error in packet
  1901. Reason: (noSuchName) There is no such variable name in this MIB.
  1902. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.3.2.4  
  1903.  
  1904. Custom OID upsAdvanceInputFrequency:
  1905. 0 1/10Hz
  1906.  
  1907. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,33] 0.44ms]
  1908.  
  1909.  
  1910. array (
  1911.   'customoid_id' => 34,
  1912.   'device_id' => 261,
  1913.   'customoid_descr' => 'upsAdvanceInputLineFailCause',
  1914.   'customoid_deleted' => 0,
  1915.   'customoid_current' => 0.0,
  1916.   'customoid_prev' => 0.0,
  1917.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.3.2.5',
  1918.   'customoid_datatype' => 'GAUGE',
  1919.   'customoid_unit' => '',
  1920.   'customoid_divisor' => 1,
  1921.   'customoid_multiplier' => 1,
  1922.   'customoid_limit' => 0.0,
  1923.   'customoid_limit_warn' => 0.0,
  1924.   'customoid_limit_low' => 0.0,
  1925.   'customoid_limit_low_warn' => 0.0,
  1926.   'customoid_alert' => 0,
  1927.   'customoid_passed' => 1,
  1928.   'lastupdate' => '2024-01-02 17:53:23',
  1929.   'user_func' => '',
  1930. )  
  1931.  
  1932. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.3.2.5']
  1933.  
  1934. Exitcode: 2  
  1935.  
  1936. Error in packet
  1937. Reason: (noSuchName) There is no such variable name in this MIB.
  1938. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.3.2.5  
  1939.  
  1940.  
  1941. Error in packet
  1942. Reason: (noSuchName) There is no such variable name in this MIB.
  1943. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.3.2.5  
  1944.  
  1945. Custom OID upsAdvanceInputLineFailCause: 0
  1946.  
  1947. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,34] 0.44ms]
  1948.  
  1949.  
  1950. array (
  1951.   'customoid_id' => 35,
  1952.   'device_id' => 261,
  1953.   'customoid_descr' => 'upsAdvanceInputStatus',
  1954.   'customoid_deleted' => 0,
  1955.   'customoid_current' => 0.0,
  1956.   'customoid_prev' => 0.0,
  1957.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.3.2.6',
  1958.   'customoid_datatype' => 'GAUGE',
  1959.   'customoid_unit' => '',
  1960.   'customoid_divisor' => 1,
  1961.   'customoid_multiplier' => 1,
  1962.   'customoid_limit' => 0.0,
  1963.   'customoid_limit_warn' => 0.0,
  1964.   'customoid_limit_low' => 0.0,
  1965.   'customoid_limit_low_warn' => 0.0,
  1966.   'customoid_alert' => 0,
  1967.   'customoid_passed' => 1,
  1968.   'lastupdate' => '2024-01-02 17:53:23',
  1969.   'user_func' => '',
  1970. )  
  1971.  
  1972. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.3.2.6']
  1973.  
  1974. Exitcode: 2  
  1975.  
  1976. Error in packet
  1977. Reason: (noSuchName) There is no such variable name in this MIB.
  1978. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.3.2.6  
  1979.  
  1980.  
  1981.  
  1982. Error in packet
  1983. Reason: (noSuchName) There is no such variable name in this MIB.
  1984. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.3.2.6  
  1985.  
  1986. Custom OID upsAdvanceInputStatus: 0
  1987.  
  1988. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,35] 0.92ms]
  1989.  
  1990.  
  1991. array (
  1992.   'customoid_id' => 36,
  1993.   'device_id' => 261,
  1994.   'customoid_descr' => 'upsBaseOutputStatus',
  1995.   'customoid_deleted' => 0,
  1996.   'customoid_current' => 0.0,
  1997.   'customoid_prev' => 0.0,
  1998.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.4.1.1',
  1999.   'customoid_datatype' => '',
  2000.   'customoid_unit' => '',
  2001.   'customoid_divisor' => 1,
  2002.   'customoid_multiplier' => 1,
  2003.   'customoid_limit' => 0.0,
  2004.   'customoid_limit_warn' => 0.0,
  2005.   'customoid_limit_low' => 0.0,
  2006.   'customoid_limit_low_warn' => 0.0,
  2007.   'customoid_alert' => 0,
  2008.   'customoid_passed' => 1,
  2009.   'lastupdate' => '2024-01-02 17:53:23',
  2010.   'user_func' => '',
  2011. )  
  2012.  
  2013. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.4.1.1']
  2014.  
  2015. Exitcode: 2  
  2016.  
  2017. Error in packet
  2018. Reason: (noSuchName) There is no such variable name in this MIB.
  2019. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.4.1.1  
  2020.  
  2021.  
  2022. Error in packet
  2023. Reason: (noSuchName) There is no such variable name in this MIB.
  2024. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.4.1.1  
  2025.  
  2026. Custom OID upsBaseOutputStatus: 0
  2027.  
  2028. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,36] 0.54ms]
  2029.  
  2030.  
  2031. array (
  2032.   'customoid_id' => 37,
  2033.   'device_id' => 261,
  2034.   'customoid_descr' => 'upsBaseOutputPhase',
  2035.   'customoid_deleted' => 0,
  2036.   'customoid_current' => 0.0,
  2037.   'customoid_prev' => 0.0,
  2038.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.4.1.2',
  2039.   'customoid_datatype' => 'GAUGE',
  2040.   'customoid_unit' => '',
  2041.   'customoid_divisor' => 1,
  2042.   'customoid_multiplier' => 1,
  2043.   'customoid_limit' => 0.0,
  2044.   'customoid_limit_warn' => 0.0,
  2045.   'customoid_limit_low' => 0.0,
  2046.   'customoid_limit_low_warn' => 0.0,
  2047.   'customoid_alert' => 0,
  2048.   'customoid_passed' => 1,
  2049.   'lastupdate' => '2024-01-02 17:53:23',
  2050.   'user_func' => '',
  2051. )  
  2052.  
  2053. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.4.1.2']
  2054.  
  2055. Exitcode: 2  
  2056.  
  2057. Error in packet
  2058. Reason: (noSuchName) There is no such variable name in this MIB.
  2059. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.4.1.2  
  2060.  
  2061.  
  2062.  
  2063. Error in packet
  2064. Reason: (noSuchName) There is no such variable name in this MIB.
  2065. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.4.1.2  
  2066.  
  2067. Custom OID upsBaseOutputPhase:
  2068. 0
  2069.  
  2070. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,37] 0.47ms]
  2071.  
  2072.  
  2073. array (
  2074.   'customoid_id' => 38,
  2075.   'device_id' => 261,
  2076.   'customoid_descr' => 'upsBaseOutputWorkingFrequency',
  2077.   'customoid_deleted' => 0,
  2078.   'customoid_current' => 0.0,
  2079.   'customoid_prev' => 0.0,
  2080.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.4.1.3',
  2081.   'customoid_datatype' => 'GAUGE',
  2082.   'customoid_unit' => 'Hz',
  2083.   'customoid_divisor' => 1,
  2084.   'customoid_multiplier' => 1,
  2085.   'customoid_limit' => 0.0,
  2086.   'customoid_limit_warn' => 0.0,
  2087.   'customoid_limit_low' => 0.0,
  2088.   'customoid_limit_low_warn' => 0.0,
  2089.   'customoid_alert' => 0,
  2090.   'customoid_passed' => 1,
  2091.   'lastupdate' => '2024-01-02 17:53:23',
  2092.   'user_func' => '',
  2093. )  
  2094.  
  2095. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.4.1.3']
  2096.  
  2097. Exitcode: 2  
  2098.  
  2099. Error in packet
  2100. Reason: (noSuchName) There is no such variable name in this MIB.
  2101. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.4.1.3  
  2102.  
  2103.  
  2104.  
  2105. Error in packet
  2106. Reason: (noSuchName) There is no such variable name in this MIB.
  2107. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.4.1.3  
  2108.  
  2109. Custom OID upsBaseOutputWorkingFrequency: 0 Hz
  2110.  
  2111. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,38] 0.43ms]
  2112.  
  2113.  
  2114. array (
  2115.   'customoid_id' => 39,
  2116.   'device_id' => 261,
  2117.   'customoid_descr' => 'upsAdvanceOutputVoltage',
  2118.   'customoid_deleted' => 0,
  2119.   'customoid_current' => 0.0,
  2120.   'customoid_prev' => 0.0,
  2121.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.4.2.1',
  2122.   'customoid_datatype' => 'GAUGE',
  2123.   'customoid_unit' => '1/10V',
  2124.   'customoid_divisor' => 1,
  2125.   'customoid_multiplier' => 1,
  2126.   'customoid_limit' => 0.0,
  2127.   'customoid_limit_warn' => 0.0,
  2128.   'customoid_limit_low' => 0.0,
  2129.   'customoid_limit_low_warn' => 0.0,
  2130.   'customoid_alert' => 0,
  2131.   'customoid_passed' => 1,
  2132.   'lastupdate' => '2024-01-02 17:53:23',
  2133.   'user_func' => '',
  2134. )  
  2135.  
  2136. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.4.2.1']
  2137.  
  2138. Exitcode: 2  
  2139.  
  2140. Error in packet
  2141. Reason: (noSuchName) There is no such variable name in this MIB.
  2142. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.4.2.1  
  2143.  
  2144.  
  2145.  
  2146. Error in packet
  2147. Reason: (noSuchName) There is no such variable name in this MIB.
  2148. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.4.2.1  
  2149.  
  2150. Custom OID upsAdvanceOutputVoltage: 0 1/10V
  2151.  
  2152. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,39] 0.47ms]
  2153.  
  2154.  
  2155. array (
  2156.   'customoid_id' => 40,
  2157.   'device_id' => 261,
  2158.   'customoid_descr' => 'upsAdvanceOutputFrequency',
  2159.   'customoid_deleted' => 0,
  2160.   'customoid_current' => 0.0,
  2161.   'customoid_prev' => 0.0,
  2162.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.4.2.2',
  2163.   'customoid_datatype' => 'GAUGE',
  2164.   'customoid_unit' => '1/10Hz',
  2165.   'customoid_divisor' => 1,
  2166.   'customoid_multiplier' => 1,
  2167.   'customoid_limit' => 0.0,
  2168.   'customoid_limit_warn' => 0.0,
  2169.   'customoid_limit_low' => 0.0,
  2170.   'customoid_limit_low_warn' => 0.0,
  2171.   'customoid_alert' => 0,
  2172.   'customoid_passed' => 1,
  2173.   'lastupdate' => '2024-01-02 17:53:23',
  2174.   'user_func' => '',
  2175. )  
  2176.  
  2177. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.4.2.2']
  2178.  
  2179. Exitcode: 2  
  2180.  
  2181. Error in packet
  2182. Reason: (noSuchName) There is no such variable name in this MIB.
  2183. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.4.2.2  
  2184.  
  2185.  
  2186. Error in packet
  2187. Reason: (noSuchName) There is no such variable name in this MIB.
  2188. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.4.2.2  
  2189.  
  2190. Custom OID upsAdvanceOutputFrequency: 0 1/10Hz
  2191.  
  2192. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,40] 0.47ms]
  2193.  
  2194.  
  2195. array (
  2196.   'customoid_id' => 41,
  2197.   'device_id' => 261,
  2198.   'customoid_descr' => 'upsAdvanceOutputLoad',
  2199.   'customoid_deleted' => 0,
  2200.   'customoid_current' => 0.0,
  2201.   'customoid_prev' => 0.0,
  2202.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.4.2.3',
  2203.   'customoid_datatype' => 'GAUGE',
  2204.   'customoid_unit' => '%',
  2205.   'customoid_divisor' => 1,
  2206.   'customoid_multiplier' => 1,
  2207.   'customoid_limit' => 0.0,
  2208.   'customoid_limit_warn' => 0.0,
  2209.   'customoid_limit_low' => 0.0,
  2210.   'customoid_limit_low_warn' => 0.0,
  2211.   'customoid_alert' => 0,
  2212.   'customoid_passed' => 1,
  2213.   'lastupdate' => '2024-01-02 17:53:23',
  2214.   'user_func' => '',
  2215. )  
  2216.  
  2217. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.4.2.3']
  2218.  
  2219. Exitcode: 2  
  2220.  
  2221. Error in packet
  2222. Reason: (noSuchName) There is no such variable name in this MIB.
  2223. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.4.2.3  
  2224.  
  2225.  
  2226.  
  2227. Error in packet
  2228. Reason: (noSuchName) There is no such variable name in this MIB.
  2229. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.4.2.3  
  2230.  
  2231. Custom OID upsAdvanceOutputLoad: 0 %
  2232.  
  2233. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,41] 0.5ms]
  2234.  
  2235.  
  2236. array (
  2237.   'customoid_id' => 42,
  2238.   'device_id' => 261,
  2239.   'customoid_descr' => 'upsAdvanceOutputCurrent',
  2240.   'customoid_deleted' => 0,
  2241.   'customoid_current' => 0.0,
  2242.   'customoid_prev' => 0.0,
  2243.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.4.2.4',
  2244.   'customoid_datatype' => 'GAUGE',
  2245.   'customoid_unit' => '0.1A',
  2246.   'customoid_divisor' => 1,
  2247.   'customoid_multiplier' => 1,
  2248.   'customoid_limit' => 0.0,
  2249.   'customoid_limit_warn' => 0.0,
  2250.   'customoid_limit_low' => 0.0,
  2251.   'customoid_limit_low_warn' => 0.0,
  2252.   'customoid_alert' => 0,
  2253.   'customoid_passed' => 1,
  2254.   'lastupdate' => '2024-01-02 17:53:23',
  2255.   'user_func' => '',
  2256. )  
  2257.  
  2258. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.4.2.4']
  2259.  
  2260. Exitcode: 2  
  2261.  
  2262. Error in packet
  2263. Reason: (noSuchName) There is no such variable name in this MIB.
  2264. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.4.2.4  
  2265.  
  2266.  
  2267.  
  2268. Error in packet
  2269. Reason: (noSuchName) There is no such variable name in this MIB.
  2270. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.4.2.4  
  2271.  
  2272. Custom OID upsAdvanceOutputCurrent: 0 0.1A
  2273.  
  2274. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,42] 0.44ms]
  2275.  
  2276.  
  2277. array (
  2278.   'customoid_id' => 43,
  2279.   'device_id' => 261,
  2280.   'customoid_descr' => 'upsAdvanceOutputPower',
  2281.   'customoid_deleted' => 0,
  2282.   'customoid_current' => 0.0,
  2283.   'customoid_prev' => 0.0,
  2284.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.4.2.5',
  2285.   'customoid_datatype' => 'GAUGE',
  2286.   'customoid_unit' => 'Watt',
  2287.   'customoid_divisor' => 1,
  2288.   'customoid_multiplier' => 1,
  2289.   'customoid_limit' => 0.0,
  2290.   'customoid_limit_warn' => 0.0,
  2291.   'customoid_limit_low' => 0.0,
  2292.   'customoid_limit_low_warn' => 0.0,
  2293.   'customoid_alert' => 0,
  2294.   'customoid_passed' => 1,
  2295.   'lastupdate' => '2024-01-02 17:53:23',
  2296.   'user_func' => '',
  2297. )  
  2298.  
  2299. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.4.2.5']
  2300.  
  2301. Exitcode: 2  
  2302.  
  2303. Error in packet
  2304. Reason: (noSuchName) There is no such variable name in this MIB.
  2305. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.4.2.5  
  2306.  
  2307.  
  2308. Error in packet
  2309. Reason: (noSuchName) There is no such variable name in this MIB.
  2310. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.4.2.5  
  2311.  
  2312. Custom OID upsAdvanceOutputPower: 0 Watt
  2313.  
  2314. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,43] 0.45ms]
  2315.  
  2316.  
  2317. array (
  2318.   'customoid_id' => 44,
  2319.   'device_id' => 261,
  2320.   'customoid_descr' => 'upsAdvanceOutputEnergy',
  2321.   'customoid_deleted' => 0,
  2322.   'customoid_current' => 0.0,
  2323.   'customoid_prev' => 0.0,
  2324.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.4.2.6',
  2325.   'customoid_datatype' => 'GAUGE',
  2326.   'customoid_unit' => '',
  2327.   'customoid_divisor' => 1,
  2328.   'customoid_multiplier' => 1,
  2329.   'customoid_limit' => 0.0,
  2330.   'customoid_limit_warn' => 0.0,
  2331.   'customoid_limit_low' => 0.0,
  2332.   'customoid_limit_low_warn' => 0.0,
  2333.   'customoid_alert' => 0,
  2334.   'customoid_passed' => 1,
  2335.   'lastupdate' => '2024-01-02 17:53:23',
  2336.   'user_func' => '',
  2337. )  
  2338.  
  2339. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.4.2.6']
  2340.  
  2341. Exitcode: 2  
  2342.  
  2343. Error in packet
  2344. Reason: (noSuchName) There is no such variable name in this MIB.
  2345. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.4.2.6  
  2346.  
  2347.  
  2348.  
  2349. Error in packet
  2350. Reason: (noSuchName) There is no such variable name in this MIB.
  2351. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.4.2.6  
  2352.  
  2353. Custom OID upsAdvanceOutputEnergy: 0
  2354.  
  2355. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,44] 0.45ms]
  2356.  
  2357.  
  2358. array (
  2359.   'customoid_id' => 45,
  2360.   'device_id' => 261,
  2361.   'customoid_descr' => 'upsAdvanceOutputEnergyStartTime',
  2362.   'customoid_deleted' => 0,
  2363.   'customoid_current' => 0.0,
  2364.   'customoid_prev' => 0.0,
  2365.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.4.2.7',
  2366.   'customoid_datatype' => 'GAUGE',
  2367.   'customoid_unit' => '',
  2368.   'customoid_divisor' => 1,
  2369.   'customoid_multiplier' => 1,
  2370.   'customoid_limit' => 0.0,
  2371.   'customoid_limit_warn' => 0.0,
  2372.   'customoid_limit_low' => 0.0,
  2373.   'customoid_limit_low_warn' => 0.0,
  2374.   'customoid_alert' => 0,
  2375.   'customoid_passed' => 1,
  2376.   'lastupdate' => '2024-01-02 17:53:24',
  2377.   'user_func' => '',
  2378. )  
  2379.  
  2380. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.4.2.7']
  2381.  
  2382. Exitcode: 2  
  2383.  
  2384. Error in packet
  2385. Reason: (noSuchName) There is no such variable name in this MIB.
  2386. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.4.2.7  
  2387.  
  2388.  
  2389. Error in packet
  2390. Reason: (noSuchName) There is no such variable name in this MIB.
  2391. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.4.2.7  
  2392.  
  2393. Custom OID upsAdvanceOutputEnergyStartTime: 0
  2394.  
  2395. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,45] 0.57ms]
  2396.  
  2397.  
  2398. array (
  2399.   'customoid_id' => 46,
  2400.   'device_id' => 261,
  2401.   'customoid_descr' => 'deviceIndex',
  2402.   'customoid_deleted' => 0,
  2403.   'customoid_current' => 0.0,
  2404.   'customoid_prev' => 0.0,
  2405.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.5.1.2.1.1',
  2406.   'customoid_datatype' => 'GAUGE',
  2407.   'customoid_unit' => '',
  2408.   'customoid_divisor' => 1,
  2409.   'customoid_multiplier' => 1,
  2410.   'customoid_limit' => 0.0,
  2411.   'customoid_limit_warn' => 0.0,
  2412.   'customoid_limit_low' => 0.0,
  2413.   'customoid_limit_low_warn' => 0.0,
  2414.   'customoid_alert' => 0,
  2415.   'customoid_passed' => 1,
  2416.   'lastupdate' => '2024-01-02 17:53:24',
  2417.   'user_func' => '',
  2418. )  
  2419.  
  2420. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.5.1.2.1.1']
  2421.  
  2422. Exitcode: 2  
  2423.  
  2424. Error in packet
  2425. Reason: (noSuchName) There is no such variable name in this MIB.
  2426. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.5.1.2.1.1  
  2427.  
  2428.  
  2429.  
  2430. Error in packet
  2431. Reason: (noSuchName) There is no such variable name in this MIB.
  2432. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.5.1.2.1.1  
  2433.  
  2434. Custom OID deviceIndex: 0
  2435.  
  2436. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,46] 0.65ms]
  2437.  
  2438.  
  2439. array (
  2440.   'customoid_id' => 47,
  2441.   'device_id' => 261,
  2442.   'customoid_descr' => 'deviceName',
  2443.   'customoid_deleted' => 0,
  2444.   'customoid_current' => 0.0,
  2445.   'customoid_prev' => 0.0,
  2446.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.5.1.2.1.2',
  2447.   'customoid_datatype' => 'GAUGE',
  2448.   'customoid_unit' => '',
  2449.   'customoid_divisor' => 1,
  2450.   'customoid_multiplier' => 1,
  2451.   'customoid_limit' => 0.0,
  2452.   'customoid_limit_warn' => 0.0,
  2453.   'customoid_limit_low' => 0.0,
  2454.   'customoid_limit_low_warn' => 0.0,
  2455.   'customoid_alert' => 0,
  2456.   'customoid_passed' => 1,
  2457.   'lastupdate' => '2024-01-02 17:53:24',
  2458.   'user_func' => '',
  2459. )  
  2460.  
  2461. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.5.1.2.1.2']
  2462.  
  2463. Exitcode: 2  
  2464.  
  2465. Error in packet
  2466. Reason: (noSuchName) There is no such variable name in this MIB.
  2467. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.5.1.2.1.2  
  2468.  
  2469.  
  2470.  
  2471. Error in packet
  2472. Reason: (noSuchName) There is no such variable name in this MIB.
  2473. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.5.1.2.1.2  
  2474.  
  2475. Custom OID deviceName: 0
  2476.  
  2477. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,47] 0.47ms]
  2478.  
  2479.  
  2480. array (
  2481.   'customoid_id' => 48,
  2482.   'device_id' => 261,
  2483.   'customoid_descr' => 'vaRating',
  2484.   'customoid_deleted' => 0,
  2485.   'customoid_current' => 0.0,
  2486.   'customoid_prev' => 0.0,
  2487.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.5.1.2.1.3',
  2488.   'customoid_datatype' => 'GAUGE',
  2489.   'customoid_unit' => '',
  2490.   'customoid_divisor' => 1,
  2491.   'customoid_multiplier' => 1,
  2492.   'customoid_limit' => 0.0,
  2493.   'customoid_limit_warn' => 0.0,
  2494.   'customoid_limit_low' => 0.0,
  2495.   'customoid_limit_low_warn' => 0.0,
  2496.   'customoid_alert' => 0,
  2497.   'customoid_passed' => 1,
  2498.   'lastupdate' => '2024-01-02 17:53:24',
  2499.   'user_func' => '',
  2500. )  
  2501.  
  2502. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.5.1.2.1.3']
  2503.  
  2504. Exitcode: 2  
  2505.  
  2506. Error in packet
  2507. Reason: (noSuchName) There is no such variable name in this MIB.
  2508. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.5.1.2.1.3  
  2509.  
  2510.  
  2511.  
  2512. Error in packet
  2513. Reason: (noSuchName) There is no such variable name in this MIB.
  2514. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.5.1.2.1.3  
  2515.  
  2516. Custom OID vaRating: 0
  2517.  
  2518. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,48] 0.5ms]
  2519.  
  2520.  
  2521. array (
  2522.   'customoid_id' => 49,
  2523.   'device_id' => 261,
  2524.   'customoid_descr' => 'acceptThisDevice',
  2525.   'customoid_deleted' => 0,
  2526.   'customoid_current' => 0.0,
  2527.   'customoid_prev' => 0.0,
  2528.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.5.1.2.1.4',
  2529.   'customoid_datatype' => 'GAUGE',
  2530.   'customoid_unit' => '',
  2531.   'customoid_divisor' => 1,
  2532.   'customoid_multiplier' => 1,
  2533.   'customoid_limit' => 0.0,
  2534.   'customoid_limit_warn' => 0.0,
  2535.   'customoid_limit_low' => 0.0,
  2536.   'customoid_limit_low_warn' => 0.0,
  2537.   'customoid_alert' => 0,
  2538.   'customoid_passed' => 1,
  2539.   'lastupdate' => '2024-01-02 17:53:24',
  2540.   'user_func' => '',
  2541. )  
  2542.  
  2543. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.5.1.2.1.4']
  2544.  
  2545. Exitcode: 2  
  2546.  
  2547. Error in packet
  2548. Reason: (noSuchName) There is no such variable name in this MIB.
  2549. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.5.1.2.1.4  
  2550.  
  2551. Error in packet
  2552. Reason: (noSuchName) There is no such variable name in this MIB.
  2553. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.5.1.2.1.4  
  2554.  
  2555. Custom OID acceptThisDevice: 0
  2556.  
  2557. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,49] 0.81ms]
  2558.  
  2559.  
  2560. array (
  2561.   'customoid_id' => 50,
  2562.   'device_id' => 261,
  2563.   'customoid_descr' => 'upsAdvanceConfigRatedOutputVoltage',
  2564.   'customoid_deleted' => 0,
  2565.   'customoid_current' => 0.0,
  2566.   'customoid_prev' => 0.0,
  2567.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.5.2.1',
  2568.   'customoid_datatype' => 'GAUGE',
  2569.   'customoid_unit' => 'V',
  2570.   'customoid_divisor' => 1,
  2571.   'customoid_multiplier' => 1,
  2572.   'customoid_limit' => 0.0,
  2573.   'customoid_limit_warn' => 0.0,
  2574.   'customoid_limit_low' => 0.0,
  2575.   'customoid_limit_low_warn' => 0.0,
  2576.   'customoid_alert' => 0,
  2577.   'customoid_passed' => 1,
  2578.   'lastupdate' => '2024-01-02 17:53:24',
  2579.   'user_func' => '',
  2580. )  
  2581.  
  2582. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.5.2.1']
  2583.  
  2584. Exitcode: 2  
  2585.  
  2586. Error in packet
  2587. Reason: (noSuchName) There is no such variable name in this MIB.
  2588. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.5.2.1  
  2589.  
  2590.  
  2591. Error in packet
  2592. Reason: (noSuchName) There is no such variable name in this MIB.
  2593. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.5.2.1  
  2594.  
  2595. Custom OID upsAdvanceConfigRatedOutputVoltage: 0 V
  2596.  
  2597. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,50] 0.55ms]
  2598.  
  2599.  
  2600. array (
  2601.   'customoid_id' => 51,
  2602.   'device_id' => 261,
  2603.   'customoid_descr' => 'upsAdvanceConfigHighTransferVolt',
  2604.   'customoid_deleted' => 0,
  2605.   'customoid_current' => 0.0,
  2606.   'customoid_prev' => 0.0,
  2607.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.5.2.2',
  2608.   'customoid_datatype' => 'GAUGE',
  2609.   'customoid_unit' => 'V',
  2610.   'customoid_divisor' => 1,
  2611.   'customoid_multiplier' => 1,
  2612.   'customoid_limit' => 0.0,
  2613.   'customoid_limit_warn' => 0.0,
  2614.   'customoid_limit_low' => 0.0,
  2615.   'customoid_limit_low_warn' => 0.0,
  2616.   'customoid_alert' => 0,
  2617.   'customoid_passed' => 1,
  2618.   'lastupdate' => '2024-01-02 17:53:24',
  2619.   'user_func' => '',
  2620. )  
  2621.  
  2622. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.5.2.2']
  2623.  
  2624. Exitcode: 2  
  2625.  
  2626. Error in packet
  2627. Reason: (noSuchName) There is no such variable name in this MIB.
  2628. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.5.2.2  
  2629.  
  2630.  
  2631.  
  2632. Error in packet
  2633. Reason: (noSuchName) There is no such variable name in this MIB.
  2634. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.5.2.2  
  2635.  
  2636. Custom OID upsAdvanceConfigHighTransferVolt:
  2637. 0 V
  2638.  
  2639. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,51] 0.52ms]
  2640.  
  2641.  
  2642. array (
  2643.   'customoid_id' => 53,
  2644.   'device_id' => 261,
  2645.   'customoid_descr' => 'upsAdvanceConfigAlarm',
  2646.   'customoid_deleted' => 0,
  2647.   'customoid_current' => 0.0,
  2648.   'customoid_prev' => 0.0,
  2649.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.5.2.4',
  2650.   'customoid_datatype' => 'GAUGE',
  2651.   'customoid_unit' => '',
  2652.   'customoid_divisor' => 1,
  2653.   'customoid_multiplier' => 1,
  2654.   'customoid_limit' => 0.0,
  2655.   'customoid_limit_warn' => 0.0,
  2656.   'customoid_limit_low' => 0.0,
  2657.   'customoid_limit_low_warn' => 0.0,
  2658.   'customoid_alert' => 0,
  2659.   'customoid_passed' => 1,
  2660.   'lastupdate' => '2024-01-02 17:53:24',
  2661.   'user_func' => '',
  2662. )  
  2663.  
  2664. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.5.2.4']
  2665.  
  2666. Exitcode: 2  
  2667.  
  2668. Error in packet
  2669. Reason: (noSuchName) There is no such variable name in this MIB.
  2670. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.5.2.4  
  2671.  
  2672.  
  2673.  
  2674. Error in packet
  2675. Reason: (noSuchName) There is no such variable name in this MIB.
  2676. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.5.2.4  
  2677.  
  2678. Custom OID upsAdvanceConfigAlarm:
  2679. 0
  2680.  
  2681. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,53] 0.66ms]
  2682.  
  2683.  
  2684. array (
  2685.   'customoid_id' => 54,
  2686.   'device_id' => 261,
  2687.   'customoid_descr' => 'upsAdvanceConfigMinReturnCapacity',
  2688.   'customoid_deleted' => 0,
  2689.   'customoid_current' => 0.0,
  2690.   'customoid_prev' => 0.0,
  2691.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.5.2.6',
  2692.   'customoid_datatype' => 'GAUGE',
  2693.   'customoid_unit' => '',
  2694.   'customoid_divisor' => 1,
  2695.   'customoid_multiplier' => 1,
  2696.   'customoid_limit' => 0.0,
  2697.   'customoid_limit_warn' => 0.0,
  2698.   'customoid_limit_low' => 0.0,
  2699.   'customoid_limit_low_warn' => 0.0,
  2700.   'customoid_alert' => 0,
  2701.   'customoid_passed' => 1,
  2702.   'lastupdate' => '2024-01-02 17:53:24',
  2703.   'user_func' => '',
  2704. )  
  2705.  
  2706. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.5.2.6']
  2707.  
  2708. Exitcode: 2  
  2709.  
  2710. Error in packet
  2711. Reason: (noSuchName) There is no such variable name in this MIB.
  2712. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.5.2.6  
  2713.  
  2714.  
  2715.  
  2716. Error in packet
  2717. Reason: (noSuchName) There is no such variable name in this MIB.
  2718. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.5.2.6  
  2719.  
  2720. Custom OID upsAdvanceConfigMinReturnCapacity:
  2721. 0
  2722.  
  2723. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,54] 0.55ms]
  2724.  
  2725.  
  2726. array (
  2727.   'customoid_id' => 55,
  2728.   'device_id' => 261,
  2729.   'customoid_descr' => 'upsAdvanceConfigSensitivity',
  2730.   'customoid_deleted' => 0,
  2731.   'customoid_current' => 0.0,
  2732.   'customoid_prev' => 0.0,
  2733.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.5.2.7',
  2734.   'customoid_datatype' => 'GAUGE',
  2735.   'customoid_unit' => '',
  2736.   'customoid_divisor' => 1,
  2737.   'customoid_multiplier' => 1,
  2738.   'customoid_limit' => 0.0,
  2739.   'customoid_limit_warn' => 0.0,
  2740.   'customoid_limit_low' => 0.0,
  2741.   'customoid_limit_low_warn' => 0.0,
  2742.   'customoid_alert' => 0,
  2743.   'customoid_passed' => 1,
  2744.   'lastupdate' => '2024-01-02 17:53:25',
  2745.   'user_func' => '',
  2746. )  
  2747.  
  2748. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.5.2.7']
  2749.  
  2750. Exitcode: 2  
  2751.  
  2752. Error in packet
  2753. Reason: (noSuchName) There is no such variable name in this MIB.
  2754. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.5.2.7  
  2755.  
  2756.  
  2757.  
  2758. Error in packet
  2759. Reason: (noSuchName) There is no such variable name in this MIB.
  2760. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.5.2.7  
  2761.  
  2762. Custom OID upsAdvanceConfigSensitivity:
  2763. 0
  2764.  
  2765. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,55] 0.64ms]
  2766.  
  2767.  
  2768. array (
  2769.   'customoid_id' => 56,
  2770.   'device_id' => 261,
  2771.   'customoid_descr' => 'upsAdvanceConfigReturnDelay',
  2772.   'customoid_deleted' => 0,
  2773.   'customoid_current' => 0.0,
  2774.   'customoid_prev' => 0.0,
  2775.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.5.2.9',
  2776.   'customoid_datatype' => 'GAUGE',
  2777.   'customoid_unit' => '',
  2778.   'customoid_divisor' => 1,
  2779.   'customoid_multiplier' => 1,
  2780.   'customoid_limit' => 0.0,
  2781.   'customoid_limit_warn' => 0.0,
  2782.   'customoid_limit_low' => 0.0,
  2783.   'customoid_limit_low_warn' => 0.0,
  2784.   'customoid_alert' => 0,
  2785.   'customoid_passed' => 1,
  2786.   'lastupdate' => '2024-01-02 17:53:25',
  2787.   'user_func' => '',
  2788. )  
  2789.  
  2790. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.5.2.9']
  2791.  
  2792. Exitcode: 2  
  2793.  
  2794. Error in packet
  2795. Reason: (noSuchName) There is no such variable name in this MIB.
  2796. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.5.2.9  
  2797.  
  2798. Error in packet
  2799. Reason: (noSuchName) There is no such variable name in this MIB.
  2800. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.5.2.9  
  2801.  
  2802. Custom OID upsAdvanceConfigReturnDelay: 0
  2803.  
  2804. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,56] 0.81ms]
  2805.  
  2806.  
  2807. array (
  2808.   'customoid_id' => 57,
  2809.   'device_id' => 261,
  2810.   'customoid_descr' => 'upsAdvanceConfigShutoffDelay',
  2811.   'customoid_deleted' => 0,
  2812.   'customoid_current' => 0.0,
  2813.   'customoid_prev' => 0.0,
  2814.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.5.2.10',
  2815.   'customoid_datatype' => 'GAUGE',
  2816.   'customoid_unit' => '',
  2817.   'customoid_divisor' => 1,
  2818.   'customoid_multiplier' => 1,
  2819.   'customoid_limit' => 0.0,
  2820.   'customoid_limit_warn' => 0.0,
  2821.   'customoid_limit_low' => 0.0,
  2822.   'customoid_limit_low_warn' => 0.0,
  2823.   'customoid_alert' => 0,
  2824.   'customoid_passed' => 1,
  2825.   'lastupdate' => '2024-01-02 17:53:25',
  2826.   'user_func' => '',
  2827. )  
  2828.  
  2829. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.5.2.10']
  2830.  
  2831. Exitcode: 2  
  2832.  
  2833. Error in packet
  2834. Reason: (noSuchName) There is no such variable name in this MIB.
  2835. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.5.2.10  
  2836.  
  2837.  
  2838.  
  2839. Error in packet
  2840. Reason: (noSuchName) There is no such variable name in this MIB.
  2841. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.5.2.10  
  2842.  
  2843. Custom OID upsAdvanceConfigShutoffDelay:
  2844. 0
  2845.  
  2846. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,57] 0.55ms]
  2847.  
  2848.  
  2849. array (
  2850.   'customoid_id' => 58,
  2851.   'device_id' => 261,
  2852.   'customoid_descr' => 'upsAdvanceConfigSleepDelay',
  2853.   'customoid_deleted' => 0,
  2854.   'customoid_current' => 0.0,
  2855.   'customoid_prev' => 0.0,
  2856.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.5.2.11',
  2857.   'customoid_datatype' => 'GAUGE',
  2858.   'customoid_unit' => '',
  2859.   'customoid_divisor' => 1,
  2860.   'customoid_multiplier' => 1,
  2861.   'customoid_limit' => 0.0,
  2862.   'customoid_limit_warn' => 0.0,
  2863.   'customoid_limit_low' => 0.0,
  2864.   'customoid_limit_low_warn' => 0.0,
  2865.   'customoid_alert' => 0,
  2866.   'customoid_passed' => 1,
  2867.   'lastupdate' => '2024-01-02 17:53:25',
  2868.   'user_func' => '',
  2869. )  
  2870.  
  2871. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.5.2.11']
  2872.  
  2873. Exitcode: 2  
  2874.  
  2875. Error in packet
  2876. Reason: (noSuchName) There is no such variable name in this MIB.
  2877. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.5.2.11  
  2878.  
  2879. Error in packet
  2880. Reason: (noSuchName) There is no such variable name in this MIB.
  2881. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.5.2.11  
  2882.  
  2883. Custom OID upsAdvanceConfigSleepDelay: 0
  2884.  
  2885. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,58] 0.8ms]
  2886.  
  2887.  
  2888. array (
  2889.   'customoid_id' => 59,
  2890.   'device_id' => 261,
  2891.   'customoid_descr' => 'upsAdvanceConfigAutoRestore',
  2892.   'customoid_deleted' => 0,
  2893.   'customoid_current' => 0.0,
  2894.   'customoid_prev' => 0.0,
  2895.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.5.2.13',
  2896.   'customoid_datatype' => 'GAUGE',
  2897.   'customoid_unit' => '',
  2898.   'customoid_divisor' => 1,
  2899.   'customoid_multiplier' => 1,
  2900.   'customoid_limit' => 0.0,
  2901.   'customoid_limit_warn' => 0.0,
  2902.   'customoid_limit_low' => 0.0,
  2903.   'customoid_limit_low_warn' => 0.0,
  2904.   'customoid_alert' => 0,
  2905.   'customoid_passed' => 1,
  2906.   'lastupdate' => '2024-01-02 17:53:25',
  2907.   'user_func' => '',
  2908. )  
  2909.  
  2910. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.5.2.13']
  2911.  
  2912. Exitcode: 2  
  2913.  
  2914. Error in packet
  2915. Reason: (noSuchName) There is no such variable name in this MIB.
  2916. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.5.2.13  
  2917.  
  2918. Error in packet
  2919. Reason: (noSuchName) There is no such variable name in this MIB.
  2920. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.5.2.13  
  2921.  
  2922. Custom OID upsAdvanceConfigAutoRestore: 0
  2923.  
  2924. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,59] 0.53ms]
  2925.  
  2926.  
  2927. array (
  2928.   'customoid_id' => 60,
  2929.   'device_id' => 261,
  2930.   'customoid_descr' => 'upsAdvanceConfigRechargedCapacity',
  2931.   'customoid_deleted' => 0,
  2932.   'customoid_current' => 0.0,
  2933.   'customoid_prev' => 0.0,
  2934.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.5.2.14',
  2935.   'customoid_datatype' => 'GAUGE',
  2936.   'customoid_unit' => '%',
  2937.   'customoid_divisor' => 1,
  2938.   'customoid_multiplier' => 1,
  2939.   'customoid_limit' => 0.0,
  2940.   'customoid_limit_warn' => 0.0,
  2941.   'customoid_limit_low' => 0.0,
  2942.   'customoid_limit_low_warn' => 0.0,
  2943.   'customoid_alert' => 0,
  2944.   'customoid_passed' => 1,
  2945.   'lastupdate' => '2024-01-02 17:53:25',
  2946.   'user_func' => '',
  2947. )  
  2948.  
  2949. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.5.2.14']
  2950.  
  2951. Exitcode: 2  
  2952.  
  2953. Error in packet
  2954. Reason: (noSuchName) There is no such variable name in this MIB.
  2955. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.5.2.14  
  2956.  
  2957. Error in packet
  2958. Reason: (noSuchName) There is no such variable name in this MIB.
  2959. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.5.2.14  
  2960.  
  2961. Custom OID upsAdvanceConfigRechargedCapacity: 0 %
  2962.  
  2963. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,60] 0.56ms]
  2964.  
  2965.  
  2966. array (
  2967.   'customoid_id' => 61,
  2968.   'device_id' => 261,
  2969.   'customoid_descr' => 'upsAdvanceConfigColdStart',
  2970.   'customoid_deleted' => 0,
  2971.   'customoid_current' => 0.0,
  2972.   'customoid_prev' => 0.0,
  2973.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.5.2.15',
  2974.   'customoid_datatype' => 'GAUGE',
  2975.   'customoid_unit' => '',
  2976.   'customoid_divisor' => 1,
  2977.   'customoid_multiplier' => 1,
  2978.   'customoid_limit' => 0.0,
  2979.   'customoid_limit_warn' => 0.0,
  2980.   'customoid_limit_low' => 0.0,
  2981.   'customoid_limit_low_warn' => 0.0,
  2982.   'customoid_alert' => 0,
  2983.   'customoid_passed' => 1,
  2984.   'lastupdate' => '2024-01-02 17:53:25',
  2985.   'user_func' => '',
  2986. )  
  2987.  
  2988. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.5.2.15']
  2989.  
  2990. Exitcode: 2  
  2991.  
  2992. Error in packet
  2993. Reason: (noSuchName) There is no such variable name in this MIB.
  2994. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.5.2.15  
  2995.  
  2996.  
  2997. Error in packet
  2998. Reason: (noSuchName) There is no such variable name in this MIB.
  2999. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.5.2.15  
  3000.  
  3001. Custom OID upsAdvanceConfigColdStart: 0
  3002.  
  3003. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,61] 0.5ms]
  3004.  
  3005.  
  3006. array (
  3007.   'customoid_id' => 62,
  3008.   'device_id' => 261,
  3009.   'customoid_descr' => 'upsAdvanceConfigDeepDischargeProtection',
  3010.   'customoid_deleted' => 0,
  3011.   'customoid_current' => 0.0,
  3012.   'customoid_prev' => 0.0,
  3013.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.5.2.16',
  3014.   'customoid_datatype' => 'GAUGE',
  3015.   'customoid_unit' => '',
  3016.   'customoid_divisor' => 1,
  3017.   'customoid_multiplier' => 1,
  3018.   'customoid_limit' => 0.0,
  3019.   'customoid_limit_warn' => 0.0,
  3020.   'customoid_limit_low' => 0.0,
  3021.   'customoid_limit_low_warn' => 0.0,
  3022.   'customoid_alert' => 0,
  3023.   'customoid_passed' => 1,
  3024.   'lastupdate' => '2024-01-02 17:53:25',
  3025.   'user_func' => '',
  3026. )  
  3027.  
  3028. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.5.2.16']
  3029.  
  3030. Exitcode: 2  
  3031.  
  3032. Error in packet
  3033. Reason: (noSuchName) There is no such variable name in this MIB.
  3034. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.5.2.16  
  3035.  
  3036.  
  3037.  
  3038. Error in packet
  3039. Reason: (noSuchName) There is no such variable name in this MIB.
  3040. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.5.2.16  
  3041.  
  3042. Custom OID upsAdvanceConfigDeepDischargeProtection:
  3043. 0
  3044.  
  3045. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,62] 0.62ms]
  3046.  
  3047.  
  3048. array (
  3049.   'customoid_id' => 63,
  3050.   'device_id' => 261,
  3051.   'customoid_descr' => 'upsAdvanceConfigSleepAfterAllClientShut',
  3052.   'customoid_deleted' => 0,
  3053.   'customoid_current' => 0.0,
  3054.   'customoid_prev' => 0.0,
  3055.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.5.2.17',
  3056.   'customoid_datatype' => 'GAUGE',
  3057.   'customoid_unit' => '',
  3058.   'customoid_divisor' => 1,
  3059.   'customoid_multiplier' => 1,
  3060.   'customoid_limit' => 0.0,
  3061.   'customoid_limit_warn' => 0.0,
  3062.   'customoid_limit_low' => 0.0,
  3063.   'customoid_limit_low_warn' => 0.0,
  3064.   'customoid_alert' => 0,
  3065.   'customoid_passed' => 1,
  3066.   'lastupdate' => '2024-01-02 17:53:26',
  3067.   'user_func' => '',
  3068. )  
  3069.  
  3070. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.5.2.17']
  3071.  
  3072. Exitcode: 2  
  3073.  
  3074. Error in packet
  3075. Reason: (noSuchName) There is no such variable name in this MIB.
  3076. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.5.2.17  
  3077.  
  3078.  
  3079. Error in packet
  3080. Reason: (noSuchName) There is no such variable name in this MIB.
  3081. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.5.2.17  
  3082.  
  3083. Custom OID upsAdvanceConfigSleepAfterAllClientShut: 0
  3084.  
  3085. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,63] 0.58ms]
  3086.  
  3087.  
  3088. array (
  3089.   'customoid_id' => 64,
  3090.   'device_id' => 261,
  3091.   'customoid_descr' => 'upsAdvanceConfigLowBatteryThreshold',
  3092.   'customoid_deleted' => 0,
  3093.   'customoid_current' => 0.0,
  3094.   'customoid_prev' => 0.0,
  3095.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.5.2.18',
  3096.   'customoid_datatype' => 'GAUGE',
  3097.   'customoid_unit' => '',
  3098.   'customoid_divisor' => 1,
  3099.   'customoid_multiplier' => 1,
  3100.   'customoid_limit' => 0.0,
  3101.   'customoid_limit_warn' => 0.0,
  3102.   'customoid_limit_low' => 0.0,
  3103.   'customoid_limit_low_warn' => 0.0,
  3104.   'customoid_alert' => 0,
  3105.   'customoid_passed' => 1,
  3106.   'lastupdate' => '2024-01-02 17:53:26',
  3107.   'user_func' => '',
  3108. )  
  3109.  
  3110. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.5.2.18']
  3111.  
  3112. Exitcode: 2  
  3113.  
  3114. Error in packet
  3115. Reason: (noSuchName) There is no such variable name in this MIB.
  3116. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.5.2.18  
  3117.  
  3118.  
  3119.  
  3120. Error in packet
  3121. Reason: (noSuchName) There is no such variable name in this MIB.
  3122. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.5.2.18  
  3123.  
  3124. Custom OID upsAdvanceConfigLowBatteryThreshold:
  3125. 0
  3126.  
  3127. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,64] 0.47ms]
  3128.  
  3129.  
  3130. array (
  3131.   'customoid_id' => 65,
  3132.   'device_id' => 261,
  3133.   'customoid_descr' => 'upsAdvanceConfigEnergyReset',
  3134.   'customoid_deleted' => 0,
  3135.   'customoid_current' => 0.0,
  3136.   'customoid_prev' => 0.0,
  3137.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.5.2.19',
  3138.   'customoid_datatype' => 'GAUGE',
  3139.   'customoid_unit' => '',
  3140.   'customoid_divisor' => 1,
  3141.   'customoid_multiplier' => 1,
  3142.   'customoid_limit' => 0.0,
  3143.   'customoid_limit_warn' => 0.0,
  3144.   'customoid_limit_low' => 0.0,
  3145.   'customoid_limit_low_warn' => 0.0,
  3146.   'customoid_alert' => 0,
  3147.   'customoid_passed' => 1,
  3148.   'lastupdate' => '2024-01-02 17:53:26',
  3149.   'user_func' => '',
  3150. )  
  3151.  
  3152. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.5.2.19']
  3153.  
  3154. Exitcode: 2  
  3155.  
  3156. Error in packet
  3157. Reason: (noSuchName) There is no such variable name in this MIB.
  3158. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.5.2.19  
  3159.  
  3160.  
  3161. Error in packet
  3162. Reason: (noSuchName) There is no such variable name in this MIB.
  3163. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.5.2.19  
  3164.  
  3165. Custom OID upsAdvanceConfigEnergyReset: 0
  3166.  
  3167. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,65] 0.52ms]
  3168.  
  3169.  
  3170. array (
  3171.   'customoid_id' => 66,
  3172.   'device_id' => 261,
  3173.   'customoid_descr' => 'upsAdvanceConfigBatteryRuntimeThreshold',
  3174.   'customoid_deleted' => 0,
  3175.   'customoid_current' => 0.0,
  3176.   'customoid_prev' => 0.0,
  3177.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.5.2.20',
  3178.   'customoid_datatype' => 'GAUGE',
  3179.   'customoid_unit' => '',
  3180.   'customoid_divisor' => 1,
  3181.   'customoid_multiplier' => 1,
  3182.   'customoid_limit' => 0.0,
  3183.   'customoid_limit_warn' => 0.0,
  3184.   'customoid_limit_low' => 0.0,
  3185.   'customoid_limit_low_warn' => 0.0,
  3186.   'customoid_alert' => 0,
  3187.   'customoid_passed' => 1,
  3188.   'lastupdate' => '2024-01-02 17:53:26',
  3189.   'user_func' => '',
  3190. )  
  3191.  
  3192. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.5.2.20']
  3193.  
  3194. Exitcode: 2  
  3195.  
  3196. Error in packet
  3197. Reason: (noSuchName) There is no such variable name in this MIB.
  3198. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.5.2.20  
  3199.  
  3200.  
  3201.  
  3202. Error in packet
  3203. Reason: (noSuchName) There is no such variable name in this MIB.
  3204. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.5.2.20  
  3205.  
  3206. Custom OID upsAdvanceConfigBatteryRuntimeThreshold:
  3207. 0
  3208.  
  3209. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,66] 0.49ms]
  3210.  
  3211.  
  3212. array (
  3213.   'customoid_id' => 67,
  3214.   'device_id' => 261,
  3215.   'customoid_descr' => 'upsAdvanceControlUpsOff',
  3216.   'customoid_deleted' => 0,
  3217.   'customoid_current' => 0.0,
  3218.   'customoid_prev' => 0.0,
  3219.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.6.2.1',
  3220.   'customoid_datatype' => 'GAUGE',
  3221.   'customoid_unit' => '',
  3222.   'customoid_divisor' => 1,
  3223.   'customoid_multiplier' => 1,
  3224.   'customoid_limit' => 0.0,
  3225.   'customoid_limit_warn' => 0.0,
  3226.   'customoid_limit_low' => 0.0,
  3227.   'customoid_limit_low_warn' => 0.0,
  3228.   'customoid_alert' => 0,
  3229.   'customoid_passed' => 1,
  3230.   'lastupdate' => '2024-01-02 17:53:26',
  3231.   'user_func' => '',
  3232. )  
  3233.  
  3234. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.6.2.1']
  3235.  
  3236. Exitcode: 2  
  3237.  
  3238. Error in packet
  3239. Reason: (noSuchName) There is no such variable name in this MIB.
  3240. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.6.2.1  
  3241.  
  3242.  
  3243.  
  3244. Error in packet
  3245. Reason: (noSuchName) There is no such variable name in this MIB.
  3246. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.6.2.1  
  3247.  
  3248. Custom OID upsAdvanceControlUpsOff: 0
  3249.  
  3250. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,67] 0.44ms]
  3251.  
  3252.  
  3253. array (
  3254.   'customoid_id' => 69,
  3255.   'device_id' => 261,
  3256.   'customoid_descr' => 'upsAdvanceControlUpsSleep',
  3257.   'customoid_deleted' => 0,
  3258.   'customoid_current' => 0.0,
  3259.   'customoid_prev' => 0.0,
  3260.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.6.2.3',
  3261.   'customoid_datatype' => 'GAUGE',
  3262.   'customoid_unit' => '',
  3263.   'customoid_divisor' => 1,
  3264.   'customoid_multiplier' => 1,
  3265.   'customoid_limit' => 0.0,
  3266.   'customoid_limit_warn' => 0.0,
  3267.   'customoid_limit_low' => 0.0,
  3268.   'customoid_limit_low_warn' => 0.0,
  3269.   'customoid_alert' => 0,
  3270.   'customoid_passed' => 1,
  3271.   'lastupdate' => '2024-01-02 17:53:26',
  3272.   'user_func' => '',
  3273. )  
  3274.  
  3275. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.6.2.3']
  3276.  
  3277. Exitcode: 2  
  3278.  
  3279. Error in packet
  3280. Reason: (noSuchName) There is no such variable name in this MIB.
  3281. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.6.2.3  
  3282.  
  3283.  
  3284.  
  3285. Error in packet
  3286. Reason: (noSuchName) There is no such variable name in this MIB.
  3287. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.6.2.3  
  3288.  
  3289. Custom OID upsAdvanceControlUpsSleep:
  3290. 0
  3291.  
  3292. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,69] 0.66ms]
  3293.  
  3294.  
  3295. array (
  3296.   'customoid_id' => 70,
  3297.   'device_id' => 261,
  3298.   'customoid_descr' => 'upsAdvanceControlFlashAndBeep',
  3299.   'customoid_deleted' => 0,
  3300.   'customoid_current' => 0.0,
  3301.   'customoid_prev' => 0.0,
  3302.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.6.2.5',
  3303.   'customoid_datatype' => 'GAUGE',
  3304.   'customoid_unit' => '',
  3305.   'customoid_divisor' => 1,
  3306.   'customoid_multiplier' => 1,
  3307.   'customoid_limit' => 0.0,
  3308.   'customoid_limit_warn' => 0.0,
  3309.   'customoid_limit_low' => 0.0,
  3310.   'customoid_limit_low_warn' => 0.0,
  3311.   'customoid_alert' => 0,
  3312.   'customoid_passed' => 1,
  3313.   'lastupdate' => '2024-01-02 17:53:26',
  3314.   'user_func' => '',
  3315. )  
  3316.  
  3317. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.6.2.5']
  3318.  
  3319. Exitcode: 2  
  3320.  
  3321. Error in packet
  3322. Reason: (noSuchName) There is no such variable name in this MIB.
  3323. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.6.2.5  
  3324.  
  3325.  
  3326.  
  3327. Error in packet
  3328. Reason: (noSuchName) There is no such variable name in this MIB.
  3329. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.6.2.5  
  3330.  
  3331. Custom OID upsAdvanceControlFlashAndBeep: 0
  3332.  
  3333. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,70] 0.46ms]
  3334.  
  3335.  
  3336. array (
  3337.   'customoid_id' => 71,
  3338.   'device_id' => 261,
  3339.   'customoid_descr' => 'upsAdvanceControlTurnOnUPS',
  3340.   'customoid_deleted' => 0,
  3341.   'customoid_current' => 0.0,
  3342.   'customoid_prev' => 0.0,
  3343.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.6.2.6',
  3344.   'customoid_datatype' => 'GAUGE',
  3345.   'customoid_unit' => '',
  3346.   'customoid_divisor' => 1,
  3347.   'customoid_multiplier' => 1,
  3348.   'customoid_limit' => 0.0,
  3349.   'customoid_limit_warn' => 0.0,
  3350.   'customoid_limit_low' => 0.0,
  3351.   'customoid_limit_low_warn' => 0.0,
  3352.   'customoid_alert' => 0,
  3353.   'customoid_passed' => 1,
  3354.   'lastupdate' => '2024-01-02 17:53:26',
  3355.   'user_func' => '',
  3356. )  
  3357.  
  3358. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.6.2.6']
  3359.  
  3360. Exitcode: 2  
  3361.  
  3362. Error in packet
  3363. Reason: (noSuchName) There is no such variable name in this MIB.
  3364. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.6.2.6  
  3365.  
  3366.  
  3367. Error in packet
  3368. Reason: (noSuchName) There is no such variable name in this MIB.
  3369. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.6.2.6  
  3370.  
  3371. Custom OID upsAdvanceControlTurnOnUPS: 0
  3372.  
  3373. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,71] 0.47ms]
  3374.  
  3375.  
  3376. array (
  3377.   'customoid_id' => 72,
  3378.   'device_id' => 261,
  3379.   'customoid_descr' => 'upsAdvanceTestDiagnostics',
  3380.   'customoid_deleted' => 0,
  3381.   'customoid_current' => 0.0,
  3382.   'customoid_prev' => 0.0,
  3383.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.7.2.2',
  3384.   'customoid_datatype' => 'GAUGE',
  3385.   'customoid_unit' => '',
  3386.   'customoid_divisor' => 1,
  3387.   'customoid_multiplier' => 1,
  3388.   'customoid_limit' => 0.0,
  3389.   'customoid_limit_warn' => 0.0,
  3390.   'customoid_limit_low' => 0.0,
  3391.   'customoid_limit_low_warn' => 0.0,
  3392.   'customoid_alert' => 0,
  3393.   'customoid_passed' => 1,
  3394.   'lastupdate' => '2024-01-02 17:53:26',
  3395.   'user_func' => '',
  3396. )  
  3397.  
  3398. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.7.2.2']
  3399.  
  3400. Exitcode: 2  
  3401.  
  3402. Error in packet
  3403. Reason: (noSuchName) There is no such variable name in this MIB.
  3404. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.7.2.2  
  3405.  
  3406.  
  3407. Error in packet
  3408. Reason: (noSuchName) There is no such variable name in this MIB.
  3409. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.7.2.2  
  3410.  
  3411. Custom OID upsAdvanceTestDiagnostics: 0
  3412.  
  3413. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,72] 0.58ms]
  3414.  
  3415.  
  3416. array (
  3417.   'customoid_id' => 73,
  3418.   'device_id' => 261,
  3419.   'customoid_descr' => 'upsAdvanceTestDiagnosticsResults',
  3420.   'customoid_deleted' => 0,
  3421.   'customoid_current' => 0.0,
  3422.   'customoid_prev' => 0.0,
  3423.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.7.2.3',
  3424.   'customoid_datatype' => 'GAUGE',
  3425.   'customoid_unit' => '',
  3426.   'customoid_divisor' => 1,
  3427.   'customoid_multiplier' => 1,
  3428.   'customoid_limit' => 0.0,
  3429.   'customoid_limit_warn' => 0.0,
  3430.   'customoid_limit_low' => 0.0,
  3431.   'customoid_limit_low_warn' => 0.0,
  3432.   'customoid_alert' => 0,
  3433.   'customoid_passed' => 1,
  3434.   'lastupdate' => '2024-01-02 17:53:27',
  3435.   'user_func' => '',
  3436. )  
  3437.  
  3438. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.7.2.3']
  3439.  
  3440. Exitcode: 2  
  3441.  
  3442. Error in packet
  3443. Reason: (noSuchName) There is no such variable name in this MIB.
  3444. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.7.2.3  
  3445.  
  3446.  
  3447.  
  3448. Error in packet
  3449. Reason: (noSuchName) There is no such variable name in this MIB.
  3450. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.7.2.3  
  3451.  
  3452. Custom OID upsAdvanceTestDiagnosticsResults:
  3453. 0
  3454.  
  3455. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,73] 0.5ms]
  3456.  
  3457.  
  3458. array (
  3459.   'customoid_id' => 74,
  3460.   'device_id' => 261,
  3461.   'customoid_descr' => 'upsAdvanceTestLastDiagnosticsDate',
  3462.   'customoid_deleted' => 0,
  3463.   'customoid_current' => 0.0,
  3464.   'customoid_prev' => 0.0,
  3465.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.7.2.4',
  3466.   'customoid_datatype' => 'GAUGE',
  3467.   'customoid_unit' => '',
  3468.   'customoid_divisor' => 1,
  3469.   'customoid_multiplier' => 1,
  3470.   'customoid_limit' => 0.0,
  3471.   'customoid_limit_warn' => 0.0,
  3472.   'customoid_limit_low' => 0.0,
  3473.   'customoid_limit_low_warn' => 0.0,
  3474.   'customoid_alert' => 0,
  3475.   'customoid_passed' => 1,
  3476.   'lastupdate' => '2024-01-02 17:53:27',
  3477.   'user_func' => '',
  3478. )  
  3479.  
  3480. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.7.2.4']
  3481.  
  3482. Exitcode: 2  
  3483.  
  3484. Error in packet
  3485. Reason: (noSuchName) There is no such variable name in this MIB.
  3486. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.7.2.4  
  3487.  
  3488.  
  3489. Error in packet
  3490. Reason: (noSuchName) There is no such variable name in this MIB.
  3491. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.7.2.4  
  3492.  
  3493. Custom OID upsAdvanceTestLastDiagnosticsDate: 0
  3494.  
  3495. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,74] 0.46ms]
  3496.  
  3497.  
  3498. array (
  3499.   'customoid_id' => 75,
  3500.   'device_id' => 261,
  3501.   'customoid_descr' => 'upsAdvanceTestRuntimeEstimation',
  3502.   'customoid_deleted' => 0,
  3503.   'customoid_current' => 0.0,
  3504.   'customoid_prev' => 0.0,
  3505.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.7.2.6',
  3506.   'customoid_datatype' => 'GAUGE',
  3507.   'customoid_unit' => '',
  3508.   'customoid_divisor' => 1,
  3509.   'customoid_multiplier' => 1,
  3510.   'customoid_limit' => 0.0,
  3511.   'customoid_limit_warn' => 0.0,
  3512.   'customoid_limit_low' => 0.0,
  3513.   'customoid_limit_low_warn' => 0.0,
  3514.   'customoid_alert' => 0,
  3515.   'customoid_passed' => 1,
  3516.   'lastupdate' => '2024-01-02 17:53:27',
  3517.   'user_func' => '',
  3518. )  
  3519.  
  3520. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.7.2.6']
  3521.  
  3522. Exitcode: 2  
  3523.  
  3524. Error in packet
  3525. Reason: (noSuchName) There is no such variable name in this MIB.
  3526. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.7.2.6  
  3527.  
  3528.  
  3529.  
  3530. Error in packet
  3531. Reason: (noSuchName) There is no such variable name in this MIB.
  3532. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.7.2.6  
  3533.  
  3534. Custom OID upsAdvanceTestRuntimeEstimation: 0
  3535.  
  3536. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,75] 0.48ms]
  3537.  
  3538.  
  3539. array (
  3540.   'customoid_id' => 76,
  3541.   'device_id' => 261,
  3542.   'customoid_descr' => 'upsAdvanceTestEstimationResults',
  3543.   'customoid_deleted' => 0,
  3544.   'customoid_current' => 0.0,
  3545.   'customoid_prev' => 0.0,
  3546.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.7.2.7',
  3547.   'customoid_datatype' => 'GAUGE',
  3548.   'customoid_unit' => '',
  3549.   'customoid_divisor' => 1,
  3550.   'customoid_multiplier' => 1,
  3551.   'customoid_limit' => 0.0,
  3552.   'customoid_limit_warn' => 0.0,
  3553.   'customoid_limit_low' => 0.0,
  3554.   'customoid_limit_low_warn' => 0.0,
  3555.   'customoid_alert' => 0,
  3556.   'customoid_passed' => 1,
  3557.   'lastupdate' => '2024-01-02 17:53:27',
  3558.   'user_func' => '',
  3559. )  
  3560.  
  3561. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.7.2.7']
  3562.  
  3563. Exitcode: 2  
  3564.  
  3565. Error in packet
  3566. Reason: (noSuchName) There is no such variable name in this MIB.
  3567. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.7.2.7  
  3568.  
  3569.  
  3570.  
  3571. Error in packet
  3572. Reason: (noSuchName) There is no such variable name in this MIB.
  3573. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.7.2.7  
  3574.  
  3575. Custom OID upsAdvanceTestEstimationResults: 0
  3576.  
  3577. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,76] 0.44ms]
  3578.  
  3579.  
  3580. array (
  3581.   'customoid_id' => 77,
  3582.   'device_id' => 261,
  3583.   'customoid_descr' => 'upsAdvanceTestEstimationDate',
  3584.   'customoid_deleted' => 0,
  3585.   'customoid_current' => 0.0,
  3586.   'customoid_prev' => 0.0,
  3587.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.7.2.8',
  3588.   'customoid_datatype' => 'GAUGE',
  3589.   'customoid_unit' => '',
  3590.   'customoid_divisor' => 1,
  3591.   'customoid_multiplier' => 1,
  3592.   'customoid_limit' => 0.0,
  3593.   'customoid_limit_warn' => 0.0,
  3594.   'customoid_limit_low' => 0.0,
  3595.   'customoid_limit_low_warn' => 0.0,
  3596.   'customoid_alert' => 0,
  3597.   'customoid_passed' => 1,
  3598.   'lastupdate' => '2024-01-02 17:53:27',
  3599.   'user_func' => '',
  3600. )  
  3601.  
  3602. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.7.2.8']
  3603.  
  3604. Exitcode: 2  
  3605.  
  3606. Error in packet
  3607. Reason: (noSuchName) There is no such variable name in this MIB.
  3608. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.7.2.8  
  3609.  
  3610.  
  3611.  
  3612. Error in packet
  3613. Reason: (noSuchName) There is no such variable name in this MIB.
  3614. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.7.2.8  
  3615.  
  3616. Custom OID upsAdvanceTestEstimationDate:
  3617. 0
  3618.  
  3619. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,77] 0.47ms]
  3620.  
  3621.  
  3622. array (
  3623.   'customoid_id' => 78,
  3624.   'device_id' => 261,
  3625.   'customoid_descr' => 'upsBankControlOutletCommand',
  3626.   'customoid_deleted' => 0,
  3627.   'customoid_current' => 0.0,
  3628.   'customoid_prev' => 0.0,
  3629.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.8.1.1.1.2',
  3630.   'customoid_datatype' => 'GAUGE',
  3631.   'customoid_unit' => '',
  3632.   'customoid_divisor' => 1,
  3633.   'customoid_multiplier' => 1,
  3634.   'customoid_limit' => 0.0,
  3635.   'customoid_limit_warn' => 0.0,
  3636.   'customoid_limit_low' => 0.0,
  3637.   'customoid_limit_low_warn' => 0.0,
  3638.   'customoid_alert' => 0,
  3639.   'customoid_passed' => 1,
  3640.   'lastupdate' => '2024-01-02 17:53:27',
  3641.   'user_func' => '',
  3642. )  
  3643.  
  3644. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.8.1.1.1.2']
  3645.  
  3646. Exitcode: 2  
  3647.  
  3648. Error in packet
  3649. Reason: (noSuchName) There is no such variable name in this MIB.
  3650. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.8.1.1.1.2  
  3651.  
  3652.  
  3653.  
  3654. Error in packet
  3655. Reason: (noSuchName) There is no such variable name in this MIB.
  3656. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.8.1.1.1.2  
  3657.  
  3658. Custom OID upsBankControlOutletCommand:
  3659. 0
  3660.  
  3661. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,78] 0.5ms]
  3662.  
  3663.  
  3664. array (
  3665.   'customoid_id' => 79,
  3666.   'device_id' => 261,
  3667.   'customoid_descr' => 'upsPhaseInputVoltage',
  3668.   'customoid_deleted' => 0,
  3669.   'customoid_current' => 0.0,
  3670.   'customoid_prev' => 0.0,
  3671.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.9.1.2.1.2',
  3672.   'customoid_datatype' => 'GAUGE',
  3673.   'customoid_unit' => '',
  3674.   'customoid_divisor' => 1,
  3675.   'customoid_multiplier' => 1,
  3676.   'customoid_limit' => 0.0,
  3677.   'customoid_limit_warn' => 0.0,
  3678.   'customoid_limit_low' => 0.0,
  3679.   'customoid_limit_low_warn' => 0.0,
  3680.   'customoid_alert' => 0,
  3681.   'customoid_passed' => 1,
  3682.   'lastupdate' => '2024-01-02 17:53:27',
  3683.   'user_func' => '',
  3684. )  
  3685.  
  3686. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.9.1.2.1.2']
  3687.  
  3688. Exitcode: 2  
  3689.  
  3690. Error in packet
  3691. Reason: (noSuchName) There is no such variable name in this MIB.
  3692. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.9.1.2.1.2  
  3693.  
  3694.  
  3695. Error in packet
  3696. Reason: (noSuchName) There is no such variable name in this MIB.
  3697. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.9.1.2.1.2  
  3698.  
  3699. Custom OID upsPhaseInputVoltage: 0
  3700.  
  3701. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,79] 0.48ms]
  3702.  
  3703.  
  3704. array (
  3705.   'customoid_id' => 80,
  3706.   'device_id' => 261,
  3707.   'customoid_descr' => 'upsPhaseInputCurrent',
  3708.   'customoid_deleted' => 0,
  3709.   'customoid_current' => 0.0,
  3710.   'customoid_prev' => 0.0,
  3711.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.9.1.2.1.3',
  3712.   'customoid_datatype' => 'GAUGE',
  3713.   'customoid_unit' => '',
  3714.   'customoid_divisor' => 1,
  3715.   'customoid_multiplier' => 1,
  3716.   'customoid_limit' => 0.0,
  3717.   'customoid_limit_warn' => 0.0,
  3718.   'customoid_limit_low' => 0.0,
  3719.   'customoid_limit_low_warn' => 0.0,
  3720.   'customoid_alert' => 0,
  3721.   'customoid_passed' => 1,
  3722.   'lastupdate' => '2024-01-02 17:53:27',
  3723.   'user_func' => '',
  3724. )  
  3725.  
  3726. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.9.1.2.1.3']
  3727.  
  3728. Exitcode: 2  
  3729.  
  3730. Error in packet
  3731. Reason: (noSuchName) There is no such variable name in this MIB.
  3732. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.9.1.2.1.3  
  3733.  
  3734.  
  3735. Error in packet
  3736. Reason: (noSuchName) There is no such variable name in this MIB.
  3737. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.9.1.2.1.3  
  3738.  
  3739. Custom OID upsPhaseInputCurrent: 0
  3740.  
  3741. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,80] 0.45ms]
  3742.  
  3743.  
  3744. array (
  3745.   'customoid_id' => 81,
  3746.   'device_id' => 261,
  3747.   'customoid_descr' => 'upsPhaseInputFrequency',
  3748.   'customoid_deleted' => 0,
  3749.   'customoid_current' => 0.0,
  3750.   'customoid_prev' => 0.0,
  3751.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.9.1.2.1.4',
  3752.   'customoid_datatype' => 'GAUGE',
  3753.   'customoid_unit' => '',
  3754.   'customoid_divisor' => 1,
  3755.   'customoid_multiplier' => 1,
  3756.   'customoid_limit' => 0.0,
  3757.   'customoid_limit_warn' => 0.0,
  3758.   'customoid_limit_low' => 0.0,
  3759.   'customoid_limit_low_warn' => 0.0,
  3760.   'customoid_alert' => 0,
  3761.   'customoid_passed' => 1,
  3762.   'lastupdate' => '2024-01-02 17:53:28',
  3763.   'user_func' => '',
  3764. )  
  3765.  
  3766. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.9.1.2.1.4']
  3767.  
  3768. Exitcode: 2  
  3769.  
  3770. Error in packet
  3771. Reason: (noSuchName) There is no such variable name in this MIB.
  3772. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.9.1.2.1.4  
  3773.  
  3774.  
  3775.  
  3776. Error in packet
  3777. Reason: (noSuchName) There is no such variable name in this MIB.
  3778. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.9.1.2.1.4  
  3779.  
  3780. Custom OID upsPhaseInputFrequency: 0
  3781.  
  3782. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,81] 0.71ms]
  3783.  
  3784.  
  3785. array (
  3786.   'customoid_id' => 82,
  3787.   'device_id' => 261,
  3788.   'customoid_descr' => 'upsPhaseInputPowerFactor',
  3789.   'customoid_deleted' => 0,
  3790.   'customoid_current' => 0.0,
  3791.   'customoid_prev' => 0.0,
  3792.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.9.1.2.1.5',
  3793.   'customoid_datatype' => 'GAUGE',
  3794.   'customoid_unit' => '',
  3795.   'customoid_divisor' => 1,
  3796.   'customoid_multiplier' => 1,
  3797.   'customoid_limit' => 0.0,
  3798.   'customoid_limit_warn' => 0.0,
  3799.   'customoid_limit_low' => 0.0,
  3800.   'customoid_limit_low_warn' => 0.0,
  3801.   'customoid_alert' => 0,
  3802.   'customoid_passed' => 1,
  3803.   'lastupdate' => '2024-01-02 17:53:28',
  3804.   'user_func' => '',
  3805. )  
  3806.  
  3807. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.9.1.2.1.5']
  3808.  
  3809. Exitcode: 2  
  3810.  
  3811. Error in packet
  3812. Reason: (noSuchName) There is no such variable name in this MIB.
  3813. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.9.1.2.1.5  
  3814.  
  3815.  
  3816.  
  3817. Error in packet
  3818. Reason: (noSuchName) There is no such variable name in this MIB.
  3819. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.9.1.2.1.5  
  3820.  
  3821. Custom OID upsPhaseInputPowerFactor: 0
  3822.  
  3823. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,82] 0.7ms]
  3824.  
  3825.  
  3826. array (
  3827.   'customoid_id' => 83,
  3828.   'device_id' => 261,
  3829.   'customoid_descr' => 'upsPhaseOutputVoltage',
  3830.   'customoid_deleted' => 0,
  3831.   'customoid_current' => 0.0,
  3832.   'customoid_prev' => 0.0,
  3833.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.9.2.2.1.2',
  3834.   'customoid_datatype' => 'GAUGE',
  3835.   'customoid_unit' => '',
  3836.   'customoid_divisor' => 1,
  3837.   'customoid_multiplier' => 1,
  3838.   'customoid_limit' => 0.0,
  3839.   'customoid_limit_warn' => 0.0,
  3840.   'customoid_limit_low' => 0.0,
  3841.   'customoid_limit_low_warn' => 0.0,
  3842.   'customoid_alert' => 0,
  3843.   'customoid_passed' => 1,
  3844.   'lastupdate' => '2024-01-02 17:53:28',
  3845.   'user_func' => '',
  3846. )  
  3847.  
  3848. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.9.2.2.1.2']
  3849.  
  3850. Exitcode: 2  
  3851.  
  3852. Error in packet
  3853. Reason: (noSuchName) There is no such variable name in this MIB.
  3854. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.9.2.2.1.2  
  3855.  
  3856.  
  3857.  
  3858. Error in packet
  3859. Reason: (noSuchName) There is no such variable name in this MIB.
  3860. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.9.2.2.1.2  
  3861.  
  3862. Custom OID upsPhaseOutputVoltage: 0
  3863.  
  3864. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,83] 0.71ms]
  3865.  
  3866.  
  3867. array (
  3868.   'customoid_id' => 84,
  3869.   'device_id' => 261,
  3870.   'customoid_descr' => 'upsPhaseOutputCurrent',
  3871.   'customoid_deleted' => 0,
  3872.   'customoid_current' => 0.0,
  3873.   'customoid_prev' => 0.0,
  3874.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.9.2.2.1.3',
  3875.   'customoid_datatype' => 'GAUGE',
  3876.   'customoid_unit' => '',
  3877.   'customoid_divisor' => 1,
  3878.   'customoid_multiplier' => 1,
  3879.   'customoid_limit' => 0.0,
  3880.   'customoid_limit_warn' => 0.0,
  3881.   'customoid_limit_low' => 0.0,
  3882.   'customoid_limit_low_warn' => 0.0,
  3883.   'customoid_alert' => 0,
  3884.   'customoid_passed' => 1,
  3885.   'lastupdate' => '2024-01-02 17:53:28',
  3886.   'user_func' => '',
  3887. )  
  3888.  
  3889. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.9.2.2.1.3']
  3890.  
  3891. Exitcode: 2  
  3892.  
  3893. Error in packet
  3894. Reason: (noSuchName) There is no such variable name in this MIB.
  3895. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.9.2.2.1.3  
  3896.  
  3897.  
  3898.  
  3899. Error in packet
  3900. Reason: (noSuchName) There is no such variable name in this MIB.
  3901. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.9.2.2.1.3  
  3902.  
  3903. Custom OID upsPhaseOutputCurrent:
  3904. 0
  3905.  
  3906. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,84] 0.48ms]
  3907.  
  3908.  
  3909. array (
  3910.   'customoid_id' => 85,
  3911.   'device_id' => 261,
  3912.   'customoid_descr' => 'upsPhaseOutputFrequency',
  3913.   'customoid_deleted' => 0,
  3914.   'customoid_current' => 0.0,
  3915.   'customoid_prev' => 0.0,
  3916.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.9.2.2.1.4',
  3917.   'customoid_datatype' => 'GAUGE',
  3918.   'customoid_unit' => '',
  3919.   'customoid_divisor' => 1,
  3920.   'customoid_multiplier' => 1,
  3921.   'customoid_limit' => 0.0,
  3922.   'customoid_limit_warn' => 0.0,
  3923.   'customoid_limit_low' => 0.0,
  3924.   'customoid_limit_low_warn' => 0.0,
  3925.   'customoid_alert' => 0,
  3926.   'customoid_passed' => 1,
  3927.   'lastupdate' => '2024-01-02 17:53:28',
  3928.   'user_func' => '',
  3929. )  
  3930.  
  3931. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.9.2.2.1.4']
  3932.  
  3933. Exitcode: 2  
  3934.  
  3935. Error in packet
  3936. Reason: (noSuchName) There is no such variable name in this MIB.
  3937. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.9.2.2.1.4  
  3938.  
  3939.  
  3940.  
  3941. Error in packet
  3942. Reason: (noSuchName) There is no such variable name in this MIB.
  3943. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.9.2.2.1.4  
  3944.  
  3945. Custom OID upsPhaseOutputFrequency:
  3946. 0
  3947.  
  3948. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,85] 0.52ms]
  3949.  
  3950.  
  3951. array (
  3952.   'customoid_id' => 86,
  3953.   'device_id' => 261,
  3954.   'customoid_descr' => 'upsPhaseOutputPowerFactor',
  3955.   'customoid_deleted' => 0,
  3956.   'customoid_current' => 0.0,
  3957.   'customoid_prev' => 0.0,
  3958.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.9.2.2.1.5',
  3959.   'customoid_datatype' => 'GAUGE',
  3960.   'customoid_unit' => '',
  3961.   'customoid_divisor' => 1,
  3962.   'customoid_multiplier' => 1,
  3963.   'customoid_limit' => 0.0,
  3964.   'customoid_limit_warn' => 0.0,
  3965.   'customoid_limit_low' => 0.0,
  3966.   'customoid_limit_low_warn' => 0.0,
  3967.   'customoid_alert' => 0,
  3968.   'customoid_passed' => 1,
  3969.   'lastupdate' => '2024-01-02 17:53:28',
  3970.   'user_func' => '',
  3971. )  
  3972.  
  3973. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.9.2.2.1.5']
  3974.  
  3975. Exitcode: 2  
  3976.  
  3977. Error in packet
  3978. Reason: (noSuchName) There is no such variable name in this MIB.
  3979. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.9.2.2.1.5  
  3980.  
  3981.  
  3982.  
  3983. Error in packet
  3984. Reason: (noSuchName) There is no such variable name in this MIB.
  3985. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.9.2.2.1.5  
  3986.  
  3987. Custom OID upsPhaseOutputPowerFactor:
  3988. 0
  3989.  
  3990. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,86] 0.48ms]
  3991.  
  3992.  
  3993. array (
  3994.   'customoid_id' => 87,
  3995.   'device_id' => 261,
  3996.   'customoid_descr' => 'upsPhaseOutputPower',
  3997.   'customoid_deleted' => 0,
  3998.   'customoid_current' => 0.0,
  3999.   'customoid_prev' => 0.0,
  4000.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.9.2.2.1.6',
  4001.   'customoid_datatype' => 'GAUGE',
  4002.   'customoid_unit' => '',
  4003.   'customoid_divisor' => 1,
  4004.   'customoid_multiplier' => 1,
  4005.   'customoid_limit' => 0.0,
  4006.   'customoid_limit_warn' => 0.0,
  4007.   'customoid_limit_low' => 0.0,
  4008.   'customoid_limit_low_warn' => 0.0,
  4009.   'customoid_alert' => 0,
  4010.   'customoid_passed' => 1,
  4011.   'lastupdate' => '2024-01-02 17:53:28',
  4012.   'user_func' => '',
  4013. )  
  4014.  
  4015. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.9.2.2.1.6']
  4016.  
  4017. Exitcode: 2  
  4018.  
  4019. Error in packet
  4020. Reason: (noSuchName) There is no such variable name in this MIB.
  4021. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.9.2.2.1.6  
  4022.  
  4023.  
  4024. Error in packet
  4025. Reason: (noSuchName) There is no such variable name in this MIB.
  4026. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.9.2.2.1.6  
  4027.  
  4028. Custom OID upsPhaseOutputPower: 0
  4029.  
  4030. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,87] 0.43ms]
  4031.  
  4032.  
  4033. array (
  4034.   'customoid_id' => 88,
  4035.   'device_id' => 261,
  4036.   'customoid_descr' => 'upsPhaseBypassVoltage',
  4037.   'customoid_deleted' => 0,
  4038.   'customoid_current' => 0.0,
  4039.   'customoid_prev' => 0.0,
  4040.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.9.3.2.1.2',
  4041.   'customoid_datatype' => 'GAUGE',
  4042.   'customoid_unit' => '',
  4043.   'customoid_divisor' => 1,
  4044.   'customoid_multiplier' => 1,
  4045.   'customoid_limit' => 0.0,
  4046.   'customoid_limit_warn' => 0.0,
  4047.   'customoid_limit_low' => 0.0,
  4048.   'customoid_limit_low_warn' => 0.0,
  4049.   'customoid_alert' => 0,
  4050.   'customoid_passed' => 1,
  4051.   'lastupdate' => '2024-01-02 17:53:28',
  4052.   'user_func' => '',
  4053. )  
  4054.  
  4055. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.9.3.2.1.2']
  4056.  
  4057. Exitcode: 2  
  4058.  
  4059. Error in packet
  4060. Reason: (noSuchName) There is no such variable name in this MIB.
  4061. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.9.3.2.1.2  
  4062.  
  4063.  
  4064.  
  4065. Error in packet
  4066. Reason: (noSuchName) There is no such variable name in this MIB.
  4067. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.9.3.2.1.2  
  4068.  
  4069. Custom OID upsPhaseBypassVoltage: 0
  4070.  
  4071. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,88] 0.44ms]
  4072.  
  4073.  
  4074. array (
  4075.   'customoid_id' => 89,
  4076.   'device_id' => 261,
  4077.   'customoid_descr' => 'upsPhaseBypassCurrent',
  4078.   'customoid_deleted' => 0,
  4079.   'customoid_current' => 0.0,
  4080.   'customoid_prev' => 0.0,
  4081.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.9.3.2.1.3',
  4082.   'customoid_datatype' => 'GAUGE',
  4083.   'customoid_unit' => '',
  4084.   'customoid_divisor' => 1,
  4085.   'customoid_multiplier' => 1,
  4086.   'customoid_limit' => 0.0,
  4087.   'customoid_limit_warn' => 0.0,
  4088.   'customoid_limit_low' => 0.0,
  4089.   'customoid_limit_low_warn' => 0.0,
  4090.   'customoid_alert' => 0,
  4091.   'customoid_passed' => 1,
  4092.   'lastupdate' => '2024-01-02 17:53:29',
  4093.   'user_func' => '',
  4094. )  
  4095.  
  4096. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.9.3.2.1.3']
  4097.  
  4098. Exitcode: 2  
  4099.  
  4100. Error in packet
  4101. Reason: (noSuchName) There is no such variable name in this MIB.
  4102. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.9.3.2.1.3  
  4103.  
  4104.  
  4105. Error in packet
  4106. Reason: (noSuchName) There is no such variable name in this MIB.
  4107. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.9.3.2.1.3  
  4108.  
  4109. Custom OID upsPhaseBypassCurrent: 0
  4110.  
  4111. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,89] 0.45ms]
  4112.  
  4113.  
  4114. array (
  4115.   'customoid_id' => 90,
  4116.   'device_id' => 261,
  4117.   'customoid_descr' => 'upsPhaseBypassFrequency',
  4118.   'customoid_deleted' => 0,
  4119.   'customoid_current' => 0.0,
  4120.   'customoid_prev' => 0.0,
  4121.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.9.3.2.1.4',
  4122.   'customoid_datatype' => 'GAUGE',
  4123.   'customoid_unit' => '',
  4124.   'customoid_divisor' => 1,
  4125.   'customoid_multiplier' => 1,
  4126.   'customoid_limit' => 0.0,
  4127.   'customoid_limit_warn' => 0.0,
  4128.   'customoid_limit_low' => 0.0,
  4129.   'customoid_limit_low_warn' => 0.0,
  4130.   'customoid_alert' => 0,
  4131.   'customoid_passed' => 1,
  4132.   'lastupdate' => '2024-01-02 17:53:29',
  4133.   'user_func' => '',
  4134. )  
  4135.  
  4136. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.9.3.2.1.4']
  4137.  
  4138. Exitcode: 2  
  4139.  
  4140. Error in packet
  4141. Reason: (noSuchName) There is no such variable name in this MIB.
  4142. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.9.3.2.1.4  
  4143.  
  4144.  
  4145. Error in packet
  4146. Reason: (noSuchName) There is no such variable name in this MIB.
  4147. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.9.3.2.1.4  
  4148.  
  4149. Custom OID upsPhaseBypassFrequency: 0
  4150.  
  4151. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,90] 0.44ms]
  4152.  
  4153.  
  4154. array (
  4155.   'customoid_id' => 91,
  4156.   'device_id' => 261,
  4157.   'customoid_descr' => 'upsPhaseBypassPowerFactor',
  4158.   'customoid_deleted' => 0,
  4159.   'customoid_current' => 0.0,
  4160.   'customoid_prev' => 0.0,
  4161.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.9.3.2.1.5',
  4162.   'customoid_datatype' => 'GAUGE',
  4163.   'customoid_unit' => '',
  4164.   'customoid_divisor' => 1,
  4165.   'customoid_multiplier' => 1,
  4166.   'customoid_limit' => 0.0,
  4167.   'customoid_limit_warn' => 0.0,
  4168.   'customoid_limit_low' => 0.0,
  4169.   'customoid_limit_low_warn' => 0.0,
  4170.   'customoid_alert' => 0,
  4171.   'customoid_passed' => 1,
  4172.   'lastupdate' => '2024-01-02 17:53:29',
  4173.   'user_func' => '',
  4174. )  
  4175.  
  4176. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.9.3.2.1.5']
  4177.  
  4178. Exitcode: 2  
  4179.  
  4180. Error in packet
  4181. Reason: (noSuchName) There is no such variable name in this MIB.
  4182. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.9.3.2.1.5  
  4183.  
  4184.  
  4185. Error in packet
  4186. Reason: (noSuchName) There is no such variable name in this MIB.
  4187. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.9.3.2.1.5  
  4188.  
  4189. Custom OID upsPhaseBypassPowerFactor: 0
  4190.  
  4191. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,91] 0.5ms]
  4192.  
  4193.  
  4194. array (
  4195.   'customoid_id' => 92,
  4196.   'device_id' => 261,
  4197.   'customoid_descr' => 'upsStatus',
  4198.   'customoid_deleted' => 0,
  4199.   'customoid_current' => 0.0,
  4200.   'customoid_prev' => 0.0,
  4201.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.10.1',
  4202.   'customoid_datatype' => 'GAUGE',
  4203.   'customoid_unit' => '',
  4204.   'customoid_divisor' => 1,
  4205.   'customoid_multiplier' => 1,
  4206.   'customoid_limit' => 0.0,
  4207.   'customoid_limit_warn' => 0.0,
  4208.   'customoid_limit_low' => 0.0,
  4209.   'customoid_limit_low_warn' => 0.0,
  4210.   'customoid_alert' => 0,
  4211.   'customoid_passed' => 1,
  4212.   'lastupdate' => '2024-01-02 17:53:29',
  4213.   'user_func' => '',
  4214. )  
  4215.  
  4216. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.10.1']
  4217.  
  4218. Exitcode: 2  
  4219.  
  4220. Error in packet
  4221. Reason: (noSuchName) There is no such variable name in this MIB.
  4222. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.10.1  
  4223.  
  4224.  
  4225. Error in packet
  4226. Reason: (noSuchName) There is no such variable name in this MIB.
  4227. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.10.1  
  4228.  
  4229. Custom OID upsStatus: 0
  4230.  
  4231. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,92] 0.47ms]
  4232.  
  4233.  
  4234. array (
  4235.   'customoid_id' => 93,
  4236.   'device_id' => 261,
  4237.   'customoid_descr' => 'upsTemperature',
  4238.   'customoid_deleted' => 0,
  4239.   'customoid_current' => 0.0,
  4240.   'customoid_prev' => 0.0,
  4241.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.10.2',
  4242.   'customoid_datatype' => 'GAUGE',
  4243.   'customoid_unit' => '',
  4244.   'customoid_divisor' => 1,
  4245.   'customoid_multiplier' => 1,
  4246.   'customoid_limit' => 0.0,
  4247.   'customoid_limit_warn' => 0.0,
  4248.   'customoid_limit_low' => 0.0,
  4249.   'customoid_limit_low_warn' => 0.0,
  4250.   'customoid_alert' => 0,
  4251.   'customoid_passed' => 1,
  4252.   'lastupdate' => '2024-01-02 17:53:29',
  4253.   'user_func' => '',
  4254. )  
  4255.  
  4256. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.10.2']
  4257.  
  4258. Exitcode: 2  
  4259.  
  4260. Error in packet
  4261. Reason: (noSuchName) There is no such variable name in this MIB.
  4262. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.10.2  
  4263.  
  4264.  
  4265. Error in packet
  4266. Reason: (noSuchName) There is no such variable name in this MIB.
  4267. Failed object: SNMPv2-SMI::enterprises.3808.1.1.1.10.2  
  4268.  
  4269. Custom OID upsTemperature: 0
  4270.  
  4271. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,93] 0.49ms]
  4272.  
  4273.  
  4274. array (
  4275.   'customoid_id' => 94,
  4276.   'device_id' => 261,
  4277.   'customoid_descr' => 'mconfigNumTrapAccepters',
  4278.   'customoid_deleted' => 0,
  4279.   'customoid_current' => 0.0,
  4280.   'customoid_prev' => 0.0,
  4281.   'customoid_oid' => '.1.3.6.1.4.1.3808.2.1.1',
  4282.   'customoid_datatype' => 'GAUGE',
  4283.   'customoid_unit' => '',
  4284.   'customoid_divisor' => 1,
  4285.   'customoid_multiplier' => 1,
  4286.   'customoid_limit' => 0.0,
  4287.   'customoid_limit_warn' => 0.0,
  4288.   'customoid_limit_low' => 0.0,
  4289.   'customoid_limit_low_warn' => 0.0,
  4290.   'customoid_alert' => 0,
  4291.   'customoid_passed' => 1,
  4292.   'lastupdate' => '2024-01-02 17:53:29',
  4293.   'user_func' => '',
  4294. )  
  4295.  
  4296. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.2.1.1']
  4297.  
  4298. Exitcode: 2  
  4299.  
  4300. Error in packet
  4301. Reason: (noSuchName) There is no such variable name in this MIB.
  4302. Failed object: SNMPv2-SMI::enterprises.3808.2.1.1  
  4303.  
  4304.  
  4305. Error in packet
  4306. Reason: (noSuchName) There is no such variable name in this MIB.
  4307. Failed object: SNMPv2-SMI::enterprises.3808.2.1.1  
  4308.  
  4309. Custom OID mconfigNumTrapAccepters: 0
  4310.  
  4311. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,94] 0.47ms]
  4312.  
  4313.  
  4314. array (
  4315.   'customoid_id' => 95,
  4316.   'device_id' => 261,
  4317.   'customoid_descr' => 'mconfigTrapAccepterTable',
  4318.   'customoid_deleted' => 0,
  4319.   'customoid_current' => 0.0,
  4320.   'customoid_prev' => 0.0,
  4321.   'customoid_oid' => '.1.3.6.1.4.1.3808.2.1.2',
  4322.   'customoid_datatype' => 'GAUGE',
  4323.   'customoid_unit' => '',
  4324.   'customoid_divisor' => 1,
  4325.   'customoid_multiplier' => 1,
  4326.   'customoid_limit' => 0.0,
  4327.   'customoid_limit_warn' => 0.0,
  4328.   'customoid_limit_low' => 0.0,
  4329.   'customoid_limit_low_warn' => 0.0,
  4330.   'customoid_alert' => 0,
  4331.   'customoid_passed' => 1,
  4332.   'lastupdate' => '2024-01-02 17:53:29',
  4333.   'user_func' => '',
  4334. )  
  4335.  
  4336. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.2.1.2']
  4337.  
  4338. Exitcode: 2  
  4339.  
  4340. Error in packet
  4341. Reason: (noSuchName) There is no such variable name in this MIB.
  4342. Failed object: SNMPv2-SMI::enterprises.3808.2.1.2  
  4343.  
  4344.  
  4345.  
  4346. Error in packet
  4347. Reason: (noSuchName) There is no such variable name in this MIB.
  4348. Failed object: SNMPv2-SMI::enterprises.3808.2.1.2  
  4349.  
  4350. Custom OID mconfigTrapAccepterTable: 0
  4351.  
  4352. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,95] 0.53ms]
  4353.  
  4354.  
  4355. array (
  4356.   'customoid_id' => 96,
  4357.   'device_id' => 261,
  4358.   'customoid_descr' => 'mconfigDHCPEnabled',
  4359.   'customoid_deleted' => 0,
  4360.   'customoid_current' => 0.0,
  4361.   'customoid_prev' => 0.0,
  4362.   'customoid_oid' => '.1.3.6.1.4.1.3808.2.1.3',
  4363.   'customoid_datatype' => 'GAUGE',
  4364.   'customoid_unit' => '',
  4365.   'customoid_divisor' => 1,
  4366.   'customoid_multiplier' => 1,
  4367.   'customoid_limit' => 0.0,
  4368.   'customoid_limit_warn' => 0.0,
  4369.   'customoid_limit_low' => 0.0,
  4370.   'customoid_limit_low_warn' => 0.0,
  4371.   'customoid_alert' => 0,
  4372.   'customoid_passed' => 1,
  4373.   'lastupdate' => '2024-01-02 17:53:29',
  4374.   'user_func' => '',
  4375. )  
  4376.  
  4377. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.2.1.3']
  4378.  
  4379. Exitcode: 2  
  4380.  
  4381. Error in packet
  4382. Reason: (noSuchName) There is no such variable name in this MIB.
  4383. Failed object: SNMPv2-SMI::enterprises.3808.2.1.3  
  4384.  
  4385.  
  4386. Error in packet
  4387. Reason: (noSuchName) There is no such variable name in this MIB.
  4388. Failed object: SNMPv2-SMI::enterprises.3808.2.1.3  
  4389.  
  4390. Custom OID mconfigDHCPEnabled: 0
  4391.  
  4392. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,96] 0.5ms]
  4393.  
  4394.  
  4395. array (
  4396.   'customoid_id' => 97,
  4397.   'device_id' => 261,
  4398.   'customoid_descr' => 'mconfigMyAddr',
  4399.   'customoid_deleted' => 0,
  4400.   'customoid_current' => 0.0,
  4401.   'customoid_prev' => 0.0,
  4402.   'customoid_oid' => '.1.3.6.1.4.1.3808.2.1.4',
  4403.   'customoid_datatype' => 'GAUGE',
  4404.   'customoid_unit' => '',
  4405.   'customoid_divisor' => 1,
  4406.   'customoid_multiplier' => 1,
  4407.   'customoid_limit' => 0.0,
  4408.   'customoid_limit_warn' => 0.0,
  4409.   'customoid_limit_low' => 0.0,
  4410.   'customoid_limit_low_warn' => 0.0,
  4411.   'customoid_alert' => 0,
  4412.   'customoid_passed' => 1,
  4413.   'lastupdate' => '2024-01-02 17:53:30',
  4414.   'user_func' => '',
  4415. )  
  4416.  
  4417. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.2.1.4']
  4418.  
  4419. Exitcode: 2  
  4420.  
  4421. Error in packet
  4422. Reason: (noSuchName) There is no such variable name in this MIB.
  4423. Failed object: SNMPv2-SMI::enterprises.3808.2.1.4  
  4424.  
  4425.  
  4426.  
  4427. Error in packet
  4428. Reason: (noSuchName) There is no such variable name in this MIB.
  4429. Failed object: SNMPv2-SMI::enterprises.3808.2.1.4  
  4430.  
  4431. Custom OID mconfigMyAddr:
  4432. 0
  4433.  
  4434. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,97] 0.61ms]
  4435.  
  4436.  
  4437. array (
  4438.   'customoid_id' => 98,
  4439.   'device_id' => 261,
  4440.   'customoid_descr' => 'mconfigClockDate',
  4441.   'customoid_deleted' => 0,
  4442.   'customoid_current' => 0.0,
  4443.   'customoid_prev' => 0.0,
  4444.   'customoid_oid' => '.1.3.6.1.4.1.3808.2.1.5.1',
  4445.   'customoid_datatype' => 'GAUGE',
  4446.   'customoid_unit' => '',
  4447.   'customoid_divisor' => 1,
  4448.   'customoid_multiplier' => 1,
  4449.   'customoid_limit' => 0.0,
  4450.   'customoid_limit_warn' => 0.0,
  4451.   'customoid_limit_low' => 0.0,
  4452.   'customoid_limit_low_warn' => 0.0,
  4453.   'customoid_alert' => 0,
  4454.   'customoid_passed' => 1,
  4455.   'lastupdate' => '2024-01-02 17:53:30',
  4456.   'user_func' => '',
  4457. )  
  4458.  
  4459. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.2.1.5.1']
  4460.  
  4461. Exitcode: 2  
  4462.  
  4463. Error in packet
  4464. Reason: (noSuchName) There is no such variable name in this MIB.
  4465. Failed object: SNMPv2-SMI::enterprises.3808.2.1.5.1  
  4466.  
  4467.  
  4468.  
  4469. Error in packet
  4470. Reason: (noSuchName) There is no such variable name in this MIB.
  4471. Failed object: SNMPv2-SMI::enterprises.3808.2.1.5.1  
  4472.  
  4473. Custom OID mconfigClockDate:
  4474. 0
  4475.  
  4476. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,98] 0.48ms]
  4477.  
  4478.  
  4479. array (
  4480.   'customoid_id' => 99,
  4481.   'device_id' => 261,
  4482.   'customoid_descr' => 'mconfigClockTime',
  4483.   'customoid_deleted' => 0,
  4484.   'customoid_current' => 0.0,
  4485.   'customoid_prev' => 0.0,
  4486.   'customoid_oid' => '.1.3.6.1.4.1.3808.2.1.5.2',
  4487.   'customoid_datatype' => 'GAUGE',
  4488.   'customoid_unit' => '',
  4489.   'customoid_divisor' => 1,
  4490.   'customoid_multiplier' => 1,
  4491.   'customoid_limit' => 0.0,
  4492.   'customoid_limit_warn' => 0.0,
  4493.   'customoid_limit_low' => 0.0,
  4494.   'customoid_limit_low_warn' => 0.0,
  4495.   'customoid_alert' => 0,
  4496.   'customoid_passed' => 1,
  4497.   'lastupdate' => '2024-01-02 17:53:30',
  4498.   'user_func' => '',
  4499. )  
  4500.  
  4501. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.2.1.5.2']
  4502.  
  4503. Exitcode: 2  
  4504.  
  4505. Error in packet
  4506. Reason: (noSuchName) There is no such variable name in this MIB.
  4507. Failed object: SNMPv2-SMI::enterprises.3808.2.1.5.2  
  4508.  
  4509.  
  4510.  
  4511. Error in packet
  4512. Reason: (noSuchName) There is no such variable name in this MIB.
  4513. Failed object: SNMPv2-SMI::enterprises.3808.2.1.5.2  
  4514.  
  4515. Custom OID mconfigClockTime: 0
  4516.  
  4517. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,99] 0.48ms]
  4518.  
  4519.  
  4520. array (
  4521.   'customoid_id' => 100,
  4522.   'device_id' => 261,
  4523.   'customoid_descr' => 'mcontrolRestart',
  4524.   'customoid_deleted' => 0,
  4525.   'customoid_current' => 0.0,
  4526.   'customoid_prev' => 0.0,
  4527.   'customoid_oid' => '.1.3.6.1.4.1.3808.2.3.1',
  4528.   'customoid_datatype' => 'GAUGE',
  4529.   'customoid_unit' => '',
  4530.   'customoid_divisor' => 1,
  4531.   'customoid_multiplier' => 1,
  4532.   'customoid_limit' => 0.0,
  4533.   'customoid_limit_warn' => 0.0,
  4534.   'customoid_limit_low' => 0.0,
  4535.   'customoid_limit_low_warn' => 0.0,
  4536.   'customoid_alert' => 0,
  4537.   'customoid_passed' => 1,
  4538.   'lastupdate' => '2024-01-02 17:53:30',
  4539.   'user_func' => '',
  4540. )  
  4541.  
  4542. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.2.3.1']
  4543.  
  4544. Exitcode: 2  
  4545.  
  4546. Error in packet
  4547. Reason: (noSuchName) There is no such variable name in this MIB.
  4548. Failed object: SNMPv2-SMI::enterprises.3808.2.3.1  
  4549.  
  4550.  
  4551. Error in packet
  4552. Reason: (noSuchName) There is no such variable name in this MIB.
  4553. Failed object: SNMPv2-SMI::enterprises.3808.2.3.1  
  4554.  
  4555. Custom OID mcontrolRestart: 0
  4556.  
  4557. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,100] 0.51ms]
  4558.  
  4559.  
  4560. array (
  4561.   'customoid_id' => 101,
  4562.   'device_id' => 261,
  4563.   'customoid_descr' => 'mcontrolReset',
  4564.   'customoid_deleted' => 0,
  4565.   'customoid_current' => 0.0,
  4566.   'customoid_prev' => 0.0,
  4567.   'customoid_oid' => '.1.3.6.1.4.1.3808.2.3.2',
  4568.   'customoid_datatype' => 'GAUGE',
  4569.   'customoid_unit' => '',
  4570.   'customoid_divisor' => 1,
  4571.   'customoid_multiplier' => 1,
  4572.   'customoid_limit' => 0.0,
  4573.   'customoid_limit_warn' => 0.0,
  4574.   'customoid_limit_low' => 0.0,
  4575.   'customoid_limit_low_warn' => 0.0,
  4576.   'customoid_alert' => 0,
  4577.   'customoid_passed' => 1,
  4578.   'lastupdate' => '2024-01-02 17:53:30',
  4579.   'user_func' => '',
  4580. )  
  4581.  
  4582. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.2.3.2']
  4583.  
  4584. Exitcode: 2  
  4585.  
  4586. Error in packet
  4587. Reason: (noSuchName) There is no such variable name in this MIB.
  4588. Failed object: SNMPv2-SMI::enterprises.3808.2.3.2  
  4589.  
  4590.  
  4591. Error in packet
  4592. Reason: (noSuchName) There is no such variable name in this MIB.
  4593. Failed object: SNMPv2-SMI::enterprises.3808.2.3.2  
  4594.  
  4595. Custom OID mcontrolReset: 0
  4596.  
  4597. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,101] 0.5ms]
  4598.  
  4599.  
  4600. array (
  4601.   'customoid_id' => 102,
  4602.   'device_id' => 261,
  4603.   'customoid_descr' => 'Date information',
  4604.   'customoid_deleted' => 0,
  4605.   'customoid_current' => 1.0,
  4606.   'customoid_prev' => 1.0,
  4607.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.7.2.4.0',
  4608.   'customoid_datatype' => '',
  4609.   'customoid_unit' => '',
  4610.   'customoid_divisor' => 1,
  4611.   'customoid_multiplier' => 1,
  4612.   'customoid_limit' => 0.0,
  4613.   'customoid_limit_warn' => 0.0,
  4614.   'customoid_limit_low' => 0.0,
  4615.   'customoid_limit_low_warn' => 0.0,
  4616.   'customoid_alert' => 0,
  4617.   'customoid_passed' => 1,
  4618.   'lastupdate' => '2024-01-02 17:53:30',
  4619.   'user_func' => '',
  4620. )  
  4621.  
  4622. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.7.2.4.0']
  4623.  
  4624. "01/01/2024"  
  4625.  
  4626.  
  4627.  
  4628. Custom OID Date information: 1
  4629.  
  4630. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [1,1,102] 0.48ms]
  4631.  
  4632.  
  4633. array (
  4634.   'customoid_id' => 103,
  4635.   'device_id' => 261,
  4636.   'customoid_descr' => 'Firmware version',
  4637.   'customoid_deleted' => 0,
  4638.   'customoid_current' => 2.8,
  4639.   'customoid_prev' => 2.8,
  4640.   'customoid_oid' => '1.3.6.1.4.1.3808.1.1.1.1.2.1.0',
  4641.   'customoid_datatype' => '',
  4642.   'customoid_unit' => '',
  4643.   'customoid_divisor' => 1,
  4644.   'customoid_multiplier' => 1,
  4645.   'customoid_limit' => 0.0,
  4646.   'customoid_limit_warn' => 0.0,
  4647.   'customoid_limit_low' => 0.0,
  4648.   'customoid_limit_low_warn' => 0.0,
  4649.   'customoid_alert' => 0,
  4650.   'customoid_passed' => 1,
  4651.   'lastupdate' => '2024-01-02 17:53:30',
  4652.   'user_func' => '',
  4653. )  
  4654.  
  4655. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '1.3.6.1.4.1.3808.1.1.1.1.2.1.0']
  4656.  
  4657. "2.8.8e"  
  4658.  
  4659.  
  4660.  
  4661. Custom OID Firmware version: 2.8
  4662.  
  4663. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [2.8,2.8,103] 0.51ms]
  4664.  
  4665.  
  4666. array (
  4667.   'customoid_id' => 104,
  4668.   'device_id' => 261,
  4669.   'customoid_descr' => 'Device name or model',
  4670.   'customoid_deleted' => 0,
  4671.   'customoid_current' => 0.0,
  4672.   'customoid_prev' => 0.0,
  4673.   'customoid_oid' => '.1.3.6.1.4.1.3808.1.1.1.1.1.2.0',
  4674.   'customoid_datatype' => '',
  4675.   'customoid_unit' => '',
  4676.   'customoid_divisor' => 1,
  4677.   'customoid_multiplier' => 1,
  4678.   'customoid_limit' => 0.0,
  4679.   'customoid_limit_warn' => 0.0,
  4680.   'customoid_limit_low' => 0.0,
  4681.   'customoid_limit_low_warn' => 0.0,
  4682.   'customoid_alert' => 0,
  4683.   'customoid_passed' => 1,
  4684.   'lastupdate' => '2024-01-02 17:53:30',
  4685.   'user_func' => '',
  4686. )  
  4687.  
  4688. SNMP['/usr/bin/snmpget' '-v1' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3808.1.1.1.1.1.2.0']
  4689.  
  4690. "SDCHQ-L4-UPS02"  
  4691.  
  4692.  
  4693.  
  4694. Custom OID Device name or model: 0
  4695.  
  4696. SQL[UPDATE `customoids` set `customoid_current`=?,`lastupdate`=NOW(),`customoid_prev`=? WHERE `customoid_id` = ? [0,0,104] 0.47ms]
  4697.  
  4698.  
  4699.  
  4700.  
  4701. >> SNMP: [95/2.85s] MySQL: [96/0.51s]  
  4702.  
  4703. >> Runtime for poller module 'customoid': 2.9690 seconds with 268168 bytes  
  4704.  
  4705. #### Unload poller module customoid ####
  4706.  
  4707.  
  4708. #### Load poller module ucd-diskio ####
  4709.  
  4710.  
  4711. Module enabled: Global + | OS   | Device   | Manual    
  4712.  
  4713. SQL[SELECT * FROM `ucd_diskio` WHERE `device_id`  = ? [261] 0.37ms]
  4714.  
  4715.  
  4716.  
  4717.  
  4718. >> SNMP: [0/0.00s] MySQL: [1/0.00s]  
  4719.  
  4720. >> Runtime for poller module 'ucd-diskio': 0.0010 seconds with 2584 bytes  
  4721.  
  4722. #### Unload poller module ucd-diskio ####
  4723.  
  4724.  
  4725. #### Load poller module wifi ####
  4726.  
  4727.  
  4728. Module enabled: Global + | OS   | Device   | Manual    
  4729.  
  4730. Module wifi does not exist, please remove it from your configuration
  4731.  
  4732.  
  4733. >> SNMP: [0/0.00s] MySQL: [0/0.00s]  
  4734.  
  4735. >> Runtime for poller module 'wifi': 0.0003 seconds with 1688 bytes  
  4736.  
  4737. #### Unload poller module wifi ####
  4738.  
  4739.  
  4740. #### Load poller module wireless ####
  4741.  
  4742.  
  4743. Module enabled: Global + | OS   | Device   | Manual    
  4744.  
  4745. Attempting to initialize OS: CyberPower  
  4746.  
  4747. Attempting to initialize Group OS: Collinson  
  4748.  
  4749. OS initialized as Generic (CyberPower)  
  4750.  
  4751. SQL[SELECT * FROM `wireless_sensors` WHERE `device_id` = ? [261] 0.39ms]
  4752.  
  4753.  
  4754.  
  4755.  
  4756. >> SNMP: [0/0.00s] MySQL: [1/0.00s]  
  4757.  
  4758. >> Runtime for poller module 'wireless': 0.0023 seconds with 145496 bytes  
  4759.  
  4760. #### Unload poller module wireless ####
  4761.  
  4762.  
  4763. #### Load poller module ospf ####
  4764.  
  4765.  
  4766. Module enabled: Global + | OS   | Device   | Manual    
  4767.  
  4768. SQL[select * from `vrf_lite_cisco` where `vrf_lite_cisco`.`device_id` = ? and `vrf_lite_cisco`.`device_id` is not null [261] 0.38ms]
  4769.  
  4770.  
  4771.  Processes:
  4772. SNMP['/usr/bin/snmpwalk' '-M' '/opt/librenms/mibs' '-m' 'SNMPv2-TC:SNMPv2-MIB:IF-MIB:IP-MIB:TCP-MIB:UDP-MIB:NET-SNMP-VACM-MIB' '-v1' '-c' 'COMMUNITY' '-OQXUt' '-Os' 'udp:HOSTNAME:161' 'OSPF-MIB::ospfGeneralGroup']  
  4773.  
  4774.  
  4775.  
  4776.  
  4777.  
  4778. SQL[delete from `ospf_instances` where `ospf_instances`.`device_id` = ? and `ospf_instances`.`device_id` is not null and `context_name` = ? and 1 = 1 [261,""] 0.36ms]
  4779.  
  4780.  
  4781. 0
  4782.  
  4783.  
  4784. >> SNMP: [1/0.02s] MySQL: [2/0.01s]  
  4785.  
  4786. >> Runtime for poller module 'ospf': 0.0264 seconds with 99440 bytes  
  4787.  
  4788. #### Unload poller module ospf ####
  4789.  
  4790.  
  4791. #### Load poller module cisco-cef ####
  4792.  
  4793.  
  4794. Module enabled: Global + | OS   | Device   | Manual    
  4795.  
  4796.  
  4797.  
  4798. >> SNMP: [0/0.00s] MySQL: [0/0.00s]  
  4799.  
  4800. >> Runtime for poller module 'cisco-cef': 0.0006 seconds with 3848 bytes  
  4801.  
  4802. #### Unload poller module cisco-cef ####
  4803.  
  4804.  
  4805. #### Load poller module entity-physical ####
  4806.  
  4807.  
  4808. Module enabled: Global + | OS   | Device   | Manual    
  4809.  
  4810.  
  4811.  
  4812. >> SNMP: [0/0.00s] MySQL: [0/0.00s]  
  4813.  
  4814. >> Runtime for poller module 'entity-physical': 0.0004 seconds with 2064 bytes  
  4815.  
  4816. #### Unload poller module entity-physical ####
  4817.  
  4818.  
  4819. #### Load poller module applications ####
  4820.  
  4821.  
  4822. Module enabled: Global + | OS   | Device   | Manual    
  4823.  
  4824. SQL[select * from `applications` where `applications`.`device_id` = ? and `applications`.`device_id` is not null and `applications`.`deleted_at` is null [261] 0.46ms]
  4825.  
  4826.  
  4827.  
  4828.  
  4829. >> SNMP: [0/0.00s] MySQL: [1/0.00s]  
  4830.  
  4831. >> Runtime for poller module 'applications': 0.0021 seconds with 63016 bytes  
  4832.  
  4833. #### Unload poller module applications ####
  4834.  
  4835.  
  4836. #### Load poller module stp ####
  4837.  
  4838.  
  4839. Module enabled: Global + | OS   | Device   | Manual    
  4840.  
  4841. Instances:
  4842. SQL[select * from `stp` where `stp`.`device_id` = ? and `stp`.`device_id` is not null [261] 0.38ms]
  4843.  
  4844.  
  4845.  
  4846. Ports:
  4847. SQL[select * from `ports_stp` where `ports_stp`.`device_id` = ? and `ports_stp`.`device_id` is not null [261] 0.32ms]
  4848.  
  4849.  
  4850.  
  4851.  
  4852. >> SNMP: [0/0.00s] MySQL: [2/0.01s]  
  4853.  
  4854. >> Runtime for poller module 'stp': 0.0024 seconds with 69360 bytes  
  4855.  
  4856. #### Unload poller module stp ####
  4857.  
  4858.  
  4859. #### Load poller module ntp ####
  4860.  
  4861.  
  4862. Module enabled: Global + | OS   | Device   | Manual    
  4863.  
  4864.  
  4865.  
  4866. >> SNMP: [0/0.00s] MySQL: [0/0.00s]  
  4867.  
  4868. >> Runtime for poller module 'ntp': 0.0003 seconds with 2008 bytes  
  4869.  
  4870. #### Unload poller module ntp ####
  4871.  
  4872.  
  4873. SQL[select * from `device_graphs` where `device_graphs`.`device_id` = ? and `device_graphs`.`device_id` is not null [261] 0.38ms]
  4874.  
  4875.  
  4876. Enabled graphs (14): uptime poller_modules_perf availability netstat_icmp netstat_icmp_info netstat_ip netstat_ip_frag netstat_snmp netstat_snmp_pkt netstat_udp netstat_tcp poller_perf ping_perf customoid
  4877.  
  4878.  
  4879.  
  4880. SQL[update `devices` set `last_polled` = ?, `last_polled_timetaken` = ? where `device_id` = ? ["2024-01-02 17:54:57",4.571943998336792,261] 0.41ms]
  4881.  
  4882.  
  4883. #### Start Alerts ####  
  4884.  
  4885. SQL[select exists(select * from `alert_schedule` where (`start` &lt;= ? and `end` >= ? and (`recurring` = ? or (`recurring` = ? and ((time(`start`) < time xss=removed> ?) or (time(`start`) > time(`end`) and (time(`start`) &lt;= ? or time(`end`) > ?))) and (`recurring_day` like ? or `recurring_day` is null)))) and (exists (select * from `devices` inner join `alert_schedulables` on `devices`.`device_id` = `alert_schedulables`.`alert_schedulable_id` where `alert_schedule`.`schedule_id` = `alert_schedulables`.`schedule_id` and `alert_schedulables`.`alert_schedulable_type` = ? and `alert_schedulables`.`alert_schedulable_id` = ?) or exists (select * from `device_groups` inner join `alert_schedulables` on `device_groups`.`id` = `alert_schedulables`.`alert_schedulable_id` where `alert_schedule`.`schedule_id` = `alert_schedulables`.`schedule_id` and `alert_schedulables`.`alert_schedulable_type` = ? and `alert_schedulables`.`alert_schedulable_id` in (30)) or exists (select * from `locations` inner join `alert_schedulables` on `locations`.`id` = `alert_schedulables`.`alert_schedulable_id` where `alert_schedule`.`schedule_id` = `alert_schedulables`.`schedule_id` and `alert_schedulables`.`alert_schedulable_type` = ? and `alert_schedulables`.`alert_schedulable_id` = ?))) as `exists` ["2024-01-02T09:54:57.464504Z","2024-01-02T09:54:57.464504Z",0,1,"09:54:57","09:54:57","09:54:57","09:54:57","%","device",261,"device_group","location",32] 0.99ms]
  4886.  
  4887.  
  4888. SQL[select * from `devices` where `devices`.`device_id` = ? limit 1 [261] 0.43ms]
  4889.  
  4890.  
  4891. SQL[SELECT DISTINCT a.* FROM alert_rules a
  4892.         LEFT JOIN alert_device_map d ON a.id=d.rule_id AND (a.invert_map = 0 OR a.invert_map = 1 AND d.device_id = ?)
  4893.         LEFT JOIN alert_group_map g ON a.id=g.rule_id AND (a.invert_map = 0 OR a.invert_map = 1 AND g.group_id IN (SELECT DISTINCT device_group_id FROM device_group_device WHERE device_id = ?))
  4894.         LEFT JOIN alert_location_map l ON a.id=l.rule_id AND (a.invert_map = 0 OR a.invert_map = 1 AND l.location_id IN (SELECT DISTINCT location_id FROM devices WHERE device_id = ?))
  4895.         LEFT JOIN devices ld ON l.location_id=ld.location_id AND ld.device_id = ?
  4896.         LEFT JOIN device_group_device dg ON g.group_id=dg.device_group_id AND dg.device_id = ?
  4897.         WHERE a.disabled = 0 AND (
  4898.             (d.device_id IS NULL AND g.group_id IS NULL AND l.location_id IS NULL)
  4899.             OR (a.invert_map = 0 AND (d.device_id=? OR dg.device_id=? OR ld.device_id=?))
  4900.             OR (a.invert_map = 1  AND (d.device_id != ? OR d.device_id IS NULL) AND (dg.device_id != ? OR dg.device_id IS NULL) AND (ld.device_id != ? OR ld.device_id IS NULL))
  4901.         ) [261,261,261,261,261,261,261,261,261,261,261] 1.22ms]
  4902.  
  4903.  
  4904. Rule #5 (Collinson UPS Switched to Battery Power):  
  4905.  
  4906.  
  4907.  
  4908. SQL[SELECT * FROM devices,sensors WHERE (devices.device_id = ? AND devices.device_id = sensors.device_id) AND (sensors.sensor_current = 5 AND sensors.sensor_type = "upsOutputSource") [261] 0.61ms]
  4909.  
  4910.  
  4911. SQL[SELECT state FROM alerts WHERE rule_id = ? AND device_id = ? ORDER BY id DESC LIMIT 1 [5,261] 0.28ms]
  4912.  
  4913.  
  4914. Status: NOCHG  
  4915.  
  4916. Rule #1 (Devices up/down):  
  4917.  
  4918.  
  4919.  
  4920. SQL[SELECT * FROM devices WHERE (devices.device_id = ?) AND (devices.status = 0 && (devices.disabled = 0 && devices.ignore = 0)) = 1 [261] 0.39ms]
  4921.  
  4922.  
  4923. SQL[SELECT state FROM alerts WHERE rule_id = ? AND device_id = ? ORDER BY id DESC LIMIT 1 [1,261] 0.27ms]
  4924.  
  4925.  
  4926. Status: NOCHG  
  4927.  
  4928. #### End Alerts (0.0091s) ####
  4929.  
  4930.  
  4931. ### Start Device Groups ###  
  4932.  
  4933. SQL[select * from `device_groups` [] 0.37ms]
  4934.  
  4935.  
  4936. SQL[select `devices`.`device_id`, `device_group_device`.`device_group_id` as `pivot_device_group_id`, `device_group_device`.`device_id` as `pivot_device_id` from `devices` inner join `device_group_device` on `devices`.`device_id` = `device_group_device`.`device_id` where `device_group_device`.`device_group_id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31) [] 1.36ms]
  4937.  
  4938.  
  4939. SQL[select exists(select * from `devices` left join `ports` on `devices`.`device_id` = `ports`.`device_id` left join `ipv4_addresses` on `ports`.`port_id` = `ipv4_addresses`.`port_id` where (`ipv4_addresses`.`ipv4_address` LIKE ?) and `devices`.`device_id` = ?) as `exists` ["0.181.46.%",261] 0.47ms]
  4940.  
  4941.  
  4942. SQL[select exists(select * from `devices` left join `ports` on `devices`.`device_id` = `ports`.`device_id` left join `ipv4_addresses` on `ports`.`port_id` = `ipv4_addresses`.`port_id` where (`ipv4_addresses`.`ipv4_address` LIKE ? OR `ipv4_addresses`.`ipv4_address` LIKE ?) and `devices`.`device_id` = ?) as `exists` ["0.181.39.%","0.161.2.%",261] 0.46ms]
  4943.  
  4944.  
  4945. SQL[select exists(select * from `devices` left join `ports` on `devices`.`device_id` = `ports`.`device_id` left join `ipv4_addresses` on `ports`.`port_id` = `ipv4_addresses`.`port_id` where (`ipv4_addresses`.`ipv4_address` LIKE ? OR `ipv4_addresses`.`ipv4_address` LIKE ?) and `devices`.`device_id` = ?) as `exists` ["0.181.37.%","0.161.3.%",261] 0.34ms]
  4946.  
  4947.  
  4948. SQL[select exists(select * from `devices` left join `ports` on `devices`.`device_id` = `ports`.`device_id` left join `ipv4_addresses` on `ports`.`port_id` = `ipv4_addresses`.`port_id` where (`ipv4_addresses`.`ipv4_address` LIKE ? OR `ipv4_addresses`.`ipv4_address` LIKE ? OR `ipv4_addresses`.`ipv4_address` LIKE ? OR `ipv4_addresses`.`ipv4_address` LIKE ?) and `devices`.`device_id` = ?) as `exists` ["0.181.12.%","0.181.30.%","0.181.32.%","0.181.31.%",261] 0.35ms]
  4949.  
  4950.  
  4951. SQL[select exists(select * from `devices` left join `ports` on `devices`.`device_id` = `ports`.`device_id` left join `ipv4_addresses` on `ports`.`port_id` = `ipv4_addresses`.`port_id` where (`ipv4_addresses`.`ipv4_address` LIKE ?) and `devices`.`device_id` = ?) as `exists` ["0.181.22.%",261] 0.4ms]
  4952.  
  4953.  
  4954. SQL[select exists(select * from `devices` left join `ports` on `devices`.`device_id` = `ports`.`device_id` left join `ipv4_addresses` on `ports`.`port_id` = `ipv4_addresses`.`port_id` where (`ipv4_addresses`.`ipv4_address` LIKE ? OR `ipv4_addresses`.`ipv4_address` LIKE ?) and `devices`.`device_id` = ?) as `exists` ["0.181.40.%","0.161.6.%",261] 0.36ms]
  4955.  
  4956.  
  4957. SQL[select exists(select * from `devices` left join `ports` on `devices`.`device_id` = `ports`.`device_id` left join `ipv4_addresses` on `ports`.`port_id` = `ipv4_addresses`.`port_id` where (`ipv4_addresses`.`ipv4_address` LIKE ? OR `ipv4_addresses`.`ipv4_address` LIKE ?) and `devices`.`device_id` = ?) as `exists` ["0.181.41.%","0.161.7.%",261] 0.35ms]
  4958.  
  4959.  
  4960. SQL[select exists(select * from `devices` left join `ports` on `devices`.`device_id` = `ports`.`device_id` left join `ipv4_addresses` on `ports`.`port_id` = `ipv4_addresses`.`port_id` where (`ipv4_addresses`.`ipv4_address` LIKE ? OR `ipv4_addresses`.`ipv4_address` LIKE ?) and `devices`.`device_id` = ?) as `exists` ["0.181.42.%","0.161.8.%",261] 0.36ms]
  4961.  
  4962.  
  4963. SQL[select exists(select * from `devices` left join `ports` on `devices`.`device_id` = `ports`.`device_id` left join `ipv4_addresses` on `ports`.`port_id` = `ipv4_addresses`.`port_id` where (`ipv4_addresses`.`ipv4_address` LIKE ? OR `ipv4_addresses`.`ipv4_address` LIKE ?) and `devices`.`device_id` = ?) as `exists` ["0.181.43.%","0.161.9.%",261] 0.38ms]
  4964.  
  4965.  
  4966. SQL[select exists(select * from `devices` left join `ports` on `devices`.`device_id` = `ports`.`device_id` left join `ipv4_addresses` on `ports`.`port_id` = `ipv4_addresses`.`port_id` where (`ipv4_addresses`.`ipv4_address` LIKE ?) and `devices`.`device_id` = ?) as `exists` ["0.181.18.%",261] 0.34ms]
  4967.  
  4968.  
  4969. SQL[select exists(select * from `devices` left join `ports` on `devices`.`device_id` = `ports`.`device_id` left join `ipv4_addresses` on `ports`.`port_id` = `ipv4_addresses`.`port_id` where (`ipv4_addresses`.`ipv4_address` LIKE ?) and `devices`.`device_id` = ?) as `exists` ["0.181.19.%",261] 0.36ms]
  4970.  
  4971.  
  4972. SQL[select exists(select * from `devices` left join `ports` on `devices`.`device_id` = `ports`.`device_id` left join `ipv4_addresses` on `ports`.`port_id` = `ipv4_addresses`.`port_id` where (`ipv4_addresses`.`ipv4_address` LIKE ?) and `devices`.`device_id` = ?) as `exists` ["0.181.44.%",261] 0.5ms]
  4973.  
  4974.  
  4975. SQL[select exists(select * from `devices` left join `ports` on `devices`.`device_id` = `ports`.`device_id` left join `ipv4_addresses` on `ports`.`port_id` = `ipv4_addresses`.`port_id` where (`ipv4_addresses`.`ipv4_address` LIKE ?) and `devices`.`device_id` = ?) as `exists` ["0.181.35.%",261] 0.44ms]
  4976.  
  4977.  
  4978. SQL[select exists(select * from `devices` left join `ports` on `devices`.`device_id` = `ports`.`device_id` left join `ipv4_addresses` on `ports`.`port_id` = `ipv4_addresses`.`port_id` where (`ipv4_addresses`.`ipv4_address` LIKE ?) and `devices`.`device_id` = ?) as `exists` ["0.181.45.%",261] 0.35ms]
  4979.  
  4980.  
  4981. SQL[select exists(select * from `devices` left join `ports` on `devices`.`device_id` = `ports`.`device_id` left join `ipv4_addresses` on `ports`.`port_id` = `ipv4_addresses`.`port_id` where (`ipv4_addresses`.`ipv4_address` LIKE ?) and `devices`.`device_id` = ?) as `exists` ["0.181.17.%",261] 0.35ms]
  4982.  
  4983.  
  4984. SQL[select exists(select * from `devices` left join `ports` on `devices`.`device_id` = `ports`.`device_id` left join `ipv4_addresses` on `ports`.`port_id` = `ipv4_addresses`.`port_id` where (`ipv4_addresses`.`ipv4_address` LIKE ?) and `devices`.`device_id` = ?) as `exists` ["0.181.15.%",261] 0.37ms]
  4985.  
  4986.  
  4987. SQL[select exists(select * from `devices` left join `ports` on `devices`.`device_id` = `ports`.`device_id` left join `ipv4_addresses` on `ports`.`port_id` = `ipv4_addresses`.`port_id` where (`ipv4_addresses`.`ipv4_address` LIKE ? OR `devices`.`sysName` LIKE ?) and `devices`.`device_id` = ?) as `exists` ["0.181.181.%","%SGC%",261] 0.37ms]
  4988.  
  4989.  
  4990. SQL[select exists(select * from `devices` left join `ports` on `devices`.`device_id` = `ports`.`device_id` left join `ipv4_addresses` on `ports`.`port_id` = `ipv4_addresses`.`port_id` where (`ipv4_addresses`.`ipv4_address` LIKE ? OR `devices`.`sysName` LIKE ?) and `devices`.`device_id` = ?) as `exists` ["0.181.120.%","OVE%",261] 0.35ms]
  4991.  
  4992.  
  4993. SQL[select exists(select * from `devices` left join `ports` on `devices`.`device_id` = `ports`.`device_id` left join `ipv4_addresses` on `ports`.`port_id` = `ipv4_addresses`.`port_id` where (`ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ?) and `devices`.`device_id` = ?) as `exists` ["10.100.0.60","10.100.0.61","10.100.0.65","10.100.0.66","10.100.0.67","10.100.0.68","10.100.0.62",261] 0.37ms]
  4994.  
  4995.  
  4996. SQL[select exists(select * from `devices` left join `ports` on `devices`.`device_id` = `ports`.`device_id` left join `ipv4_addresses` on `ports`.`port_id` = `ipv4_addresses`.`port_id` where (`ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ? OR `devices`.`sysName` LIKE ?) and `devices`.`device_id` = ?) as `exists` ["10.181.50.3","10.181.50.11","10.181.50.12","10.181.50.13","10.181.50.14","10.181.50.15","%sdc-office-wlc%",261] 0.41ms]
  4997.  
  4998.  
  4999. SQL[select exists(select * from `devices` where (`devices`.`sysName` LIKE ? OR `devices`.`sysName` LIKE ? OR `devices`.`sysName` LIKE ? OR `devices`.`sysName` LIKE ? OR `devices`.`sysName` LIKE ? OR `devices`.`sysName` LIKE ? OR `devices`.`sysName` LIKE ? OR `devices`.`sysName` LIKE ? OR `devices`.`sysName` LIKE ? OR `devices`.`sysName` LIKE ? OR `devices`.`sysName` LIKE ? OR `devices`.`sysName` LIKE ? OR `devices`.`sysName` LIKE ?) and `devices`.`device_id` = ?) as `exists` ["�TAWHSW%","%SDCHQ-CORESW%","%SDCHQ-OFFICE-DTSW%","%SDCHQ-OFFICE-SVRFARM%","%sdchq-office-monitsw%","%sdchq-office-prodsw%","%sdchq-office-lvl1sw01%","%SDC-PVTCLD%","%SDC_FW_StackSW%","%SDCHQ-OFFICE-SVRRACK%","%SVR_Host_MGMT_SW%","%SDC-ExpressRoute%","%sdchq-office-dtsw%",261] 0.29ms]
  5000.  
  5001.  
  5002. SQL[select exists(select * from `devices` left join `ports` on `devices`.`device_id` = `ports`.`device_id` left join `ipv4_addresses` on `ports`.`port_id` = `ipv4_addresses`.`port_id` where (`ipv4_addresses`.`ipv4_address` = ? OR `devices`.`sysName` LIKE ?) and `devices`.`device_id` = ?) as `exists` ["10.100.0.20","%SDCHQ-OFFICE-LVL2%",261] 0.39ms]
  5003.  
  5004.  
  5005. SQL[select exists(select * from `devices` left join `ports` on `devices`.`device_id` = `ports`.`device_id` left join `ipv4_addresses` on `ports`.`port_id` = `ipv4_addresses`.`port_id` where (`ipv4_addresses`.`ipv4_address` = ?) and `devices`.`device_id` = ?) as `exists` ["10.100.0.30",261] 0.3ms]
  5006.  
  5007.  
  5008. SQL[select exists(select * from `devices` left join `ports` on `devices`.`device_id` = `ports`.`device_id` left join `ipv4_addresses` on `ports`.`port_id` = `ipv4_addresses`.`port_id` where (`ipv4_addresses`.`ipv4_address` = ?) and `devices`.`device_id` = ?) as `exists` ["10.100.0.40",261] 0.27ms]
  5009.  
  5010.  
  5011. SQL[select exists(select * from `devices` left join `ports` on `devices`.`device_id` = `ports`.`device_id` left join `ipv4_addresses` on `ports`.`port_id` = `ipv4_addresses`.`port_id` where (`ipv4_addresses`.`ipv4_address` = ?) and `devices`.`device_id` = ?) as `exists` ["10.100.0.50",261] 0.3ms]
  5012.  
  5013.  
  5014. SQL[select exists(select * from `devices` where (`devices`.`os` LIKE ?) and `devices`.`device_id` = ?) as `exists` ["%APC%",261] 0.21ms]
  5015.  
  5016.  
  5017. SQL[select exists(select * from `devices` where (`devices`.`sysName` LIKE ? OR `devices`.`sysName` LIKE ? OR `devices`.`sysName` LIKE ? OR `devices`.`sysName` LIKE ? OR `devices`.`sysName` LIKE ? OR `devices`.`sysName` LIKE ? OR `devices`.`sysName` LIKE ? OR `devices`.`sysName` LIKE ? OR `devices`.`sysName` LIKE ? OR `devices`.`sysName` LIKE ? OR `devices`.`sysName` LIKE ? OR `devices`.`sysName` LIKE ? OR `devices`.`sysName` LIKE ? OR `devices`.`sysName` LIKE ? OR `devices`.`sysName` LIKE ? OR `devices`.`sysName` LIKE ? OR `devices`.`sysName` LIKE ?) and `devices`.`device_id` = ?) as `exists` ["%sdc1-jcc%","%sdc2-beachoperations.super%","%sdc3-polw%","%sdc4-beachdatacenter.super%","%sdc5-toa%","%sdc6-firstaidbicycle%","%sdc7-emeraldhall%","%sdc8-sapphirehall%","%sdc9-firstaidstation-besidetrapizza%","%sdc10-fortsilosoticketing%","%sdc11-fortsiloso-swroom%","%sdc12-cablecarplaza%","%sdc14-imbiah-office%","%sdc15-imbiahstation%","%sdc16-rangerstation%","%sdc17-gantry%","%sdchq-coresw%",261] 0.26ms]
  5018.  
  5019.  
  5020. SQL[select exists(select * from `devices` left join `ports` on `devices`.`device_id` = `ports`.`device_id` left join `ipv4_addresses` on `ports`.`port_id` = `ipv4_addresses`.`port_id` where (`ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ?) and `devices`.`device_id` = ?) as `exists` ["10.161.2.11","10.161.2.12","10.161.2.13","10.161.2.14","10.161.2.15","10.161.2.16","10.161.2.17","10.161.2.18","10.161.3.11","10.161.3.12","10.161.3.13","10.161.3.14","10.161.3.15","10.161.3.16","10.161.3.17","10.161.3.18","10.161.4.11","10.161.6.11","10.161.7.11","10.161.7.12","10.161.8.11","10.161.9.11","10.161.9.12","10.161.9.13","10.161.9.14","10.161.9.15","10.161.11.11","10.161.12.11","10.161.12.12","10.161.12.13","10.161.5.17","10.161.5.18",261] 0.46ms]
  5021.  
  5022.  
  5023. SQL[select exists(select * from `devices` left join `ports` on `devices`.`device_id` = `ports`.`device_id` left join `ipv4_addresses` on `ports`.`port_id` = `ipv4_addresses`.`port_id` where (`ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ? OR `ipv4_addresses`.`ipv4_address` = ?) and `devices`.`device_id` = ?) as `exists` ["10.181.128.9","10.181.128.14","10.181.189.6","10.181.189.5",261] 0.3ms]
  5024.  
  5025.  
  5026. SQL[select exists(select * from `devices` where (`devices`.`os` LIKE ? OR `devices`.`os` LIKE ?) and `devices`.`device_id` = ?) as `exists` ["owerWalker%","yberPower%",261] 0.23ms]
  5027.  
  5028.  
  5029. SQL[select exists(select * from `devices` where (`devices`.`os` LIKE ? OR `devices`.`os` = ? OR `devices`.`os` = ? OR `devices`.`os` LIKE ?) and `devices`.`device_id` = ?) as `exists` ["%Iosxe%","Ios","nxos","isco%",261] 0.22ms]
  5030.  
  5031.  
  5032. SQL[select * from `device_group_device` where `device_group_device`.`device_id` = ? [261] 0.23ms]
  5033.  
  5034.  
  5035. Groups Added:   Removed:  
  5036.  
  5037. ### End Device Groups (0.0357s) ###
  5038.  
  5039.  
  5040.  
  5041. >>> Polled 10.100.0.46 (261) in 4.572 seconds &lt;&lt;&lt;  
  5042.  
  5043.  
  5044.  
  5045. SNMP [118/3.35s]: Snmpget[111/3.19s] Snmpwalk[7/0.16s]  
  5046.  
  5047. SQL [182/0.84s]: Select[74/0.30s] Insert[1/0.00s] Update[105/0.53s] Delete[2/0.01s]  
  5048.  
  5049.