ℹ️ Your data is safe here... unless you make the SNIP gods angry. And let's just say they have a really bad sense of humor.

From Cute Monkey, 3 Months ago, written in Plain Text.
This paste will perish in 7 Months.
Embed
  1. SQL[select `migration` from `migrations` order by `id` desc limit 1 [] 0.6ms]
  2.  
  3.  
  4. SQL[select count(*) as aggregate from `migrations` [] 0.79ms]
  5.  
  6.  
  7. SQL[select version() [] 0.48ms]
  8.  
  9.  
  10. ===========================================
  11. Component | Version
  12. --------- | -------
  13. LibreNMS  | 25.2.0-20-g57c355e44 (2025-03-02T00:20:35+08:00)
  14. DB Schema | 2025_01_30_214311_create_ipv6_nd_table (320)
  15. PHP       | 8.2.27
  16. Python    | 3.9.21
  17. Database  | MariaDB 10.11.10-MariaDB
  18. RRDTool   | 1.7.2
  19. SNMP      | 5.9.1
  20. ===========================================
  21.  
  22. LibreNMS config cache cleared and config reloaded.  
  23.  
  24. SQL[select `config_name`, `config_value` from `config` [] 0.75ms]
  25.  
  26.  
  27. SQL[select * from `graph_types` [] 0.56ms]
  28.  
  29.  
  30. SQL[select * from `config` where (`config_name` = ?) limit 1 ["fping6"] 0.66ms]
  31.  
  32.  
  33. SQL[delete from `config` where `config_name` like ? ["fping6.%"] 0.42ms]
  34.  
  35.  
  36. Starting polling run:
  37.  
  38.  
  39. SQL[select `device_id` from `devices` where `hostname` = ? ["10.130.0.52"] 0.68ms]
  40.  
  41.  
  42. SQL[select * from `devices` where `device_id` = ? limit 1 [330] 0.95ms]
  43.  
  44.  
  45. Hostname:  10.130.0.52
  46. ID:        330
  47. OS:        generic
  48. IP:        10.130.0.52
  49.  
  50.  
  51. Attempting to initialize OS: generic  
  52.  
  53. OS initialized: LibreNMS\OS\Generic  
  54.  
  55. SQL[select * from `devices_attribs` where `devices_attribs`.`device_id` = ? and `devices_attribs`.`device_id` is not null [330] 0.79ms]
  56.  
  57.  
  58. [FPING] '/usr/sbin/fping' '-4' '-e' '-q' '-c' '3' '-p' '500' '-t' '500' '-O' '0' '10.130.0.52'
  59.  
  60.  
  61. response: 10.130.0.52 : xmt/rcv/%loss = 3/3/0%, min/avg/max = 5.61/5.86/6.05  
  62.  
  63. 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' '-v2c' '-c' 'COMMUNITY' '-OQXUte' '-Pu' 'udp:HOSTNAME:161' 'SNMPv2-MIB::sysObjectID.0']  
  64.  
  65. SNMPv2-MIB::sysObjectID.0 = SNMPv2-SMI::enterprises.9.1.3280
  66.  
  67.  
  68.  
  69. SQL[update `devices` set `last_ping` = ?, `last_ping_timetaken` = ? where `device_id` = ? ["2025-03-03 17:27:31",5.86,330] 0.94ms]
  70.  
  71. RRD[last 10.130.0.52/icmp-perf.rrd  --daemon unix:/run/rrdcached.sock]  
  72.  
  73. RRD[update 10.130.0.52/icmp-perf.rrd N:5.86:3:3:5.61:6.05 --daemon unix:/run/rrdcached.sock]  
  74.  
  75. 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` = ? [330] 0.99ms]
  76.  
  77.  
  78. SQL[select * from `locations` where `locations`.`id` = ? limit 1 [274] 0.5ms]
  79.  
  80.  
  81. SQL[select exists(select * from `alert_schedule` where (`start` <= ? and `end` >= ? and (`recurring` = ? or (`recurring` = ? and ((time(`start`) < time(`end`) and time(`start`) <= ? and time(`end`) > ?) or (time(`start`) > time(`end`) and (time(`start`) <= ? 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 (17)) 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` ["2025-03-03T09:27:31.257904Z","2025-03-03T09:27:31.257904Z",0,1,"09:27:31","09:27:31","09:27:31","09:27:31","%","device",330,"device_group","location",274] 1.66ms]
  82.  
  83.  
  84. 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 [330] 0.73ms]
  85.  
  86.  
  87. #### Load poller module core ####
  88.  
  89.  
  90. Module enabled: Global + | OS   | Device   | Manual    
  91.  
  92. 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' '-v2c' '-c' 'COMMUNITY' '-OQXUte' '-Pu' '-On' 'udp:HOSTNAME:161' 'SNMPv2-MIB::sysUpTime.0']  
  93.  
  94. .*.*.0 = 117382
  95.  
  96.  
  97.  
  98.  
  99. 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' '-v2c' '-c' 'COMMUNITY' '-OQXUte' '-Pu' 'udp:HOSTNAME:161' 'SNMP-FRAMEWORK-MIB::snmpEngineTime.0' 'HOST-RESOURCES-MIB::hrSystemUptime.0']  
  100.  
  101. SNMP-FRAMEWORK-MIB::snmpEngineTime.0 = 1174
  102. HOST-RESOURCES-MIB::hrSystemUptime.0 = 123547
  103.  
  104.  
  105.  
  106. Uptime seconds: 1235
  107.  
  108.  
  109. RRD[last 10.130.0.52/uptime.rrd  --daemon unix:/run/rrdcached.sock]  
  110.  
  111. RRD[update 10.130.0.52/uptime.rrd N:1235 --daemon unix:/run/rrdcached.sock]  
  112.  
  113. Uptime: 20 minutes 35 seconds  
  114.  
  115. SQL[update `devices` set `uptime` = ? where `device_id` = ? [1235,330] 0.66ms]
  116.  
  117.  
  118.  
  119.  
  120. >> SNMP: [3/0.14s] MySQL: [7/0.06s] RRD: [4/0.00s]  
  121.  
  122. >> Runtime for poller module 'core': 0.0900 seconds with 46520 bytes  
  123.  
  124. RRD[last 10.130.0.52/poller-perf-core.rrd  --daemon unix:/run/rrdcached.sock]  
  125.  
  126. RRD[update 10.130.0.52/poller-perf-core.rrd N:0.089965105056763 --daemon unix:/run/rrdcached.sock]  
  127.  
  128. #### Unload poller module core ####
  129.  
  130.  
  131. #### Load poller module os ####
  132.  
  133.  
  134. Module enabled: Global + | OS   | Device   | Manual    
  135.  
  136. Location: SGC Pyramid  
  137.  
  138. Hardware:  
  139.  
  140. OS Version:  
  141.  
  142. OS Features:  
  143.  
  144. Serial:  
  145.  
  146.  
  147.  
  148. >> SNMP: [0/0.00s] MySQL: [0/0.00s] RRD: [2/0.00s]  
  149.  
  150. >> Runtime for poller module 'os': 0.0049 seconds with 7488 bytes  
  151.  
  152. RRD[last 10.130.0.52/poller-perf-os.rrd  --daemon unix:/run/rrdcached.sock]  
  153.  
  154. RRD[update 10.130.0.52/poller-perf-os.rrd N:0.0049049854278564 --daemon unix:/run/rrdcached.sock]  
  155.  
  156. #### Unload poller module os ####
  157.  
  158.  
  159. #### Load poller module availability ####
  160.  
  161.  
  162. Module enabled: Global + | OS   | Device   | Manual    
  163.  
  164. 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 [330,1740907651] 1.12ms]
  165.  
  166.  
  167. SQL[select * from `availability` where (`device_id` = ? and `duration` = ?) limit 1 [330,86400] 0.63ms]
  168.  
  169.  
  170. SQL[update `availability` set `availability_perc` = ? where `availability_id` = ? [100,1301] 0.5ms]
  171.  
  172.  
  173. RRD[last 10.130.0.52/availability-86400.rrd  --daemon unix:/run/rrdcached.sock]  
  174.  
  175. RRD[update 10.130.0.52/availability-86400.rrd N:100 --daemon unix:/run/rrdcached.sock]  
  176.  
  177. 1 day   : 100%  
  178.  
  179. 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 [330,1740389251] 0.75ms]
  180.  
  181.  
  182. SQL[select * from `availability` where (`device_id` = ? and `duration` = ?) limit 1 [330,604800] 0.49ms]
  183.  
  184.  
  185. SQL[update `availability` set `availability_perc` = ? where `availability_id` = ? [99.29,1302] 0.31ms]
  186.  
  187.  
  188. RRD[last 10.130.0.52/availability-604800.rrd  --daemon unix:/run/rrdcached.sock]  
  189.  
  190. RRD[update 10.130.0.52/availability-604800.rrd N:99.29 --daemon unix:/run/rrdcached.sock]  
  191.  
  192. 1 week  : 99.29%  
  193.  
  194. 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 [330,1738402051] 0.55ms]
  195.  
  196.  
  197. SQL[select * from `availability` where (`device_id` = ? and `duration` = ?) limit 1 [330,2592000] 0.38ms]
  198.  
  199.  
  200. SQL[update `availability` set `availability_perc` = ? where `availability_id` = ? [40.69,1303] 0.36ms]
  201.  
  202.  
  203. RRD[last 10.130.0.52/availability-2592000.rrd  --daemon unix:/run/rrdcached.sock]  
  204.  
  205. RRD[update 10.130.0.52/availability-2592000.rrd N:40.69 --daemon unix:/run/rrdcached.sock]  
  206.  
  207. 1 month : 40.69%  
  208.  
  209. 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 [330,1709458051] 0.66ms]
  210.  
  211.  
  212. SQL[select * from `availability` where (`device_id` = ? and `duration` = ?) limit 1 [330,31536000] 0.37ms]
  213.  
  214.  
  215. SQL[update `availability` set `availability_perc` = ? where `availability_id` = ? [11.129,1304] 0.27ms]
  216.  
  217.  
  218. RRD[last 10.130.0.52/availability-31536000.rrd  --daemon unix:/run/rrdcached.sock]  
  219.  
  220. RRD[update 10.130.0.52/availability-31536000.rrd N:11.129 --daemon unix:/run/rrdcached.sock]  
  221.  
  222. 1 year  : 11.129%  
  223.  
  224. SQL[delete from `availability` where `availability`.`device_id` = ? and `availability`.`device_id` is not null and `availability_id` not in (?, ?, ?, ?) [330,1301,1302,1303,1304] 0.38ms]
  225.  
  226.  
  227.  
  228.  
  229. >> SNMP: [0/0.00s] MySQL: [13/0.07s] RRD: [10/0.01s]  
  230.  
  231. >> Runtime for poller module 'availability': 0.0211 seconds with 94432 bytes  
  232.  
  233. RRD[last 10.130.0.52/poller-perf-availability.rrd  --daemon unix:/run/rrdcached.sock]  
  234.  
  235. RRD[update 10.130.0.52/poller-perf-availability.rrd N:0.021100044250488 --daemon unix:/run/rrdcached.sock]  
  236.  
  237. #### Unload poller module availability ####
  238.  
  239.  
  240. #### Load poller module ipmi ####
  241.  
  242.  
  243. Module enabled: Global + | OS   | Device   | Manual    
  244.  
  245. SQL[SELECT * FROM sensors WHERE device_id = ? AND poller_type='ipmi' [330] 0.58ms]
  246.  
  247.  
  248. array (
  249. )  
  250.  
  251.  
  252.  
  253. >> SNMP: [0/0.00s] MySQL: [1/0.01s] RRD: [2/0.00s]  
  254.  
  255. >> Runtime for poller module 'ipmi': 0.0051 seconds with 3080 bytes  
  256.  
  257. RRD[last 10.130.0.52/poller-perf-ipmi.rrd  --daemon unix:/run/rrdcached.sock]  
  258.  
  259. RRD[update 10.130.0.52/poller-perf-ipmi.rrd N:0.0050840377807617 --daemon unix:/run/rrdcached.sock]  
  260.  
  261. #### Unload poller module ipmi ####
  262.  
  263.  
  264. #### Load poller module sensors ####
  265.  
  266.  
  267. Module enabled: Global + | OS   | Device   | Manual    
  268.  
  269. SQL[SELECT `sensor_class` FROM `sensors` WHERE `device_id` = ? GROUP BY `sensor_class` [330] 0.49ms]
  270.  
  271.  
  272.  
  273.  
  274. >> SNMP: [0/0.00s] MySQL: [1/0.00s] RRD: [2/0.00s]  
  275.  
  276. >> Runtime for poller module 'sensors': 0.0014 seconds with 2744 bytes  
  277.  
  278. RRD[last 10.130.0.52/poller-perf-sensors.rrd  --daemon unix:/run/rrdcached.sock]  
  279.  
  280. RRD[update 10.130.0.52/poller-perf-sensors.rrd N:0.0014119148254395 --daemon unix:/run/rrdcached.sock]  
  281.  
  282. #### Unload poller module sensors ####
  283.  
  284.  
  285. #### Load poller module processors ####
  286.  
  287.  
  288. Module enabled: Global + | OS   | Device   | Manual    
  289.  
  290. Attempting to initialize OS: generic  
  291.  
  292. OS initialized: LibreNMS\OS\Generic  
  293.  
  294. SQL[SELECT * FROM processors WHERE device_id=? [330] 0.68ms]
  295.  
  296.  
  297. SNMP['/usr/bin/snmpget' '-v2c' '-c' 'COMMUNITY' '-OUQn' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.2.1.25.3.3.1.2.196608' '.1.3.6.1.2.1.25.3.3.1.2.196609' '.1.3.6.1.2.1.25.3.3.1.2.196610' '.1.3.6.1.2.1.25.3.3.1.2.196611']
  298.  
  299. .*.*.*608 = 5
  300. .*.*.*609 = 2
  301. .*.*.*610 = 4
  302. .*.*.*611 = 3  
  303.  
  304.  
  305.  
  306. array (
  307.   '.1.3.6.1.2.1.25.3.3.1.2.196608' => '5',
  308.   '.1.3.6.1.2.1.25.3.3.1.2.196609' => '2',
  309.   '.1.3.6.1.2.1.25.3.3.1.2.196610' => '4',
  310.   '.1.3.6.1.2.1.25.3.3.1.2.196611' => '3',
  311. )  
  312.  
  313. Processor: 5%
  314.  
  315. RRD[last 10.130.0.52/processor-hr-196608.rrd  --daemon unix:/run/rrdcached.sock]  
  316.  
  317. RRD[update 10.130.0.52/processor-hr-196608.rrd N:5 --daemon unix:/run/rrdcached.sock]  
  318.  
  319. SQL[UPDATE `processors` set `processor_usage`=? WHERE `processor_id` = ? [5,3657] 1ms]
  320.  
  321.  
  322. Processor: 2%
  323.  
  324. RRD[last 10.130.0.52/processor-hr-196609.rrd  --daemon unix:/run/rrdcached.sock]  
  325.  
  326. RRD[update 10.130.0.52/processor-hr-196609.rrd N:2 --daemon unix:/run/rrdcached.sock]  
  327.  
  328. SQL[UPDATE `processors` set `processor_usage`=? WHERE `processor_id` = ? [2,3658] 0.63ms]
  329.  
  330.  
  331. Processor: 4%
  332.  
  333. RRD[last 10.130.0.52/processor-hr-196610.rrd  --daemon unix:/run/rrdcached.sock]  
  334.  
  335. RRD[update 10.130.0.52/processor-hr-196610.rrd N:4 --daemon unix:/run/rrdcached.sock]  
  336.  
  337. Processor: 3%
  338.  
  339. RRD[last 10.130.0.52/processor-hr-196611.rrd  --daemon unix:/run/rrdcached.sock]  
  340.  
  341. RRD[update 10.130.0.52/processor-hr-196611.rrd N:3 --daemon unix:/run/rrdcached.sock]  
  342.  
  343.  
  344.  
  345. >> SNMP: [1/0.05s] MySQL: [3/0.02s] RRD: [10/0.00s]  
  346.  
  347. >> Runtime for poller module 'processors': 0.0581 seconds with 18000 bytes  
  348.  
  349. RRD[last 10.130.0.52/poller-perf-processors.rrd  --daemon unix:/run/rrdcached.sock]  
  350.  
  351. RRD[update 10.130.0.52/poller-perf-processors.rrd N:0.058140993118286 --daemon unix:/run/rrdcached.sock]  
  352.  
  353. #### Unload poller module processors ####
  354.  
  355.  
  356. #### Load poller module mempools ####
  357.  
  358.  
  359. Module enabled: Global + | OS   | Device   | Manual    
  360.  
  361. SQL[select * from `mempools` where `mempools`.`device_id` = ? and `mempools`.`device_id` is not null [330] 0.72ms]
  362.  
  363.  
  364. SNMP['/usr/bin/snmpget' '-v2c' '-c' 'COMMUNITY' '-OUQn' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' '.1.3.6.1.2.1.25.2.3.1.6.1' '.1.3.6.1.2.1.25.2.3.1.6.3' '.1.3.6.1.2.1.25.2.3.1.6.6' '.1.3.6.1.2.1.25.2.3.1.6.7' '.1.3.6.1.2.1.25.2.3.1.6.8']
  365.  
  366. .*.*.* = 741524
  367. .*.*.* = 741524
  368. .*.*.* = 0
  369. .*.*.* = 221760
  370. .*.*.* = 194284  
  371.  
  372.  
  373.  
  374. Free memory adjusted by availability calculation: 1.07 GiB -> 1.29 GiB
  375.  
  376.  
  377. Physical memory (system): 28%  507.58 MiB / 1.78 GiB  
  378.  
  379. SQL[update `mempools` set `mempool_used` = ?, `mempool_free` = ? where `mempool_id` = ? [532238336,1381007360,876] 0.85ms]
  380.  
  381.  
  382. RRD[last 10.130.0.52/mempool-hrstorage-system-1.rrd  --daemon unix:/run/rrdcached.sock]  
  383.  
  384. RRD[update 10.130.0.52/mempool-hrstorage-system-1.rrd N:532238336:1381007360 --daemon unix:/run/rrdcached.sock]  
  385.  
  386. Virtual memory (virtual): 40%  724.14 MiB / 1.78 GiB  
  387.  
  388. SQL[update `mempools` set `mempool_used` = ?, `mempool_free` = ? where `mempool_id` = ? [759320576,1153925120,877] 0.59ms]
  389.  
  390.  
  391. RRD[last 10.130.0.52/mempool-hrstorage-virtual-3.rrd  --daemon unix:/run/rrdcached.sock]  
  392.  
  393. RRD[update 10.130.0.52/mempool-hrstorage-virtual-3.rrd N:759320576:1153925120 --daemon unix:/run/rrdcached.sock]  
  394.  
  395. Memory buffers (buffers): 0%  0 B / 1.78 GiB  
  396.  
  397. RRD[last 10.130.0.52/mempool-hrstorage-buffers-6.rrd  --daemon unix:/run/rrdcached.sock]  
  398.  
  399. RRD[update 10.130.0.52/mempool-hrstorage-buffers-6.rrd N:0:1913245696 --daemon unix:/run/rrdcached.sock]  
  400.  
  401. Cached memory (cached): 12%  216.56 MiB / 1.78 GiB  
  402.  
  403. SQL[update `mempools` set `mempool_used` = ?, `mempool_free` = ? where `mempool_id` = ? [227082240,1686163456,879] 0.48ms]
  404.  
  405.  
  406. RRD[last 10.130.0.52/mempool-hrstorage-cached-7.rrd  --daemon unix:/run/rrdcached.sock]  
  407.  
  408. RRD[update 10.130.0.52/mempool-hrstorage-cached-7.rrd N:227082240:1686163456 --daemon unix:/run/rrdcached.sock]  
  409.  
  410. Shared memory (shared): 10%  189.73 MiB / 1.78 GiB  
  411.  
  412. SQL[update `mempools` set `mempool_used` = ?, `mempool_free` = ? where `mempool_id` = ? [198946816,1714298880,880] 0.39ms]
  413.  
  414.  
  415. RRD[last 10.130.0.52/mempool-hrstorage-shared-8.rrd  --daemon unix:/run/rrdcached.sock]  
  416.  
  417. RRD[update 10.130.0.52/mempool-hrstorage-shared-8.rrd N:198946816:1714298880 --daemon unix:/run/rrdcached.sock]  
  418.  
  419.  
  420.  
  421. >> SNMP: [1/0.05s] MySQL: [5/0.03s] RRD: [12/0.00s]  
  422.  
  423. >> Runtime for poller module 'mempools': 0.0666 seconds with 26664 bytes  
  424.  
  425. RRD[last 10.130.0.52/poller-perf-mempools.rrd  --daemon unix:/run/rrdcached.sock]  
  426.  
  427. RRD[update 10.130.0.52/poller-perf-mempools.rrd N:0.066571950912476 --daemon unix:/run/rrdcached.sock]  
  428.  
  429. #### Unload poller module mempools ####
  430.  
  431.  
  432. #### Load poller module storage ####
  433.  
  434.  
  435. Module enabled: Global + | OS   | Device   | Manual    
  436.  
  437. SQL[select * from `storage` where `storage`.`device_id` = ? and `storage`.`device_id` is not null [330] 0.7ms]
  438.  
  439.  
  440. 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' '-v2c' '-c' 'COMMUNITY' '-OQXUte' '-Pu' '-On' 'udp:HOSTNAME:161' '.1.3.6.1.2.1.25.2.3.1.6.32' '.1.3.6.1.2.1.25.2.3.1.6.34' '.1.3.6.1.2.1.25.2.3.1.6.37' '.1.3.6.1.2.1.25.2.3.1.6.38' '.1.3.6.1.2.1.25.2.3.1.6.39']  
  441.  
  442. .*.*.* = 48025
  443. .*.*.* = 16
  444. .*.*.* = 38010
  445. .*.*.* = 38215
  446. .*.*.* = 530
  447.  
  448.  
  449.  
  450.  
  451. SQL[update `storage` set `storage_used` = ?, `storage_free` = ? where `storage_id` = ? [2170880,117829632,1813] 0.79ms]
  452.  
  453.  
  454. / (FixedDisk): 21%  187.6 MiB / 912.3 MiB  
  455.  
  456. RRD[last 10.130.0.52/storage-hrstorage-_.rrd  --daemon unix:/run/rrdcached.sock]  
  457.  
  458. RRD[update 10.130.0.52/storage-hrstorage-_.rrd N:196710400:759910400 --daemon unix:/run/rrdcached.sock]  
  459.  
  460. /dev/shm (FixedDisk): 6%  64 KiB / 1 MiB  
  461.  
  462. RRD[last 10.130.0.52/storage-hrstorage-_dev_shm.rrd  --daemon unix:/run/rrdcached.sock]  
  463.  
  464. RRD[update 10.130.0.52/storage-hrstorage-_dev_shm.rrd N:65536:983040 --daemon unix:/run/rrdcached.sock]  
  465.  
  466. /part1 (FixedDisk): 53%  148.48 MiB / 278.29 MiB  
  467.  
  468. RRD[last 10.130.0.52/storage-hrstorage-_part1.rrd  --daemon unix:/run/rrdcached.sock]  
  469.  
  470. RRD[update 10.130.0.52/storage-hrstorage-_part1.rrd N:155688960:136114176 --daemon unix:/run/rrdcached.sock]  
  471.  
  472. /part2 (FixedDisk): 38%  149.28 MiB / 387.82 MiB  
  473.  
  474. RRD[last 10.130.0.52/storage-hrstorage-_part2.rrd  --daemon unix:/run/rrdcached.sock]  
  475.  
  476. RRD[update 10.130.0.52/storage-hrstorage-_part2.rrd N:156528640:250134528 --daemon unix:/run/rrdcached.sock]  
  477.  
  478. /tmp (FixedDisk): 2%  2.07 MiB / 114.44 MiB  
  479.  
  480. RRD[last 10.130.0.52/storage-hrstorage-_tmp.rrd  --daemon unix:/run/rrdcached.sock]  
  481.  
  482. RRD[update 10.130.0.52/storage-hrstorage-_tmp.rrd N:2170880:117829632 --daemon unix:/run/rrdcached.sock]  
  483.  
  484.  
  485.  
  486. >> SNMP: [1/0.04s] MySQL: [2/0.01s] RRD: [12/0.00s]  
  487.  
  488. >> Runtime for poller module 'storage': 0.0485 seconds with 32536 bytes  
  489.  
  490. RRD[last 10.130.0.52/poller-perf-storage.rrd  --daemon unix:/run/rrdcached.sock]  
  491.  
  492. RRD[update 10.130.0.52/poller-perf-storage.rrd N:0.048453807830811 --daemon unix:/run/rrdcached.sock]  
  493.  
  494. #### Unload poller module storage ####
  495.  
  496.  
  497. #### Load poller module netstats ####
  498.  
  499.  
  500. Module enabled: Global + | OS   | Device   | Manual    
  501.  
  502. icmp  
  503.  
  504. 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' '-v2c' '-c' 'COMMUNITY' '-OQXUte' '-Pu' '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']  
  505.  
  506. IP-MIB::icmpInMsgs.0 = No Such Object available on this agent at this OID
  507. IP-MIB::icmpOutMsgs.0 = No Such Object available on this agent at this OID
  508. IP-MIB::icmpInErrors.0 = No Such Object available on this agent at this OID
  509. IP-MIB::icmpOutErrors.0 = No Such Object available on this agent at this OID
  510. IP-MIB::icmpInEchos.0 = No Such Object available on this agent at this OID
  511. IP-MIB::icmpOutEchos.0 = No Such Object available on this agent at this OID
  512. IP-MIB::icmpInEchoReps.0 = No Such Object available on this agent at this OID
  513. IP-MIB::icmpOutEchoReps.0 = No Such Object available on this agent at this OID
  514. IP-MIB::icmpInDestUnreachs.0 = No Such Object available on this agent at this OID
  515. IP-MIB::icmpOutDestUnreachs.0 = No Such Object available on this agent at this OID
  516.  
  517.  
  518.  
  519.  
  520. 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' '-v2c' '-c' 'COMMUNITY' '-OQXUte' '-Pu' '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']  
  521.  
  522. IP-MIB::icmpInParmProbs.0 = No Such Object available on this agent at this OID
  523. IP-MIB::icmpInTimeExcds.0 = No Such Object available on this agent at this OID
  524. IP-MIB::icmpInSrcQuenchs.0 = No Such Object available on this agent at this OID
  525. IP-MIB::icmpInRedirects.0 = No Such Object available on this agent at this OID
  526. IP-MIB::icmpInTimestamps.0 = No Such Object available on this agent at this OID
  527. IP-MIB::icmpInTimestampReps.0 = No Such Object available on this agent at this OID
  528. IP-MIB::icmpInAddrMasks.0 = No Such Object available on this agent at this OID
  529. IP-MIB::icmpInAddrMaskReps.0 = No Such Object available on this agent at this OID
  530. IP-MIB::icmpOutTimeExcds.0 = No Such Object available on this agent at this OID
  531. IP-MIB::icmpOutParmProbs.0 = No Such Object available on this agent at this OID
  532.  
  533.  
  534.  
  535.  
  536. 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' '-v2c' '-c' 'COMMUNITY' '-OQXUte' '-Pu' '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']  
  537.  
  538. IP-MIB::icmpOutSrcQuenchs.0 = No Such Object available on this agent at this OID
  539. IP-MIB::icmpOutRedirects.0 = No Such Object available on this agent at this OID
  540. IP-MIB::icmpOutTimestamps.0 = No Such Object available on this agent at this OID
  541. IP-MIB::icmpOutTimestampReps.0 = No Such Object available on this agent at this OID
  542. IP-MIB::icmpOutAddrMasks.0 = No Such Object available on this agent at this OID
  543. IP-MIB::icmpOutAddrMaskReps.0 = No Such Object available on this agent at this OID
  544.  
  545.  
  546.  
  547.  
  548. ip  
  549.  
  550. 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' '-v2c' '-c' 'COMMUNITY' '-OQXUte' '-Pu' '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']  
  551.  
  552. IP-MIB::ipForwDatagrams.0 = No Such Object available on this agent at this OID
  553. IP-MIB::ipInDelivers.0 = No Such Object available on this agent at this OID
  554. IP-MIB::ipInReceives.0 = No Such Object available on this agent at this OID
  555. IP-MIB::ipOutRequests.0 = No Such Object available on this agent at this OID
  556. IP-MIB::ipInDiscards.0 = No Such Object available on this agent at this OID
  557. IP-MIB::ipOutDiscards.0 = No Such Object available on this agent at this OID
  558. IP-MIB::ipOutNoRoutes.0 = No Such Object available on this agent at this OID
  559. IP-MIB::ipReasmReqds.0 = No Such Object available on this agent at this OID
  560. IP-MIB::ipReasmOKs.0 = No Such Object available on this agent at this OID
  561. IP-MIB::ipReasmFails.0 = No Such Object available on this agent at this OID
  562.  
  563.  
  564.  
  565.  
  566. 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' '-v2c' '-c' 'COMMUNITY' '-OQXUte' '-Pu' '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']  
  567.  
  568. IP-MIB::ipFragOKs.0 = No Such Object available on this agent at this OID
  569. IP-MIB::ipFragFails.0 = No Such Object available on this agent at this OID
  570. IP-MIB::ipFragCreates.0 = No Such Object available on this agent at this OID
  571. IP-MIB::ipInUnknownProtos.0 = No Such Object available on this agent at this OID
  572. IP-MIB::ipInHdrErrors.0 = No Such Object available on this agent at this OID
  573. IP-MIB::ipInAddrErrors.0 = No Such Object available on this agent at this OID
  574.  
  575.  
  576.  
  577.  
  578. ip_forward  
  579.  
  580. 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' '-v2c' '-c' 'COMMUNITY' '-OQXUte' '-Pu' 'udp:HOSTNAME:161' 'IP-FORWARD-MIB::ipCidrRouteNumber.0']  
  581.  
  582. IP-FORWARD-MIB::ipCidrRouteNumber.0 = No Such Object available on this agent at this OID
  583.  
  584.  
  585.  
  586.  
  587. snmp  
  588.  
  589. 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' '-v2c' '-c' 'COMMUNITY' '-OQXUte' '-Pu' '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']  
  590.  
  591. SNMPv2-MIB::snmpInPkts.0 = No Such Object available on this agent at this OID
  592. SNMPv2-MIB::snmpOutPkts.0 = No Such Object available on this agent at this OID
  593. SNMPv2-MIB::snmpInBadVersions.0 = No Such Object available on this agent at this OID
  594. SNMPv2-MIB::snmpInBadCommunityNames.0 = No Such Object available on this agent at this OID
  595. SNMPv2-MIB::snmpInBadCommunityUses.0 = No Such Object available on this agent at this OID
  596. SNMPv2-MIB::snmpInASNParseErrs.0 = No Such Object available on this agent at this OID
  597. SNMPv2-MIB::snmpInTooBigs.0 = No Such Object available on this agent at this OID
  598. SNMPv2-MIB::snmpInNoSuchNames.0 = No Such Object available on this agent at this OID
  599. SNMPv2-MIB::snmpInBadValues.0 = No Such Object available on this agent at this OID
  600. SNMPv2-MIB::snmpInReadOnlys.0 = No Such Object available on this agent at this OID
  601.  
  602.  
  603.  
  604.  
  605. 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' '-v2c' '-c' 'COMMUNITY' '-OQXUte' '-Pu' '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']  
  606.  
  607. SNMPv2-MIB::snmpInGenErrs.0 = No Such Object available on this agent at this OID
  608. SNMPv2-MIB::snmpInTotalReqVars.0 = No Such Object available on this agent at this OID
  609. SNMPv2-MIB::snmpInTotalSetVars.0 = No Such Object available on this agent at this OID
  610. SNMPv2-MIB::snmpInGetRequests.0 = No Such Object available on this agent at this OID
  611. SNMPv2-MIB::snmpInGetNexts.0 = No Such Object available on this agent at this OID
  612. SNMPv2-MIB::snmpInSetRequests.0 = No Such Object available on this agent at this OID
  613. SNMPv2-MIB::snmpInGetResponses.0 = No Such Object available on this agent at this OID
  614. SNMPv2-MIB::snmpInTraps.0 = No Such Object available on this agent at this OID
  615. SNMPv2-MIB::snmpOutTooBigs.0 = No Such Object available on this agent at this OID
  616. SNMPv2-MIB::snmpOutNoSuchNames.0 = No Such Object available on this agent at this OID
  617.  
  618.  
  619. 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' '-v2c' '-c' 'COMMUNITY' '-OQXUte' '-Pu' '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']  
  620.  
  621. SNMPv2-MIB::snmpOutBadValues.0 = No Such Object available on this agent at this OID
  622. SNMPv2-MIB::snmpOutGenErrs.0 = No Such Object available on this agent at this OID
  623. SNMPv2-MIB::snmpOutGetRequests.0 = No Such Object available on this agent at this OID
  624. SNMPv2-MIB::snmpOutGetNexts.0 = No Such Object available on this agent at this OID
  625. SNMPv2-MIB::snmpOutSetRequests.0 = No Such Object available on this agent at this OID
  626. SNMPv2-MIB::snmpOutGetResponses.0 = No Such Object available on this agent at this OID
  627. SNMPv2-MIB::snmpOutTraps.0 = No Such Object available on this agent at this OID
  628. SNMPv2-MIB::snmpSilentDrops.0 = No Such Object available on this agent at this OID
  629. SNMPv2-MIB::snmpProxyDrops.0 = No Such Object available on this agent at this OID
  630.  
  631.  
  632.  
  633.  
  634. udp  
  635.  
  636. 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' '-v2c' '-c' 'COMMUNITY' '-OQXUte' '-Pu' 'udp:HOSTNAME:161' 'UDP-MIB::udpInDatagrams.0' 'UDP-MIB::udpOutDatagrams.0' 'UDP-MIB::udpInErrors.0' 'UDP-MIB::udpNoPorts.0']  
  637.  
  638. UDP-MIB::udpInDatagrams.0 = No Such Object available on this agent at this OID
  639. UDP-MIB::udpOutDatagrams.0 = No Such Object available on this agent at this OID
  640. UDP-MIB::udpInErrors.0 = No Such Object available on this agent at this OID
  641. UDP-MIB::udpNoPorts.0 = No Such Object available on this agent at this OID
  642.  
  643.  
  644.  
  645.  
  646. tcp  
  647.  
  648. 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' '-v2c' '-c' 'COMMUNITY' '-OQXUte' '-Pu' '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']  
  649.  
  650. TCP-MIB::tcpActiveOpens.0 = No Such Object available on this agent at this OID
  651. TCP-MIB::tcpPassiveOpens.0 = No Such Object available on this agent at this OID
  652. TCP-MIB::tcpAttemptFails.0 = No Such Object available on this agent at this OID
  653. TCP-MIB::tcpEstabResets.0 = No Such Object available on this agent at this OID
  654. TCP-MIB::tcpCurrEstab.0 = No Such Object available on this agent at this OID
  655. TCP-MIB::tcpInSegs.0 = No Such Object available on this agent at this OID
  656. TCP-MIB::tcpOutSegs.0 = No Such Object available on this agent at this OID
  657. TCP-MIB::tcpRetransSegs.0 = No Such Object available on this agent at this OID
  658. TCP-MIB::tcpInErrs.0 = No Such Object available on this agent at this OID
  659. TCP-MIB::tcpOutRsts.0 = No Such Object available on this agent at this OID
  660.  
  661.  
  662.  
  663.  
  664.  
  665.  
  666. >> SNMP: [11/0.40s] MySQL: [0/0.00s] RRD: [2/0.00s]  
  667.  
  668. >> Runtime for poller module 'netstats': 0.4052 seconds with 88952 bytes  
  669.  
  670. RRD[last 10.130.0.52/poller-perf-netstats.rrd  --daemon unix:/run/rrdcached.sock]  
  671.  
  672. RRD[update 10.130.0.52/poller-perf-netstats.rrd N:0.4051730632782 --daemon unix:/run/rrdcached.sock]  
  673.  
  674. #### Unload poller module netstats ####
  675.  
  676.  
  677. #### Load poller module hr-mib ####
  678.  
  679.  
  680. Module enabled: Global + | OS   | Device   | Manual    
  681.  
  682. SNMP['/usr/bin/snmpget' '-v2c' '-c' 'COMMUNITY' '-OUQs' '-m' 'HOST-RESOURCES-MIB' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' 'hrSystemMaxProcesses.0' 'hrSystemProcesses.0' 'hrSystemNumUsers.0']
  683.  
  684. hrSystemMaxProcesses.0 = 0
  685. hrSystemProcesses.0 = No Such Instance currently exists at this OID
  686. hrSystemNumUsers.0 = 0  
  687.  
  688.  
  689.  
  690. RRD[last 10.130.0.52/hr_users.rrd  --daemon unix:/run/rrdcached.sock]  
  691.  
  692. RRD[update 10.130.0.52/hr_users.rrd N:0 --daemon unix:/run/rrdcached.sock]  
  693.  
  694. SQL[select * from `hrSystem` where (`device_id` = ?) limit 1 [330] 0.93ms]
  695.  
  696.  
  697.  Users
  698.  
  699.  
  700.  
  701. >> SNMP: [1/0.03s] MySQL: [1/0.01s] RRD: [4/0.00s]  
  702.  
  703. >> Runtime for poller module 'hr-mib': 0.0350 seconds with 4680 bytes  
  704.  
  705. RRD[last 10.130.0.52/poller-perf-hr-mib.rrd  --daemon unix:/run/rrdcached.sock]  
  706.  
  707. RRD[update 10.130.0.52/poller-perf-hr-mib.rrd N:0.035034894943237 --daemon unix:/run/rrdcached.sock]  
  708.  
  709. #### Unload poller module hr-mib ####
  710.  
  711.  
  712. #### Load poller module ucd-mib ####
  713.  
  714.  
  715. Module enabled: Global + | OS   | Device   | Manual    
  716.  
  717. SNMP['/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUs' '-m' 'UCD-SNMP-MIB' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' 'systemStats']
  718.  
  719. ssIndex.0 = 1
  720. ssErrorName.0 = systemStats
  721. ssSwapIn.0 = 0
  722. ssSwapOut.0 = 0
  723. ssIOSent.0 = 0
  724. ssIOReceive.0 = 0
  725. ssSysInterrupts.0 = 1568
  726. ssSysContext.0 = 651
  727. ssCpuUser.0 = 1
  728. ssCpuSystem.0 = 1
  729. ssCpuIdle.0 = 96
  730. ssCpuRawUser.0 = 9490
  731. ssCpuRawNice.0 = 0
  732. ssCpuRawSystem.0 = 12213
  733. ssCpuRawIdle.0 = 469749
  734. ssCpuRawWait.0 = 5
  735. ssCpuRawKernel.0 = 0
  736. ssCpuRawInterrupt.0 = 0
  737. ssIORawSent.0 = 0
  738. ssIORawReceived.0 = 128598
  739. ssRawInterrupts.0 = 2468119
  740. ssRawContexts.0 = 987984
  741. ssCpuRawSoftIRQ.0 = 1341
  742. ssRawSwapIn.0 = 0
  743. ssRawSwapOut.0 = 0
  744. ssCpuRawSteal.0 = 0
  745. ssCpuRawGuest.0 = 0
  746. ssCpuRawGuestNice.0 = 0
  747. ssCpuNumCpus.0 = 4  
  748.  
  749.  
  750.  
  751. RRD[last 10.130.0.52/ucd_cpu.rrd  --daemon unix:/run/rrdcached.sock]  
  752.  
  753. RRD[update 10.130.0.52/ucd_cpu.rrd N:9490:12213:0:469749 --daemon unix:/run/rrdcached.sock]  
  754.  
  755. RRD[last 10.130.0.52/ucd_ssCpuRawUser.rrd  --daemon unix:/run/rrdcached.sock]  
  756.  
  757. RRD[update 10.130.0.52/ucd_ssCpuRawUser.rrd N:9490 --daemon unix:/run/rrdcached.sock]  
  758.  
  759. RRD[last 10.130.0.52/ucd_ssCpuRawNice.rrd  --daemon unix:/run/rrdcached.sock]  
  760.  
  761. RRD[update 10.130.0.52/ucd_ssCpuRawNice.rrd N:0 --daemon unix:/run/rrdcached.sock]  
  762.  
  763. RRD[last 10.130.0.52/ucd_ssCpuRawSystem.rrd  --daemon unix:/run/rrdcached.sock]  
  764.  
  765. RRD[update 10.130.0.52/ucd_ssCpuRawSystem.rrd N:12213 --daemon unix:/run/rrdcached.sock]  
  766.  
  767. RRD[last 10.130.0.52/ucd_ssCpuRawIdle.rrd  --daemon unix:/run/rrdcached.sock]  
  768.  
  769. RRD[update 10.130.0.52/ucd_ssCpuRawIdle.rrd N:469749 --daemon unix:/run/rrdcached.sock]  
  770.  
  771. RRD[last 10.130.0.52/ucd_ssCpuRawInterrupt.rrd  --daemon unix:/run/rrdcached.sock]  
  772.  
  773. RRD[update 10.130.0.52/ucd_ssCpuRawInterrupt.rrd N:0 --daemon unix:/run/rrdcached.sock]  
  774.  
  775. RRD[last 10.130.0.52/ucd_ssCpuRawSoftIRQ.rrd  --daemon unix:/run/rrdcached.sock]  
  776.  
  777. RRD[update 10.130.0.52/ucd_ssCpuRawSoftIRQ.rrd N:1341 --daemon unix:/run/rrdcached.sock]  
  778.  
  779. RRD[last 10.130.0.52/ucd_ssCpuRawKernel.rrd  --daemon unix:/run/rrdcached.sock]  
  780.  
  781. RRD[update 10.130.0.52/ucd_ssCpuRawKernel.rrd N:0 --daemon unix:/run/rrdcached.sock]  
  782.  
  783. RRD[last 10.130.0.52/ucd_ssCpuRawWait.rrd  --daemon unix:/run/rrdcached.sock]  
  784.  
  785. RRD[update 10.130.0.52/ucd_ssCpuRawWait.rrd N:5 --daemon unix:/run/rrdcached.sock]  
  786. RRD[last 10.130.0.52/ucd_ssIORawSent.rrd  --daemon unix:/run/rrdcached.sock]  
  787.  
  788. RRD[update 10.130.0.52/ucd_ssIORawSent.rrd N:0 --daemon unix:/run/rrdcached.sock]  
  789.  
  790. RRD[last 10.130.0.52/ucd_ssIORawReceived.rrd  --daemon unix:/run/rrdcached.sock]  
  791.  
  792. RRD[update 10.130.0.52/ucd_ssIORawReceived.rrd N:128598 --daemon unix:/run/rrdcached.sock]  
  793.  
  794. RRD[last 10.130.0.52/ucd_ssRawInterrupts.rrd  --daemon unix:/run/rrdcached.sock]  
  795.  
  796. RRD[update 10.130.0.52/ucd_ssRawInterrupts.rrd N:2468119 --daemon unix:/run/rrdcached.sock]  
  797.  
  798. RRD[last 10.130.0.52/ucd_ssRawContexts.rrd  --daemon unix:/run/rrdcached.sock]  
  799.  
  800. RRD[update 10.130.0.52/ucd_ssRawContexts.rrd N:987984 --daemon unix:/run/rrdcached.sock]  
  801.  
  802. RRD[last 10.130.0.52/ucd_ssRawSwapIn.rrd  --daemon unix:/run/rrdcached.sock]  
  803.  
  804. RRD[update 10.130.0.52/ucd_ssRawSwapIn.rrd N:0 --daemon unix:/run/rrdcached.sock]  
  805.  
  806. RRD[last 10.130.0.52/ucd_ssRawSwapOut.rrd  --daemon unix:/run/rrdcached.sock]  
  807.  
  808. RRD[update 10.130.0.52/ucd_ssRawSwapOut.rrd N:0 --daemon unix:/run/rrdcached.sock]  
  809.  
  810. RRD[last 10.130.0.52/ucd_ssCpuRawWait.rrd  --daemon unix:/run/rrdcached.sock]  
  811.  
  812. RRD[update 10.130.0.52/ucd_ssCpuRawWait.rrd N:5 --daemon unix:/run/rrdcached.sock]  
  813.  
  814. RRD[last 10.130.0.52/ucd_ssCpuRawSteal.rrd  --daemon unix:/run/rrdcached.sock]  
  815.  
  816. RRD[update 10.130.0.52/ucd_ssCpuRawSteal.rrd N:0 --daemon unix:/run/rrdcached.sock]  
  817.  
  818. SNMP['/usr/bin/snmpget' '-v2c' '-c' 'COMMUNITY' '-OQUs' '-m' 'UCD-SNMP-MIB' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' 'laLoadInt.1' 'laLoadInt.2' 'laLoadInt.3']
  819.  
  820. laLoadInt.1 = 112
  821. laLoadInt.2 = 112
  822. laLoadInt.3 = 93  
  823.  
  824.  
  825.  
  826. RRD[last 10.130.0.52/ucd_load.rrd  --daemon unix:/run/rrdcached.sock]  
  827.  
  828. RRD[update 10.130.0.52/ucd_load.rrd N:112:112:93 --daemon unix:/run/rrdcached.sock]  
  829.  
  830. >> SNMP: [2/0.07s] MySQL: [0/0.00s] RRD: [38/0.01s]  
  831.  
  832. >> Runtime for poller module 'ucd-mib': 0.0857 seconds with 24304 bytes  
  833.  
  834. RRD[last 10.130.0.52/poller-perf-ucd-mib.rrd  --daemon unix:/run/rrdcached.sock]  
  835.  
  836. RRD[update 10.130.0.52/poller-perf-ucd-mib.rrd N:0.085660934448242 --daemon unix:/run/rrdcached.sock]  
  837.  
  838. #### Unload poller module ucd-mib ####
  839.  
  840.  
  841. #### Load poller module ipSystemStats ####
  842.  
  843. Module enabled: Global + | OS   | Device   | Manual    
  844.  
  845. SNMP['/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUs' '-m' 'IP-MIB' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' 'ipSystemStats']
  846.  
  847. ipSystemStatsTable = No Such Object available on this agent at this OID  
  848.  
  849.  
  850.  
  851. Invalid snmp_walk() data = ipSystemStatsTable = No Such Object available on this agent at this OID  
  852.  
  853.  
  854.  
  855.  
  856.  
  857. >> SNMP: [1/0.04s] MySQL: [0/0.00s] RRD: [2/0.00s]  
  858.  
  859. >> Runtime for poller module 'ipSystemStats': 0.0412 seconds with 2648 bytes  
  860.  
  861. RRD[last 10.130.0.52/poller-perf-ipSystemStats.rrd  --daemon unix:/run/rrdcached.sock]  
  862.  
  863. RRD[update 10.130.0.52/poller-perf-ipSystemStats.rrd N:0.041208028793335 --daemon unix:/run/rrdcached.sock]  
  864.  
  865. #### Unload poller module ipSystemStats ####
  866.  
  867.  
  868. #### Load poller module ports ####
  869.  
  870.  
  871. Module enabled: Global + | OS   | Device   | Manual    
  872.  
  873. 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 [330] 4.5ms]
  874.  
  875.  
  876. SNMP['/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUs' '-m' 'IF-MIB' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' 'ifXEntry']
  877.  
  878. ifXEntry = No Such Object available on this agent at this OID  
  879.  
  880.  
  881. Invalid snmp_walk() data = ifXEntry = No Such Object available on this agent at this OID  
  882.  
  883. SNMP['/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUst' '-m' 'IF-MIB' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' 'ifEntry']
  884.  
  885. ifIndex.1 = 1
  886. ifIndex.2 = 2
  887. ifIndex.3 = 3
  888. ifIndex.4 = 4
  889. ifIndex.5 = 5
  890. ifDescr.1 = wired0
  891. ifDescr.2 = wired1
  892. ifDescr.3 = wifi1
  893. ifDescr.4 = wifi2
  894. ifDescr.5 = mgmt0
  895. ifType.1 = ethernetCsmacd
  896. ifType.2 = ethernetCsmacd
  897. ifType.3 = ethernetCsmacd
  898. ifType.4 = ethernetCsmacd
  899. ifType.5 = ethernetCsmacd
  900. ifMtu.1 = 1600
  901. ifMtu.2 = 1600
  902. ifMtu.3 = 1500
  903. ifMtu.4 = 1500
  904. ifMtu.5 = 1500
  905. ifSpeed.1 = 1000000000
  906. ifSpeed.2 = 4294967295
  907. ifSpeed.3 = 0
  908. ifSpeed.4 = 0
  909. ifSpeed.5 = 0
  910. ifPhysAddress.1 = ec:19:2e:4:bc:f0
  911. ifPhysAddress.2 = ec:19:2e:4:bc:f1
  912. ifPhysAddress.3 = 8c:44:a5:ed:81:52
  913. ifPhysAddress.4 = 8c:44:a5:ed:81:53
  914. ifPhysAddress.5 = 40:36:5a:4:bc:f0
  915. ifAdminStatus.1 = up
  916. ifAdminStatus.2 = up
  917. ifAdminStatus.3 = up
  918. ifAdminStatus.4 = down
  919. ifAdminStatus.5 = up
  920. ifOperStatus.1 = up
  921. ifOperStatus.2 = down
  922. ifOperStatus.3 = up
  923. ifOperStatus.4 = down
  924. ifOperStatus.5 = up
  925. ifLastChange.1 = 0
  926. ifLastChange.2 = 0
  927. ifLastChange.3 = 0
  928. ifLastChange.4 = 0
  929. ifLastChange.5 = 0
  930. ifInOctets.1 = 852312
  931. ifInOctets.2 = 0
  932. ifInOctets.3 = 0
  933. ifInOctets.4 = 0
  934. ifInOctets.5 = 521774
  935. ifInUcastPkts.1 = 3208
  936. ifInUcastPkts.2 = 0
  937. ifInUcastPkts.3 = 0
  938. ifInUcastPkts.4 = 0
  939. ifInUcastPkts.5 = 2329
  940. ifInNUcastPkts.1 = 1945
  941. ifInNUcastPkts.2 = 0
  942. ifInNUcastPkts.3 = 0
  943. ifInNUcastPkts.4 = 0
  944. ifInNUcastPkts.5 = 0
  945. ifInDiscards.1 = 16
  946. ifInDiscards.2 = 0
  947. ifInDiscards.3 = 0
  948. ifInDiscards.4 = 0
  949. ifInDiscards.5 = 0
  950. ifInErrors.1 = 0
  951. ifInErrors.2 = 0
  952. ifInErrors.3 = 0
  953. ifInErrors.4 = 0
  954. ifInErrors.5 = 0
  955. ifInUnknownProtos.1 = 0
  956. ifInUnknownProtos.2 = 0
  957. ifInUnknownProtos.3 = 0
  958. ifInUnknownProtos.4 = 0
  959. ifInUnknownProtos.5 = 0
  960. ifOutOctets.1 = 1844659
  961. ifOutOctets.2 = 0
  962. ifOutOctets.3 = 0
  963. ifOutOctets.4 = 0
  964. ifOutOctets.5 = 1677846
  965. ifOutUcastPkts.1 = 2965
  966. ifOutUcastPkts.2 = 0
  967. ifOutUcastPkts.3 = 0
  968. ifOutUcastPkts.4 = 0
  969. ifOutUcastPkts.5 = 2600
  970. ifOutNUcastPkts.1 = 0
  971. ifOutNUcastPkts.2 = 0
  972. ifOutNUcastPkts.3 = 0
  973. ifOutNUcastPkts.4 = 0
  974. ifOutNUcastPkts.5 = 0
  975. ifOutDiscards.1 = 0
  976. ifOutDiscards.2 = 0
  977. ifOutDiscards.3 = 0
  978. ifOutDiscards.4 = 0
  979. ifOutDiscards.5 = 0
  980. ifOutErrors.1 = 0
  981. ifOutErrors.2 = 0
  982. ifOutErrors.3 = 0
  983. ifOutErrors.4 = 0
  984. ifOutErrors.5 = 0
  985. ifOutQLen.1 = 0
  986. ifOutQLen.2 = 0
  987. ifOutQLen.3 = 0
  988. ifOutQLen.4 = 0
  989. ifOutQLen.5 = 0
  990. ifSpecific.1 = zeroDotZero
  991. ifSpecific.2 = zeroDotZero
  992. ifSpecific.3 = zeroDotZero
  993. ifSpecific.4 = zeroDotZero
  994. ifSpecific.5 = zeroDotZero  
  995.  
  996.  
  997.  
  998. SNMP['/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUs' '-m' 'EtherLike-MIB' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' 'dot3StatsDuplexStatus']
  999.  
  1000. dot3StatsDuplexStatus = No Such Object available on this agent at this OID  
  1001.  
  1002. Invalid snmp_walk() data = dot3StatsDuplexStatus = No Such Object available on this agent at this OID  
  1003.  
  1004. SNMP['/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUs' '-m' 'Q-BRIDGE-MIB' '-M' '/opt/librenms/mibs' 'udp:HOSTNAME:161' 'dot1qPvid']
  1005.  
  1006. dot1qPvid = No Such Object available on this agent at this OID  
  1007.  
  1008.  
  1009.  
  1010. Invalid snmp_walk() data = dot1qPvid = No Such Object available on this agent at this OID  
  1011.  
  1012. Fetched data (Full ports polling): dot3StatsDuplexStatus  
  1013.  
  1014. array (
  1015.   1 =>
  1016.   array (
  1017.     'ifIndex' => '1',
  1018.     'ifDescr' => 'wired0',
  1019.     'ifType' => 'ethernetCsmacd',
  1020.     'ifMtu' => '1600',
  1021.     'ifSpeed' => '1000000000',
  1022.     'ifPhysAddress' => 'ec:19:2e:4:bc:f0',
  1023.     'ifAdminStatus' => 'up',
  1024.     'ifOperStatus' => 'up',
  1025.     'ifLastChange' => '0',
  1026.     'ifInOctets' => '852312',
  1027.     'ifInUcastPkts' => '3208',
  1028.     'ifInNUcastPkts' => '1945',
  1029.     'ifInDiscards' => '16',
  1030.     'ifInErrors' => '0',
  1031.     'ifInUnknownProtos' => '0',
  1032.     'ifOutOctets' => '1844659',
  1033.     'ifOutUcastPkts' => '2965',
  1034.     'ifOutNUcastPkts' => '0',
  1035.     'ifOutDiscards' => '0',
  1036.     'ifOutErrors' => '0',
  1037.     'ifOutQLen' => '0',
  1038.     'ifSpecific' => 'zeroDotZero',
  1039.   ),
  1040.   2 =>
  1041.   array (
  1042.     'ifIndex' => '2',
  1043.     'ifDescr' => 'wired1',
  1044.     'ifType' => 'ethernetCsmacd',
  1045.     'ifMtu' => '1600',
  1046.     'ifSpeed' => '4294967295',
  1047.     'ifPhysAddress' => 'ec:19:2e:4:bc:f1',
  1048.     'ifAdminStatus' => 'up',
  1049.     'ifOperStatus' => 'down',
  1050.     'ifLastChange' => '0',
  1051.     'ifInOctets' => '0',
  1052.     'ifInUcastPkts' => '0',
  1053.     'ifInNUcastPkts' => '0',
  1054.     'ifInDiscards' => '0',
  1055.     'ifInErrors' => '0',
  1056.     'ifInUnknownProtos' => '0',
  1057.     'ifOutOctets' => '0',
  1058.     'ifOutUcastPkts' => '0',
  1059.     'ifOutNUcastPkts' => '0',
  1060.     'ifOutDiscards' => '0',
  1061.     'ifOutErrors' => '0',
  1062.     'ifOutQLen' => '0',
  1063.     'ifSpecific' => 'zeroDotZero',
  1064.   ),
  1065.   3 =>
  1066.   array (
  1067.     'ifIndex' => '3',
  1068.     'ifDescr' => 'wifi1',
  1069.     'ifType' => 'ethernetCsmacd',
  1070.     'ifMtu' => '1500',
  1071.     'ifSpeed' => '0',
  1072.     'ifPhysAddress' => '8c:44:a5:ed:81:52',
  1073.     'ifAdminStatus' => 'up',
  1074.     'ifOperStatus' => 'up',
  1075.     'ifLastChange' => '0',
  1076.     'ifInOctets' => '0',
  1077.     'ifInUcastPkts' => '0',
  1078.     'ifInNUcastPkts' => '0',
  1079.     'ifInDiscards' => '0',
  1080.     'ifInErrors' => '0',
  1081.     'ifInUnknownProtos' => '0',
  1082.     'ifOutOctets' => '0',
  1083.     'ifOutUcastPkts' => '0',
  1084.     'ifOutNUcastPkts' => '0',
  1085.     'ifOutDiscards' => '0',
  1086.     'ifOutErrors' => '0',
  1087.     'ifOutQLen' => '0',
  1088.     'ifSpecific' => 'zeroDotZero',
  1089.   ),
  1090.   4 =>
  1091.   array (
  1092.     'ifIndex' => '4',
  1093.     'ifDescr' => 'wifi2',
  1094.     'ifType' => 'ethernetCsmacd',
  1095.     'ifMtu' => '1500',
  1096.     'ifSpeed' => '0',
  1097.     'ifPhysAddress' => '8c:44:a5:ed:81:53',
  1098.     'ifAdminStatus' => 'down',
  1099.     'ifOperStatus' => 'down',
  1100.     'ifLastChange' => '0',
  1101.     'ifInOctets' => '0',
  1102.     'ifInUcastPkts' => '0',
  1103.     'ifInNUcastPkts' => '0',
  1104.     'ifInDiscards' => '0',
  1105.     'ifInErrors' => '0',
  1106.     'ifInUnknownProtos' => '0',
  1107.     'ifOutOctets' => '0',
  1108.     'ifOutUcastPkts' => '0',
  1109.     'ifOutNUcastPkts' => '0',
  1110.     'ifOutDiscards' => '0',
  1111.     'ifOutErrors' => '0',
  1112.     'ifOutQLen' => '0',
  1113.     'ifSpecific' => 'zeroDotZero',
  1114.   ),
  1115.   5 =>
  1116.   array (
  1117.     'ifIndex' => '5',
  1118.     'ifDescr' => 'mgmt0',
  1119.     'ifType' => 'ethernetCsmacd',
  1120.     'ifMtu' => '1500',
  1121.     'ifSpeed' => '0',
  1122.     'ifPhysAddress' => '40:36:5a:4:bc:f0',
  1123.     'ifAdminStatus' => 'up',
  1124.     'ifOperStatus' => 'up',
  1125.     'ifLastChange' => '0',
  1126.     'ifInOctets' => '521774',
  1127.     'ifInUcastPkts' => '2329',
  1128.     'ifInNUcastPkts' => '0',
  1129.     'ifInDiscards' => '0',
  1130.     'ifInErrors' => '0',
  1131.     'ifInUnknownProtos' => '0',
  1132.     'ifOutOctets' => '1677846',
  1133.     'ifOutUcastPkts' => '2600',
  1134.     'ifOutNUcastPkts' => '0',
  1135.     'ifOutDiscards' => '0',
  1136.     'ifOutErrors' => '0',
  1137.     'ifOutQLen' => '0',
  1138.     'ifSpecific' => 'zeroDotZero',
  1139.   ),
  1140. )  
  1141.  
  1142.  valid  
  1143.  
  1144.  valid  
  1145.  
  1146.  valid  
  1147.  
  1148.  valid  
  1149.  
  1150.  valid  
  1151.  
  1152. ifInOctets  
  1153.  
  1154. ifOutOctets  
  1155.  
  1156. ifInUcastPkts  
  1157.  
  1158. ifOutUcastPkts  
  1159.  
  1160. ifInBroadcastPkts  
  1161.  
  1162. ifOutBroadcastPkts  
  1163.  
  1164. ifInMulticastPkts  
  1165.  
  1166. ifOutMulticastPkts  
  1167.  
  1168. ifSpeed (1000000000)  
  1169.  
  1170.  Using ifDescr as ifAlias  
  1171.  
  1172.  Using ifDescr as ifName  
  1173.  
  1174. wired0
  1175.  
  1176.  ifInOctets (133973 B) 1288.2019230769 Bps 104 secs  
  1177.  
  1178.  
  1179.  ifOutOctets (143098 B) 1375.9423076923 Bps 104 secs  
  1180.  
  1181.  
  1182.  ifInErrors (0 B) 0 Bps 104 secs  
  1183.  
  1184.  
  1185.  ifOutErrors (0 B) 0 Bps 104 secs  
  1186.  
  1187.  
  1188.  ifInUcastPkts (470 B) 4.5192307692308 Bps 104 secs  
  1189.  
  1190.  
  1191.  ifOutUcastPkts (219 B) 2.1057692307692 Bps 104 secs  
  1192.  
  1193.  
  1194.  ifInNUcastPkts (164 B) 1.5769230769231 Bps 104 secs  
  1195.  
  1196.  
  1197.  ifOutNUcastPkts (0 B) 0 Bps 104 secs  
  1198.  
  1199.  
  1200.  ifInDiscards (0 B) 0 Bps 104 secs  
  1201.  
  1202.  
  1203.  ifOutDiscards (0 B) 0 Bps 104 secs  
  1204.  
  1205.  
  1206.  ifInUnknownProtos (0 B) 0 Bps 104 secs  
  1207.  
  1208.  
  1209.  ifInBroadcastPkts (0 B) 0 Bps 104 secs  
  1210.  
  1211.  
  1212.  ifOutBroadcastPkts (0 B) 0 Bps 104 secs  
  1213.  
  1214.  
  1215.  ifInMulticastPkts (0 B) 0 Bps 104 secs  
  1216.  
  1217.  
  1218.  ifOutMulticastPkts (0 B) 0 Bps 104 secs  
  1219.  
  1220. RRD warning: unused data sent ifInUcastPkts_rate  
  1221.  
  1222. RRD warning: unused data sent ifOutUcastPkts_rate  
  1223.  
  1224. RRD warning: unused data sent ifInErrors_rate  
  1225.  
  1226. RRD warning: unused data sent ifOutErrors_rate  
  1227.  
  1228. RRD warning: unused data sent ifInOctets_rate  
  1229.  
  1230. RRD warning: unused data sent ifOutOctets_rate  
  1231.  
  1232. RRD warning: unused data sent ifInBits_rate  
  1233.  
  1234. RRD warning: unused data sent ifOutBits_rate  
  1235.  
  1236. RRD[last 10.130.0.52/port-id14781.rrd  --daemon unix:/run/rrdcached.sock]  
  1237.  
  1238. RRD[update 10.130.0.52/port-id14781.rrd N:852312:1844659:0:0:3208:2965:1945:0:16:0:0:U:U:U:U --daemon unix:/run/rrdcached.sock]  
  1239.  
  1240. 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` = ? ["852312",718339,1288.201923076923,133973,"1844659",1701561,1375.9423076923076,143098,"0",0,0,0,"0",0,0,0,"3208",2738,4.519230769230769,470,"2965",2746,2.105769230769231,219,1740994053,1740993949,104,14781] 0.9ms]
  1241.  
  1242.  
  1243. 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` = ? ["1945",1781,1.5769230769230769,164,"0",0,0,0,"16",16,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,14781] 0.58ms]
  1244.  
  1245.  
  1246. 2 updated  
  1247.  
  1248. Port wired0: wired0 (1 / #14781)   VLAN = ? bps(10.3 kbps/11.01 kbps) bytes(130.83 KiB/139.74 KiB) pkts(4.52 pps/2.11 pps)  
  1249.  
  1250. ifInOctets  
  1251.  
  1252. ifOutOctets  
  1253.  
  1254. ifInUcastPkts  
  1255.  
  1256. ifOutUcastPkts  
  1257.  
  1258. ifInBroadcastPkts  
  1259.  
  1260. ifOutBroadcastPkts  
  1261.  
  1262. ifInMulticastPkts  
  1263.  
  1264. ifOutMulticastPkts  
  1265.  
  1266. ifSpeed (4294967295)  
  1267.  
  1268.  Using ifDescr as ifAlias  
  1269.  
  1270.  Using ifDescr as ifName  
  1271.  
  1272. wired1
  1273. 14782 skipped because port is still down since last polling.  
  1274.  
  1275. Port wired1: wired1 (2 / #14782)   VLAN = ?  
  1276.  
  1277. ifInOctets  
  1278.  
  1279. ifOutOctets  
  1280.  
  1281. ifInUcastPkts  
  1282.  
  1283. ifOutUcastPkts  
  1284.  
  1285. ifInBroadcastPkts  
  1286.  
  1287. ifOutBroadcastPkts  
  1288.  
  1289. ifInMulticastPkts  
  1290.  
  1291. ifOutMulticastPkts  
  1292.  
  1293. ifSpeed (0)  
  1294.  
  1295.  Using ifDescr as ifAlias  
  1296.  
  1297.  Using ifDescr as ifName  
  1298.  
  1299. wifi1
  1300.  
  1301.  ifInOctets (0 B) 0 Bps 104 secs  
  1302.  
  1303.  
  1304.  ifOutOctets (0 B) 0 Bps 104 secs  
  1305.  
  1306.  
  1307.  ifInErrors (0 B) 0 Bps 104 secs  
  1308.  
  1309.  
  1310.  ifOutErrors (0 B) 0 Bps 104 secs  
  1311.  
  1312.  
  1313.  ifInUcastPkts (0 B) 0 Bps 104 secs  
  1314.  
  1315.  
  1316.  ifOutUcastPkts (0 B) 0 Bps 104 secs  
  1317.  
  1318.  
  1319.  ifInNUcastPkts (0 B) 0 Bps 104 secs  
  1320.  
  1321.  
  1322.  ifOutNUcastPkts (0 B) 0 Bps 104 secs  
  1323.  
  1324.  
  1325.  ifInDiscards (0 B) 0 Bps 104 secs  
  1326.  
  1327.  
  1328.  ifOutDiscards (0 B) 0 Bps 104 secs  
  1329.  
  1330.  
  1331.  ifInUnknownProtos (0 B) 0 Bps 104 secs  
  1332.  
  1333.  
  1334.  ifInBroadcastPkts (0 B) 0 Bps 104 secs  
  1335.  
  1336.  
  1337.  ifOutBroadcastPkts (0 B) 0 Bps 104 secs  
  1338.  
  1339.  
  1340.  ifInMulticastPkts (0 B) 0 Bps 104 secs  
  1341.  
  1342.  
  1343.  ifOutMulticastPkts (0 B) 0 Bps 104 secs  
  1344.  
  1345. RRD warning: unused data sent ifInUcastPkts_rate  
  1346.  
  1347. RRD warning: unused data sent ifOutUcastPkts_rate  
  1348.  
  1349. RRD warning: unused data sent ifInErrors_rate  
  1350.  
  1351. RRD warning: unused data sent ifOutErrors_rate  
  1352.  
  1353. RRD warning: unused data sent ifInOctets_rate  
  1354.  
  1355. RRD warning: unused data sent ifOutOctets_rate  
  1356.  
  1357. RRD warning: unused data sent ifInBits_rate  
  1358.  
  1359. RRD warning: unused data sent ifOutBits_rate  
  1360.  
  1361. RRD[last 10.130.0.52/port-id14783.rrd  --daemon unix:/run/rrdcached.sock]  
  1362.  
  1363. RRD[update 10.130.0.52/port-id14783.rrd N:0:0:0:0:0:0:0:0:0:0:0:U:U:U:U --daemon unix:/run/rrdcached.sock]  
  1364.  
  1365. SQL[UPDATE `ports` set `ifSpeed_prev`=?,`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,0,1740994053,1740993949,104,14783] 0.68ms]
  1366.  
  1367.  
  1368. 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,14783] 0.47ms]
  1369.  
  1370.  
  1371. 1 updated  
  1372.  
  1373. Port wifi1: wifi1 (3 / #14783)   VLAN = ? bps(0 bps/0 bps) bytes(0 B/0 B) pkts(0 pps/0 pps)  
  1374.  
  1375. ifInOctets  
  1376.  
  1377. ifOutOctets  
  1378.  
  1379. ifInUcastPkts  
  1380.  
  1381. ifOutUcastPkts  
  1382.  
  1383. ifInBroadcastPkts  
  1384.  
  1385. ifOutBroadcastPkts  
  1386.  
  1387. ifInMulticastPkts  
  1388.  
  1389. ifOutMulticastPkts  
  1390.  
  1391. ifSpeed (0)  
  1392.  
  1393.  Using ifDescr as ifAlias  
  1394.  
  1395.  Using ifDescr as ifName  
  1396.  
  1397. wifi2
  1398. 14784 skipped because port is still down since last polling.  
  1399.  
  1400. SQL[UPDATE `ports` set `ifSpeed_prev`=?,`poll_time`=?,`poll_prev`=?,`poll_period`=? WHERE `port_id` = ? ["0",1740994053,1740993949,104,14784] 0.46ms]
  1401.  
  1402.  
  1403. 1 updated  
  1404.  
  1405. Port wifi2: wifi2 (4 / #14784)   VLAN = ?  
  1406.  
  1407. ifInOctets  
  1408.  
  1409. ifOutOctets  
  1410.  
  1411. ifInUcastPkts  
  1412. ifOutUcastPkts  
  1413. ifInBroadcastPkts  
  1414. ifOutBroadcastPkts  
  1415. ifInMulticastPkts  
  1416. ifOutMulticastPkts  
  1417. ifSpeed (0)  
  1418.  Using ifDescr as ifAlias  
  1419.  Using ifDescr as ifName  
  1420.  
  1421. mgmt0
  1422.  
  1423.  ifInOctets (82716 B) 795.34615384615 Bps 104 secs  
  1424.  
  1425.  
  1426.  ifOutOctets (128601 B) 1236.5480769231 Bps 104 secs  
  1427.  
  1428.  
  1429.  ifInErrors (0 B) 0 Bps 104 secs  
  1430.  
  1431.  
  1432.  ifOutErrors (0 B) 0 Bps 104 secs  
  1433.  
  1434.  
  1435.  ifInUcastPkts (262 B) 2.5192307692308 Bps 104 secs  
  1436.  
  1437.  
  1438.  ifOutUcastPkts (187 B) 1.7980769230769 Bps 104 secs  
  1439.  
  1440.  
  1441.  ifInNUcastPkts (0 B) 0 Bps 104 secs  
  1442.  
  1443.  
  1444.  ifOutNUcastPkts (0 B) 0 Bps 104 secs  
  1445.  
  1446.  
  1447.  ifInDiscards (0 B) 0 Bps 104 secs  
  1448.  
  1449.  
  1450.  ifOutDiscards (0 B) 0 Bps 104 secs  
  1451.  
  1452.  
  1453.  ifInUnknownProtos (0 B) 0 Bps 104 secs  
  1454.  
  1455.  
  1456.  ifInBroadcastPkts (0 B) 0 Bps 104 secs  
  1457.  
  1458.  
  1459.  ifOutBroadcastPkts (0 B) 0 Bps 104 secs  
  1460.  
  1461.  
  1462.  ifInMulticastPkts (0 B) 0 Bps 104 secs  
  1463.  
  1464.  
  1465.  ifOutMulticastPkts (0 B) 0 Bps 104 secs  
  1466.  
  1467. RRD warning: unused data sent ifInUcastPkts_rate  
  1468.  
  1469. RRD warning: unused data sent ifOutUcastPkts_rate  
  1470.  
  1471. RRD warning: unused data sent ifInErrors_rate  
  1472.  
  1473. RRD warning: unused data sent ifOutErrors_rate  
  1474.  
  1475. RRD warning: unused data sent ifInOctets_rate  
  1476.  
  1477. RRD warning: unused data sent ifOutOctets_rate  
  1478.  
  1479. RRD warning: unused data sent ifInBits_rate  
  1480.  
  1481. RRD warning: unused data sent ifOutBits_rate  
  1482.  
  1483. RRD[last 10.130.0.52/port-id14785.rrd  --daemon unix:/run/rrdcached.sock]  
  1484.  
  1485. RRD[update 10.130.0.52/port-id14785.rrd N:521774:1677846:0:0:2329:2600:0:0:0:0:0:U:U:U:U --daemon unix:/run/rrdcached.sock]  
  1486.  
  1487. SQL[UPDATE `ports` set `ifSpeed_prev`=?,`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","521774",439058,795.3461538461538,82716,"1677846",1549245,1236.548076923077,128601,"0",0,0,0,"0",0,0,0,"2329",2067,2.519230769230769,262,"2600",2413,1.7980769230769231,187,1740994053,1740993949,104,14785] 0.52ms]
  1488.  
  1489.  
  1490. 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,14785] 0.47ms]
  1491.  
  1492.  
  1493. 1 updated  
  1494.  
  1495. Port mgmt0: mgmt0 (5 / #14785)   VLAN = ? bps(6.36 kbps/9.89 kbps) bytes(80.78 KiB/125.59 KiB) pkts(2.52 pps/1.8 pps)  
  1496.  
  1497. SQL[update `ports` set `poll_time` = ?, `poll_prev` = ?, `poll_period` = ? where `port_id` in (14782) [1740994053,1740993949,null] 0.36ms]
  1498.  
  1499.  
  1500. 1 updated  
  1501.  
  1502.  
  1503.  
  1504. >> SNMP: [4/1.37s] MySQL: [9/0.09s] RRD: [8/0.00s]  
  1505.  
  1506. >> Runtime for poller module 'ports': 1.3981 seconds with 81176 bytes  
  1507.  
  1508. RRD[last 10.130.0.52/poller-perf-ports.rrd  --daemon unix:/run/rrdcached.sock]  
  1509.  
  1510. RRD[update 10.130.0.52/poller-perf-ports.rrd N:1.3980700969696 --daemon unix:/run/rrdcached.sock]  
  1511.  
  1512. #### Unload poller module ports ####
  1513.  
  1514.  
  1515. #### Load poller module customoid ####
  1516.  
  1517.  
  1518. Module enabled: Global + | OS   | Device   | Manual    
  1519.  
  1520. SQL[SELECT * FROM `customoids` WHERE `customoid_passed` = 1 AND `device_id` = ? [330] 0.49ms]
  1521.  
  1522.  
  1523.  
  1524.  
  1525. >> SNMP: [0/0.00s] MySQL: [1/0.00s] RRD: [2/0.00s]  
  1526.  
  1527. >> Runtime for poller module 'customoid': 0.0016 seconds with 1896 bytes  
  1528.  
  1529. RRD[last 10.130.0.52/poller-perf-customoid.rrd  --daemon unix:/run/rrdcached.sock]  
  1530.  
  1531. RRD[update 10.130.0.52/poller-perf-customoid.rrd N:0.0015668869018555 --daemon unix:/run/rrdcached.sock]  
  1532.  
  1533. #### Unload poller module customoid ####
  1534.  
  1535.  
  1536. #### Load poller module bgp-peers ####
  1537.  
  1538.  
  1539. Module enabled: Global + | OS   | Device   | Manual    
  1540.  
  1541. SQL[SELECT * FROM `bgpPeers` AS B LEFT JOIN `vrfs` AS V ON `B`.`vrf_id` = `V`.`vrf_id` WHERE `B`.`device_id` = ? [330] 0.56ms]
  1542.  
  1543.  
  1544.  
  1545.  
  1546. >> SNMP: [0/0.00s] MySQL: [1/0.01s] RRD: [2/0.00s]  
  1547.  
  1548. >> Runtime for poller module 'bgp-peers': 0.0034 seconds with 2008 bytes  
  1549.  
  1550. RRD[last 10.130.0.52/poller-perf-bgp-peers.rrd  --daemon unix:/run/rrdcached.sock]  
  1551.  
  1552. RRD[update 10.130.0.52/poller-perf-bgp-peers.rrd N:0.0033829212188721 --daemon unix:/run/rrdcached.sock]  
  1553.  
  1554. #### Unload poller module bgp-peers ####
  1555.  
  1556.  
  1557. #### Load poller module ucd-diskio ####
  1558.  
  1559.  
  1560. Module enabled: Global + | OS   | Device   | Manual    
  1561.  
  1562. SQL[SELECT * FROM `ucd_diskio` WHERE `device_id`  = ? [330] 0.43ms]
  1563.  
  1564.  
  1565.  
  1566.  
  1567. >> SNMP: [0/0.00s] MySQL: [1/0.00s] RRD: [2/0.00s]  
  1568.  
  1569. >> Runtime for poller module 'ucd-diskio': 0.0013 seconds with 18320 bytes  
  1570.  
  1571. RRD[last 10.130.0.52/poller-perf-ucd-diskio.rrd  --daemon unix:/run/rrdcached.sock]  
  1572.  
  1573. RRD[update 10.130.0.52/poller-perf-ucd-diskio.rrd N:0.0012781620025635 --daemon unix:/run/rrdcached.sock]  
  1574.  
  1575. #### Unload poller module ucd-diskio ####
  1576.  
  1577.  
  1578. #### Load poller module wireless ####
  1579.  
  1580.  
  1581. Module enabled: Global + | OS   | Device   | Manual    
  1582.  
  1583. SQL[select * from `wireless_sensors` where `wireless_sensors`.`device_id` = ? and `wireless_sensors`.`device_id` is not null [330] 0.48ms]
  1584.  
  1585.  
  1586. 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' '-v2c' '-c' 'COMMUNITY' '-OQXUte' '-Pu' '-On' 'udp:HOSTNAME:161']  
  1587.  
  1588. Exitcode: 1 ["Missing object name
  1589. USAGE: snmpget [OPTIONS] AGENT OID [OID]...
  1590.  
  1591.   Version:  5.9.1
  1592.   Web:      http://www.net-snmp.org/
  1593.   Email:    net-snmp-coders@lists.sourceforge.net
  1594.  
  1595. OPTIONS:
  1596.   -h, --help\t\tdisplay this help message
  1597.   -H\t\t\tdisplay configuration file directives understood
  1598.   -v 1|2c|3\t\tspecifies SNMP version to use
  1599.   -V, --version\t\tdisplay package version number
  1600. SNMP Version 1 or 2c specific
  1601.   -c COMMUNITY\t\tset the community string
  1602. SNMP Version 3 specific
  1603.   -a PROTOCOL\t\tset authentication protocol (MD5|SHA|SHA-224|SHA-256|SHA-384|SHA-512)
  1604.   -A PASSPHRASE\t\tset authentication protocol pass phrase
  1605.   -e ENGINE-ID\t\tset security engine ID (e.g. 800000020109840301)
  1606.   -E ENGINE-ID\t\tset context engine ID (e.g. 800000020109840301)
  1607.   -l LEVEL\t\tset security level (noAuthNoPriv|authNoPriv|authPriv)
  1608.   -n CONTEXT\t\tset context name (e.g. bridge1)
  1609.   -u USER-NAME\t\tset security name (e.g. bert)
  1610.   -x PROTOCOL\t\tset privacy protocol (DES|AES|AES-192|AES-256)
  1611.   -X PASSPHRASE\t\tset privacy protocol pass phrase
  1612.   -Z BOOTS,TIME\t\tset destination engine boots/time
  1613. General communication options
  1614.   -r RETRIES\t\tset the number of retries
  1615.   -t TIMEOUT\t\tset the request timeout (in seconds)
  1616. Debugging
  1617.   -d\t\t\tdump input/output packets in hexadecimal
  1618.   -D[TOKEN[,...]]\tturn on debugging output for the specified TOKENs
  1619. \t\t\t   (ALL gives extremely verbose debugging output)
  1620. General options
  1621.   -m MIB[:...]\t\tload given list of MIBs (ALL loads everything)
  1622.   -M DIR[:...]\t\tlook in given list of directories for MIBs
  1623.     (default: /opt/librenms/mibs)
  1624.   -P MIBOPTS\t\tToggle various defaults controlling MIB parsing:
  1625. \t\t\t  u:  disallow the use of underlines in MIB symbols
  1626. \t\t\t  c:  disallow the use of \"--\" to terminate comments
  1627. \t\t\t  d:  save the DESCRIPTIONs of the MIB objects
  1628. \t\t\t  e:  disable errors when MIB symbols conflict
  1629. \t\t\t  w:  enable warnings when MIB symbols conflict
  1630. \t\t\t  W:  enable detailed warnings when MIB symbols conflict
  1631. \t\t\t  R:  replace MIB symbols from latest module
  1632.   -O OUTOPTS\t\tToggle various defaults controlling output display:
  1633. \t\t\t  0:  print leading 0 for single-digit hex characters
  1634. \t\t\t  a:  print all strings in ascii format
  1635. \t\t\t  b:  do not break OID indexes down
  1636. \t\t\t  e:  print enums numerically
  1637. \t\t\t  E:  escape quotes in string indices
  1638. \t\t\t  f:  print full OIDs on output
  1639. \t\t\t  n:  print OIDs numerically
  1640. \t\t\t  p PRECISION:  display floating point values with specified PRECISION (printf format string)
  1641. \t\t\t  q:  quick print for easier parsing
  1642. \t\t\t  Q:  quick print with equal-signs
  1643. \t\t\t  s:  print only last symbolic element of OID
  1644. \t\t\t  S:  print MIB module-id plus last element
  1645. \t\t\t  t:  print timeticks unparsed as numeric integers
  1646. \t\t\t  T:  print human-readable text along with hex strings
  1647. \t\t\t  u:  print OIDs using UCD-style prefix suppression
  1648. \t\t\t  U:  don't print units
  1649. \t\t\t  v:  print values only (not OID = value)
  1650. \t\t\t  x:  print all strings in hex format
  1651. \t\t\t  X:  extended index format
  1652.   -I INOPTS\t\tToggle various defaults controlling input parsing:
  1653. \t\t\t  b:  do best/regex matching to find a MIB node
  1654. \t\t\t  h:  don't apply DISPLAY-HINTs
  1655. \t\t\t  r:  do not check values for range/type legality
  1656. \t\t\t  R:  do random access to OID labels
  1657. \t\t\t  u:  top-level OIDs must have '.' prefix (UCD-style)
  1658. \t\t\t  s SUFFIX:  Append all textual OIDs with SUFFIX before parsing
  1659. \t\t\t  S PREFIX:  Prepend all textual OIDs with PREFIX before parsing
  1660.   -L LOGOPTS\t\tToggle various defaults controlling logging:
  1661. \t\t\t  e:           log to standard error
  1662. \t\t\t  o:           log to standard output
  1663. \t\t\t  n:           don't log at all
  1664. \t\t\t  f file:      log to the specified file
  1665. \t\t\t  s facility:  log to syslog (via the specified facility)
  1666.  
  1667. \t\t\t  (variants)
  1668. \t\t\t  [EON] pri:   log to standard error, output or /dev/null for level 'pri' and above
  1669. \t\t\t  [EON] p1-p2: log to standard error, output or /dev/null for levels 'p1' to 'p2'
  1670. \t\t\t  [FS] pri token:    log to file/syslog for level 'pri' and above
  1671. \t\t\t  [FS] p1-p2 token:  log to file/syslog for levels 'p1' to 'p2'
  1672.   -C APPOPTS\t\tSet various application specific behaviours:
  1673. \t\t\t  f:  do not fix errors and retry the request
  1674. "]
  1675.  
  1676.  
  1677. Missing object name
  1678. USAGE: snmpget [OPTIONS] AGENT OID [OID]...
  1679.  
  1680.   Version:  5.9.1
  1681.   Web:      http://www.net-snmp.org/
  1682.   Email:    net-snmp-coders@lists.sourceforge.net
  1683.  
  1684. OPTIONS:
  1685.   -h, --help            display this help message
  1686.   -H                    display configuration file directives understood
  1687.   -v 1|2c|3             specifies SNMP version to use
  1688.   -V, --version         display package version number
  1689. SNMP Version 1 or 2c specific
  1690.   -c COMMUNITY          set the community string
  1691. SNMP Version 3 specific
  1692.   -a PROTOCOL           set authentication protocol (MD5|SHA|SHA-224|SHA-256|SHA-384|SHA-512)
  1693.   -A PASSPHRASE         set authentication protocol pass phrase
  1694.   -e ENGINE-ID          set security engine ID (e.g. 800000020109840301)
  1695.   -E ENGINE-ID          set context engine ID (e.g. 800000020109840301)
  1696.   -l LEVEL              set security level (noAuthNoPriv|authNoPriv|authPriv)
  1697.   -n CONTEXT            set context name (e.g. bridge1)
  1698.   -u USER-NAME          set security name (e.g. bert)
  1699.   -x PROTOCOL           set privacy protocol (DES|AES|AES-192|AES-256)
  1700.   -X PASSPHRASE         set privacy protocol pass phrase
  1701.   -Z BOOTS,TIME         set destination engine boots/time
  1702. General communication options
  1703.   -r RETRIES            set the number of retries
  1704.   -t TIMEOUT            set the request timeout (in seconds)
  1705. Debugging
  1706.   -d                    dump input/output packets in hexadecimal
  1707.   -D[TOKEN[,...]]       turn on debugging output for the specified TOKENs
  1708.                            (ALL gives extremely verbose debugging output)
  1709. General options
  1710.   -m MIB[:...]          load given list of MIBs (ALL loads everything)
  1711.   -M DIR[:...]          look in given list of directories for MIBs
  1712.     (default: /opt/librenms/mibs)
  1713.   -P MIBOPTS            Toggle various defaults controlling MIB parsing:
  1714.                           u:  disallow the use of underlines in MIB symbols
  1715.                           c:  disallow the use of "--" to terminate comments
  1716.                           d:  save the DESCRIPTIONs of the MIB objects
  1717.                           e:  disable errors when MIB symbols conflict
  1718.                           w:  enable warnings when MIB symbols conflict
  1719.                           W:  enable detailed warnings when MIB symbols conflict
  1720.                           R:  replace MIB symbols from latest module
  1721.   -O OUTOPTS            Toggle various defaults controlling output display:
  1722.                           0:  print leading 0 for single-digit hex characters
  1723.                           a:  print all strings in ascii format
  1724.                           b:  do not break OID indexes down
  1725.                           e:  print enums numerically
  1726.                           E:  escape quotes in string indices
  1727.                           f:  print full OIDs on output
  1728.                           n:  print OIDs numerically
  1729.                           p PRECISION:  display floating point values with specified PRECISION (printf format string)
  1730.                           q:  quick print for easier parsing
  1731.                           Q:  quick print with equal-signs
  1732.                           s:  print only last symbolic element of OID
  1733.                           S:  print MIB module-id plus last element
  1734.                           t:  print timeticks unparsed as numeric integers
  1735.                           T:  print human-readable text along with hex strings
  1736.                           u:  print OIDs using UCD-style prefix suppression
  1737.                           U:  don't print units
  1738.                           v:  print values only (not OID = value)
  1739.                           x:  print all strings in hex format
  1740.                           X:  extended index format
  1741.   -I INOPTS             Toggle various defaults controlling input parsing:
  1742.                           b:  do best/regex matching to find a MIB node
  1743.                           h:  don't apply DISPLAY-HINTs
  1744.                           r:  do not check values for range/type legality
  1745.                           R:  do random access to OID labels
  1746.                           u:  top-level OIDs must have '.' prefix (UCD-style)
  1747.                           s SUFFIX:  Append all textual OIDs with SUFFIX before parsing
  1748.                           S PREFIX:  Prepend all textual OIDs with PREFIX before parsing
  1749.   -L LOGOPTS            Toggle various defaults controlling logging:
  1750.                           e:           log to standard error
  1751.                           o:           log to standard output
  1752.                           n:           don't log at all
  1753.                           f file:      log to the specified file
  1754.                           s facility:  log to syslog (via the specified facility)
  1755.  
  1756.                           (variants)
  1757.                           [EON] pri:   log to standard error, output or /dev/null for level 'pri' and above
  1758.                           [EON] p1-p2: log to standard error, output or /dev/null for levels 'p1' to 'p2'
  1759.                           [FS] pri token:    log to file/syslog for level 'pri' and above
  1760.                           [FS] p1-p2 token:  log to file/syslog for levels 'p1' to 'p2'
  1761.   -C APPOPTS            Set various application specific behaviours:
  1762.                           f:  do not fix errors and retry the request
  1763.  
  1764.  
  1765.  
  1766.  
  1767. >> SNMP: [1/0.02s] MySQL: [1/0.00s] RRD: [2/0.00s]  
  1768.  
  1769. >> Runtime for poller module 'wireless': 0.0246 seconds with 9144 bytes  
  1770.  
  1771. RRD[last 10.130.0.52/poller-perf-wireless.rrd  --daemon unix:/run/rrdcached.sock]  
  1772.  
  1773. RRD[update 10.130.0.52/poller-perf-wireless.rrd N:0.02460789680481 --daemon unix:/run/rrdcached.sock]  
  1774.  
  1775. #### Unload poller module wireless ####
  1776.  
  1777.  
  1778. #### Load poller module ospf ####
  1779.  
  1780.  
  1781. Module enabled: Global + | OS   | Device   | Manual    
  1782.  
  1783. SQL[select * from `vrf_lite_cisco` where `vrf_lite_cisco`.`device_id` = ? and `vrf_lite_cisco`.`device_id` is not null [330] 0.61ms]
  1784.  
  1785.  
  1786. Processes:  
  1787.  
  1788. SNMP['/usr/bin/snmpbulkwalk' '-M' '/opt/librenms/mibs' '-m' 'SNMPv2-TC:SNMPv2-MIB:IF-MIB:IP-MIB:TCP-MIB:UDP-MIB:NET-SNMP-VACM-MIB' '-v2c' '-c' 'COMMUNITY' '-OQXUt' '-Pu' '-Os' 'udp:HOSTNAME:161' 'OSPF-MIB::ospfGeneralGroup']  
  1789.  
  1790. ospfGeneralGroup = No Such Object available on this agent at this OID
  1791.  
  1792.  
  1793.  
  1794.  
  1795. SQL[delete from `ospf_instances` where `ospf_instances`.`device_id` = ? and `ospf_instances`.`device_id` is not null and `context_name` = ? and 1 = 1 [330,""] 0.56ms]
  1796.  
  1797.  
  1798. Total processes: 0  
  1799.  
  1800.  
  1801.  
  1802. >> SNMP: [1/0.04s] MySQL: [2/0.01s] RRD: [2/0.00s]  
  1803.  
  1804. >> Runtime for poller module 'ospf': 0.0478 seconds with 9320 bytes  
  1805.  
  1806. RRD[last 10.130.0.52/poller-perf-ospf.rrd  --daemon unix:/run/rrdcached.sock]  
  1807.  
  1808. RRD[update 10.130.0.52/poller-perf-ospf.rrd N:0.047818899154663 --daemon unix:/run/rrdcached.sock]  
  1809.  
  1810. #### Unload poller module ospf ####
  1811.  
  1812.  
  1813. #### Load poller module ospfv3 ####
  1814.  
  1815.  
  1816. Module enabled: Global + | OS   | Device   | Manual    
  1817.  
  1818. Processes:  
  1819.  
  1820. SNMP['/usr/bin/snmpbulkwalk' '-M' '/opt/librenms/mibs' '-m' 'SNMPv2-TC:SNMPv2-MIB:IF-MIB:IP-MIB:TCP-MIB:UDP-MIB:NET-SNMP-VACM-MIB' '-v2c' '-c' 'COMMUNITY' '-OQXUt' '-Pu' '-Os' 'udp:HOSTNAME:161' 'OSPFV3-MIB::ospfv3GeneralGroup']  
  1821.  
  1822. ospfv3GeneralGroup = No Such Object available on this agent at this OID
  1823.  
  1824.  
  1825.  
  1826.  
  1827. SQL[delete from `ospfv3_instances` where `ospfv3_instances`.`device_id` = ? and `ospfv3_instances`.`device_id` is not null and `context_name` = ? and 1 = 1 [330,""] 0.51ms]
  1828.  
  1829.  
  1830. Total processes: 0  
  1831.  
  1832.  
  1833.  
  1834. >> SNMP: [1/0.13s] MySQL: [1/0.01s] RRD: [2/0.00s]  
  1835.  
  1836. >> Runtime for poller module 'ospfv3': 0.1326 seconds with 72392 bytes  
  1837.  
  1838. RRD[last 10.130.0.52/poller-perf-ospfv3.rrd  --daemon unix:/run/rrdcached.sock]  
  1839.  
  1840. RRD[update 10.130.0.52/poller-perf-ospfv3.rrd N:0.13261198997498 --daemon unix:/run/rrdcached.sock]  
  1841.  
  1842. #### Unload poller module ospfv3 ####
  1843.  
  1844.  
  1845. #### Load poller module cisco-cef ####
  1846.  
  1847.  
  1848. Module enabled: Global + | OS   | Device   | Manual    
  1849.  
  1850.  
  1851.  
  1852. >> SNMP: [0/0.00s] MySQL: [0/0.00s] RRD: [2/0.00s]  
  1853.  
  1854. >> Runtime for poller module 'cisco-cef': 0.0013 seconds with 1776 bytes  
  1855.  
  1856. RRD[last 10.130.0.52/poller-perf-cisco-cef.rrd  --daemon unix:/run/rrdcached.sock]  
  1857.  
  1858. RRD[update 10.130.0.52/poller-perf-cisco-cef.rrd N:0.0012919902801514 --daemon unix:/run/rrdcached.sock]  
  1859.  
  1860. #### Unload poller module cisco-cef ####
  1861.  
  1862.  
  1863. #### Load poller module entity-physical ####
  1864.  
  1865.  
  1866. Module enabled: Global + | OS   | Device   | Manual    
  1867.  
  1868.  
  1869.  
  1870. >> SNMP: [0/0.00s] MySQL: [0/0.00s] RRD: [2/0.00s]  
  1871.  
  1872. >> Runtime for poller module 'entity-physical': 0.0012 seconds with 1656 bytes  
  1873.  
  1874. RRD[last 10.130.0.52/poller-perf-entity-physical.rrd  --daemon unix:/run/rrdcached.sock]  
  1875.  
  1876. RRD[update 10.130.0.52/poller-perf-entity-physical.rrd N:0.0011708736419678 --daemon unix:/run/rrdcached.sock]  
  1877.  
  1878. #### Unload poller module entity-physical ####
  1879.  
  1880.  
  1881. #### Load poller module applications ####
  1882.  
  1883.  
  1884. Module enabled: Global + | OS   | Device   | Manual    
  1885.  
  1886. SQL[select * from `applications` where `applications`.`device_id` = ? and `applications`.`device_id` is not null and `applications`.`deleted_at` is null [330] 0.57ms]
  1887.  
  1888.  
  1889.  
  1890.  
  1891. >> SNMP: [0/0.00s] MySQL: [1/0.01s] RRD: [2/0.00s]  
  1892.  
  1893. >> Runtime for poller module 'applications': 0.0038 seconds with 4640 bytes  
  1894.  
  1895. RRD[last 10.130.0.52/poller-perf-applications.rrd  --daemon unix:/run/rrdcached.sock]  
  1896.  
  1897. RRD[update 10.130.0.52/poller-perf-applications.rrd N:0.0038440227508545 --daemon unix:/run/rrdcached.sock]  
  1898.  
  1899. #### Unload poller module applications ####
  1900.  
  1901.  
  1902. #### Load poller module stp ####
  1903.  
  1904.  
  1905. Module enabled: Global + | OS   | Device   | Manual    
  1906.  
  1907. Instances:  
  1908.  
  1909. SQL[select * from `stp` where `stp`.`device_id` = ? and `stp`.`device_id` is not null [330] 0.76ms]
  1910.  
  1911.  
  1912. Ports:  
  1913.  
  1914. SQL[select * from `ports_stp` where `ports_stp`.`device_id` = ? and `ports_stp`.`device_id` is not null [330] 0.45ms]
  1915.  
  1916.  
  1917.  
  1918.  
  1919. >> SNMP: [0/0.00s] MySQL: [2/0.01s] RRD: [2/0.00s]  
  1920.  
  1921. >> Runtime for poller module 'stp': 0.0040 seconds with 79600 bytes  
  1922.  
  1923. RRD[last 10.130.0.52/poller-perf-stp.rrd  --daemon unix:/run/rrdcached.sock]  
  1924.  
  1925. RRD[update 10.130.0.52/poller-perf-stp.rrd N:0.0040428638458252 --daemon unix:/run/rrdcached.sock]  
  1926.  
  1927. #### Unload poller module stp ####
  1928.  
  1929.  
  1930. #### Load poller module ntp ####
  1931.  
  1932.  
  1933. Module enabled: Global + | OS   | Device   | Manual    
  1934.  
  1935.  
  1936.  
  1937. >> SNMP: [0/0.00s] MySQL: [0/0.00s] RRD: [2/0.00s]  
  1938.  
  1939. >> Runtime for poller module 'ntp': 0.0006 seconds with 1768 bytes  
  1940.  
  1941. RRD[last 10.130.0.52/poller-perf-ntp.rrd  --daemon unix:/run/rrdcached.sock]  
  1942.  
  1943. RRD[update 10.130.0.52/poller-perf-ntp.rrd N:0.00061202049255371 --daemon unix:/run/rrdcached.sock]  
  1944.  
  1945. #### Unload poller module ntp ####
  1946.  
  1947.  
  1948. #### Load poller module wifi ####
  1949.  
  1950.  
  1951. Module enabled: Global + | OS   | Device   | Manual    
  1952.  
  1953. Module wifi does not exist, please remove it from your configuration  
  1954.  
  1955.  
  1956.  
  1957. >> SNMP: [0/0.00s] MySQL: [0/0.00s] RRD: [2/0.00s]  
  1958.  
  1959. >> Runtime for poller module 'wifi': 0.0010 seconds with 2464 bytes  
  1960.  
  1961. RRD[last 10.130.0.52/poller-perf-wifi.rrd  --daemon unix:/run/rrdcached.sock]  
  1962.  
  1963. RRD[update 10.130.0.52/poller-perf-wifi.rrd N:0.0010128021240234 --daemon unix:/run/rrdcached.sock]  
  1964.  
  1965. #### Unload poller module wifi ####
  1966.  
  1967.  
  1968. RRD[last 10.130.0.52/poller-perf.rrd  --daemon unix:/run/rrdcached.sock]  
  1969.  
  1970. RRD[update 10.130.0.52/poller-perf.rrd N:3.6711578369141 --daemon unix:/run/rrdcached.sock]  
  1971.  
  1972. SQL[select * from `device_graphs` where `device_graphs`.`device_id` = ? and `device_graphs`.`device_id` is not null [330] 0.58ms]
  1973.  
  1974.  
  1975. Enabled graphs (14): poller_modules_perf availability poller_perf ping_perf hr_users ucd_cpu ucd_swap_io ucd_io ucd_contexts ucd_interrupts ucd_io_wait ucd_cpu_steal ucd_load uptime
  1976.  
  1977.  
  1978.  
  1979. SQL[update `devices` set `last_polled` = ?, `last_polled_timetaken` = ? where `device_id` = ? ["2025-03-03 17:27:33",3.6711578369140625,330] 0.61ms]
  1980.  
  1981.  
  1982.  
  1983. >>> Polled 10.130.0.52 (330) in 3.671 seconds <<<  
  1984.  
  1985. #### Start Alerts ####  
  1986.  
  1987. SQL[select exists(select * from `alert_schedule` where (`start` <= ? and `end` >= ? and (`recurring` = ? or (`recurring` = ? and ((time(`start`) < time(`end`) and time(`start`) <= ? and time(`end`) > ?) or (time(`start`) > time(`end`) and (time(`start`) <= ? 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 (17)) 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` ["2025-03-03T09:27:33.833797Z","2025-03-03T09:27:33.833797Z",0,1,"09:27:33","09:27:33","09:27:33","09:27:33","%","device",330,"device_group","location",274] 1.8ms]
  1988.  
  1989.  
  1990. SQL[select * from `devices` where `devices`.`device_id` = ? limit 1 [330] 0.68ms]
  1991.  
  1992.  
  1993. Disable alerting is set, Clearing active alerts and skipping alert rules check
  1994.  
  1995. SQL[UPDATE `alerts` set `state`=?,`alerted`=?,`open`=? WHERE `device_id` = ? [0,0,0,330] 0.39ms]
  1996.  
  1997.  
  1998. #### End Alerts (0.0095s) ####
  1999.  
  2000.  
  2001. ### Start Device Groups ###  
  2002.  
  2003. SQL[select * from `device_groups` [] 0.65ms]
  2004.  
  2005.  
  2006. 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, 33, 34, 35, 36, 37, 38, 39) [] 3.38ms]
  2007.  
  2008.  
  2009. 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.46.%","0.101.0.%",330] 0.85ms]
  2010.  
  2011.  
  2012. 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.%",330] 0.66ms]
  2013.  
  2014.  
  2015. 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.%",330] 0.54ms]
  2016.  
  2017.  
  2018. 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 ? OR `ipv4_addresses`.`ipv4_address` LIKE ?) and `devices`.`device_id` = ?) as `exists` ["0.181.12.%","0.181.30.%","0.181.32.%","0.181.31.%","0.104.0.%",330] 0.5ms]
  2019.  
  2020.  
  2021. 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.%",330] 0.56ms]
  2022.  
  2023.  
  2024. 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.%",330] 0.5ms]
  2025.  
  2026.  
  2027. 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.%",330] 0.53ms]
  2028.  
  2029.  
  2030. 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.%",330] 0.64ms]
  2031.  
  2032.  
  2033. 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.%",330] 0.5ms]
  2034.  
  2035.  
  2036. 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.%",330] 0.49ms]
  2037.  
  2038.  
  2039. 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.%",330] 0.59ms]
  2040.  
  2041.  
  2042. 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.%",330] 0.53ms]
  2043.  
  2044.  
  2045. 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.%",330] 0.55ms]
  2046.  
  2047.  
  2048. 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.%",330] 0.53ms]
  2049.  
  2050.  
  2051. 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.%",330] 0.57ms]
  2052.  
  2053.  
  2054. 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.%",330] 0.54ms]
  2055.  
  2056.  
  2057. 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%",330] 0.52ms]
  2058.  
  2059.  
  2060. 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%",330] 0.52ms]
  2061.  
  2062.  
  2063. 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",330] 0.54ms]
  2064.  
  2065.  
  2066. SQL[select exists(select * from `devices` where (`devices`.`sysName` LIKE ?) and `devices`.`device_id` = ?) as `exists` ["lc%",330] 0.38ms]
  2067.  
  2068.  
  2069. 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` ["%DATAWHSW%","%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%",330] 0.44ms]
  2070.  
  2071.  
  2072. 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%",330] 0.5ms]
  2073.  
  2074.  
  2075. 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",330] 0.5ms]
  2076.  
  2077.  
  2078. 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",330] 0.49ms]
  2079.  
  2080.  
  2081. 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",330] 0.5ms]
  2082.  
  2083.  
  2084. SQL[select exists(select * from `devices` where (`devices`.`os` LIKE ?) and `devices`.`device_id` = ?) as `exists` ["%APC%",330] 0.39ms]
  2085.  
  2086.  
  2087. 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 ? OR `devices`.`sysName` = ? 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%","sdc-sentosacove.super.net.sg","%SDC-GolfClub%",330] 0.61ms]
  2088.  
  2089.  
  2090. 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",330] 0.87ms]
  2091.  
  2092.  
  2093. 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",330] 0.58ms]
  2094.  
  2095.  
  2096. SQL[select exists(select * from `devices` where (`devices`.`os` LIKE ? OR `devices`.`os` LIKE ?) and `devices`.`device_id` = ?) as `exists` ["owerWalker%","yberPower%",330] 0.46ms]
  2097.  
  2098.  
  2099. SQL[select exists(select * from `devices` where ((`devices`.`os` = ? AND `devices`.`sysName` NOT LIKE ?) OR (`devices`.`os` = ? AND `devices`.`sysName` NOT LIKE ?) OR (`devices`.`os` LIKE ? AND `devices`.`sysName` NOT LIKE ?) OR (`devices`.`os` LIKE ? AND `devices`.`sysName` NOT LIKE ?)) and `devices`.`device_id` = ?) as `exists` ["Ios","OC%","nxos","OC%","%Iosxe%","OC%","isco%","OC%",330] 0.46ms]
  2100.  
  2101.  
  2102. SQL[select exists(select * from `devices` where (`devices`.`os` LIKE ?) and `devices`.`device_id` = ?) as `exists` ["AiA%",330] 0.42ms]
  2103.  
  2104.  
  2105. SQL[select exists(select * from `devices` left join `device_group_device` on `devices`.`device_id` = `device_group_device`.`device_id` left join `device_groups` on `device_group_device`.`device_group_id` = `device_groups`.`id` where ((`device_groups`.`name` = ? 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 ? 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 ? OR `devices`.`sysName` LIKE ?)) and `devices`.`device_id` = ?) as `exists` ["SDC Fibre Ring","%HUB04-XPRESS-RWS-Station-SW01%","%HUB04-XPRESS-IMBIAH-SW01%","%HUB04-BEACH-DC-SW01%","%SDC4-BeachDataCenter%","%hub17-gantry-sw01%","%hub04-occ_eq_rm%","%hub04-busdepot_itroom%","%hub12-imbiah-tixctr-sw01%","%hub07-emrldhall-ups01%","%hub02-beachops-ups01%","%hub03-pkc-itroom-ups01%","%hub04-vivoitrm-ups01%","%hub05-goldboh-ups01%","%hub06-bikekiosk-ups01%","%hub08-saphrhall-ups01%","%hub09-slb-sw02-first-aid-ups01%","%hub10-frtslso-ups01%","%hub11-fortsi-srvrm-ups01%","%hub12-ccarplaza-ups01%","%hub14-imbiah-offce-sw01%","%hub15-imbiahstn-ups01%","%hub16-oldrngrofc-ups01%","%hub17-gantryboh-ups01%","%sgc-1m-ups02%","%sgc-svrrm-ups01%","%hub04-xpress-vivo-tix-sw%","%hub04-xpress-vivo-itroom-sw%","%expressroute%","%internet-xchange%","%SDC_CPFW%","%SGC-FW%","WCOVE1%","REE_WIFI_FW%",330] 0.85ms]
  2106.  
  2107.  
  2108. SQL[select exists(select * from `devices` where (`devices`.`os` LIKE ?) and `devices`.`device_id` = ?) as `exists` ["etagent2%",330] 0.44ms]
  2109.  
  2110.  
  2111. 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`.`hardware` LIKE ?) and `devices`.`device_id` = ?) as `exists` ["%SDCHQ-OFFICE-DTSW%","%SDC_FW_StackSW%","%SDCHQ_WlessCore_SW%","%SDC_CPFW_INT%","%SDC_CPFW_EXT%","%SDC-Public-WLC%","%SDC-Corp-WLC%","%sdc_free_wifi_fw%","%SGC-fw%","%sdc-internet-xchange%","%sdc-expressroute-rtr%","A-VM%",330] 0.68ms]
  2112.  
  2113.  
  2114. SQL[select exists(select * from `devices` where (`devices`.`os` LIKE ?) and `devices`.`device_id` = ?) as `exists` ["%Socomec%",330] 0.59ms]
  2115.  
  2116.  
  2117. SQL[select exists(select * from `devices` where (`devices`.`sysDescr` LIKE ? OR `devices`.`sysName` LIKE ? OR `devices`.`display` LIKE ?) and `devices`.`device_id` = ?) as `exists` ["OC%","OC%","OC%",330] 0.95ms]
  2118.  
  2119.  
  2120. SQL[select exists(select * from `devices` where (`devices`.`sysContact` LIKE ? AND `devices`.`os` LIKE ?) and `devices`.`device_id` = ?) as `exists` ["%IOH%","%awplus%",330] 0.75ms]
  2121.  
  2122.  
  2123. SQL[select * from `device_group_device` where `device_group_device`.`device_id` = ? [330] 1.07ms]
  2124.  
  2125.  
  2126. Groups Added:   Removed:  
  2127.  
  2128. ### End Device Groups (0.0804s) ###
  2129.  
  2130.  
  2131.  
  2132.  
  2133. SNMP [28/2.39s]: Snmpget[20/0.76s] Snmpwalk[8/1.63s]  
  2134.  
  2135. SQL [108/0.76s]: Select[81/0.61s] Delete[4/0.02s] Update[23/0.13s]  
  2136.  
  2137. RRD [136/0.05s]: Other[68/0.03s] Update[68/0.02s]  
  2138.  
  2139.  
captcha