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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
 [1;31mWarning: poller.php is deprecated! [0m Use  [1mlnms device:poll [0m instead.

SQL[ [1;33mselect `migration` from `migrations` order by `id` desc limit 1  [0;33m[] [0m 1.11ms] 
  
SQL[ [1;33mselect count(*) as aggregate from `migrations`  [0;33m[] [0m 0.28ms] 
  
SQL[ [1;33mselect version()  [0;33m[] [0m 0.23ms] 
  
===========================================
Component | Version
--------- | -------
LibreNMS  | 26.2.0-dev.11+72b798354 (2026-01-14T20:57:38+02:00)
DB Schema | 2025_12_05_205509_devices_add_mtu_status (362)
PHP       | 8.2.18
Python    | 3.9.2
Database  | MariaDB 10.5.18-MariaDB-0+deb11u1
RRDTool   | 1.7.2
SNMP      | 5.9
===========================================
  
LibreNMS config cache cleared and config reloaded.  
SQL[ [1;33mselect `device_id` from `devices` where `hostname` = ?  [0;33m["10.1.1.1"] [0m 0.71ms] 
  
SQL[ [1;33mselect * from `devices` where `device_id` = ? limit 1  [0;33m[200] [0m 0.51ms] 
  
SQL[ [1;33mselect `config_name`, `config_value` from `config`  [0;33m[] [0m 0.96ms] 
  
SQL[ [1;33mselect * from `graph_types`  [0;33m[] [0m 3.56ms] 
  
Hostname:  10.1.1.1 
ID:        200
OS:        generic
IP:        10.1.1.1
  
Attempting to initialize OS: generic  
OS initialized: LibreNMS\OS\Generic  
SQL[ [1;33mselect * from `devices_attribs` where `devices_attribs`.`device_id` = ? and `devices_attribs`.`device_id` is not null  [0;33m[200] [0m 1.77ms] 
  
[FPING] '/usr/bin/fping' '-e' '-q' '-c' '3' '-p' '500' '-t' '500' '-O' '0' '10.1.1.1'
  
response: 10.1.1.1 : xmt/rcv/%loss = 3/3/0%, min/avg/max = 0.471/0.496/0.536  
SNMP[ [0;36m'/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' ‘hide’ '-OQXUte' '-Pu' '-t' '2' '-r' '2' 'udp:10.1.1.1:161' 'SNMPv2-MIB::sysObjectID.0' [0m]  
SNMPv2-MIB::sysObjectID.0 = SNMPv2-SMI::enterprises.28402.11.1
  
  
SQL[ [1;33mselect * from `device_outages` where `device_outages`.`device_id` = ? and `device_outages`.`device_id` is not null and `up_again` is null  [0;33m[200] [0m 0.41ms] 
  
SQL[ [1;33mselect * from `device_stats` where `device_stats`.`device_id` = ? and `device_stats`.`device_id` is not null limit 1  [0;33m[200] [0m 0.3ms] 
  
SQL[ [1;33mupdate `device_stats` set `ping_last_timestamp` = ?, `ping_rtt_last` = ?, `ping_rtt_prev` = ?, `ping_rtt_avg` = ?, `ping_loss_avg` = ?, `device_stats`.`updated_at` = ? where `id` = ?  [0;33m["2026-01-15 21:04:15",0.496,0.627,0.586173032162002,5.70446567640513e-205,"2026-01-15 21:04:15",31] [0m 0.72ms] 
  
SQL[ [1;33mupdate `devices` set `last_ping` = ?, `last_ping_timetaken` = ? where `device_id` = ?  [0;33m["2026-01-15 21:04:15",0.496,200] [0m 0.67ms] 
  
RRD[ [0;32mupdate /opt/librenms/rrd/10.1.1.1/icmp-perf.rrd N:0.496:3:3:0.471:0.536 [0m]  
RRDtool Output: #### Load poller module core ####
  
Module enabled: Global + | OS   | Device   | Manual    
SNMP[ [0;36m'/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' ‘hide’ '-OQXUte' '-Pu' '-On' '-t' '2' '-r' '2' 'udp:10.1.1.1:161' 'SNMPv2-MIB::sysUpTime.0' [0m]  
.1.3.6.1.2.1.1.3.0 = 55039064
  
  
SNMP[ [0;36m'/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' ‘hide’ '-OQXUte' '-Pu' '-t' '2' '-r' '2' 'udp:10.1.1.1:161' 'SNMP-FRAMEWORK-MIB::snmpEngineTime.0' 'HOST-RESOURCES-MIB::hrSystemUptime.0' [0m]  
SNMP-FRAMEWORK-MIB::snmpEngineTime.0 = 550384
HOST-RESOURCES-MIB::hrSystemUptime.0 = No Such Object available on this agent at this OID
  
  
Uptime seconds: 550391
  
RRD[ [0;32mupdate /opt/librenms/rrd/10.1.1.1/uptime.rrd N:550391 [0m]  
RRDtool Output: OK u:0.01 s:0.00 r:0.00
Uptime: 6 days 8 hours 53 minutes 11 seconds  
SQL[ [1;33mupdate `devices` set `uptime` = ? where `device_id` = ?  [0;33m[550391,200] [0m 0.81ms] 
  
  
>>  [0;36mSNMP [0m: [3/0.07s]  [1;33mMySQL [0m: [6/0.05s]  [0;32mRRD [0m: [2/0.00s]  
>> Runtime for poller module 'core': 0.0520 seconds with 222144 bytes  
RRD[ [0;32mupdate /opt/librenms/rrd/10.1.1.1/poller-perf-core.rrd N:0.051992893218994 [0m]  
RRDtool Output: OK u:0.01 s:0.00 r:0.03
OK u:0.01 s:0.00 r:0.04
#### Unload poller module core ####
  
#### Load poller module os ####
  
Module enabled: Global + | OS   | Device   | Manual    
SQL[ [1;33mselect * from `locations` where `locations`.`id` = ? limit 1  [0;33m[89] [0m 1.11ms] 
  
Location: Latsia HQ  
Hardware:   
OS Version:   
OS Features:   
Serial:   
  
>>  [0;36mSNMP [0m: [0/0.00s]  [1;33mMySQL [0m: [1/0.01s]  [0;32mRRD [0m: [1/0.00s]  
>> Runtime for poller module 'os': 0.0049 seconds with 122008 bytes  
RRD[ [0;32mupdate /opt/librenms/rrd/10.1.1.1/poller-perf-os.rrd N:0.0048530101776123 [0m]  
RRDtool Output: OK u:0.01 s:0.00 r:0.04
#### Unload poller module os ####
  
#### Load poller module availability ####
  
Module enabled: Global + | OS   | Device   | Manual    
SQL[ [1;33mselect * from `device_outages` where `device_outages`.`device_id` = ? and `device_outages`.`device_id` is not null and `up_again` >= ? order by `going_down` asc  [0;33m[200,1768417456] [0m 0.38ms] 
  
SQL[ [1;33mselect * from `availability` where (`device_id` = ? and `duration` = ?) limit 1  [0;33m[200,86400] [0m 0.26ms] 
  
SQL[ [1;33mupdate `availability` set `availability_perc` = ? where `availability_id` = ?  [0;33m[100,777] [0m 0.19ms] 
  
RRD[ [0;32mupdate /opt/librenms/rrd/10.1.1.1/availability-86400.rrd N:100 [0m]  
RRDtool Output: 1 day   : 100%  
SQL[ [1;33mselect * from `device_outages` where `device_outages`.`device_id` = ? and `device_outages`.`device_id` is not null and `up_again` >= ? order by `going_down` asc  [0;33m[200,1767899056] [0m 0.39ms] 
  
SQL[ [1;33mselect * from `availability` where (`device_id` = ? and `duration` = ?) limit 1  [0;33m[200,604800] [0m 0.3ms] 
  
SQL[ [1;33mupdate `availability` set `availability_perc` = ? where `availability_id` = ?  [0;33m[99.932,778] [0m 0.26ms] 
  
RRD[ [0;32mupdate /opt/librenms/rrd/10.1.1.1/availability-604800.rrd N:99.932 [0m]  
RRDtool Output: OK u:0.01 s:0.00 r:0.05
OK u:0.01 s:0.00 r:0.06
1 week  : 99.932%  
SQL[ [1;33mselect * from `device_outages` where `device_outages`.`device_id` = ? and `device_outages`.`device_id` is not null and `up_again` >= ? order by `going_down` asc  [0;33m[200,1765911856] [0m 0.46ms] 
  
SQL[ [1;33mselect * from `availability` where (`device_id` = ? and `duration` = ?) limit 1  [0;33m[200,2592000] [0m 0.28ms] 
  
SQL[ [1;33mupdate `availability` set `availability_perc` = ? where `availability_id` = ?  [0;33m[99.984,779] [0m 0.22ms] 
  
RRD[ [0;32mupdate /opt/librenms/rrd/10.1.1.1/availability-2592000.rrd N:99.984 [0m]  
RRDtool Output: OK u:0.01 s:0.00 r:0.06
4 weeks : 99.984%  
SQL[ [1;33mselect * from `device_outages` where `device_outages`.`device_id` = ? and `device_outages`.`device_id` is not null and `up_again` >= ? order by `going_down` asc  [0;33m[200,1736967856] [0m 0.4ms] 
  
SQL[ [1;33mselect * from `availability` where (`device_id` = ? and `duration` = ?) limit 1  [0;33m[200,31536000] [0m 0.27ms] 
  
SQL[ [1;33mupdate `availability` set `availability_perc` = ? where `availability_id` = ?  [0;33m[95.239,780] [0m 0.31ms] 
  
RRD[ [0;32mupdate /opt/librenms/rrd/10.1.1.1/availability-31536000.rrd N:95.239 [0m]  
RRDtool Output: OK u:0.01 s:0.00 r:0.06
1 year  : 95.239%  
SQL[ [1;33mdelete from `availability` where `availability`.`device_id` = ? and `availability`.`device_id` is not null and `availability_id` not in (?, ?, ?, ?)  [0;33m[200,777,778,779,780] [0m 0.28ms] 
  
  
>>  [0;36mSNMP [0m: [0/0.00s]  [1;33mMySQL [0m: [13/0.04s]  [0;32mRRD [0m: [5/0.00s]  
>> Runtime for poller module 'availability': 0.0204 seconds with 69920 bytes  
RRD[ [0;32mupdate /opt/librenms/rrd/10.1.1.1/poller-perf-availability.rrd N:0.020366191864014 [0m]  
RRDtool Output: #### Unload poller module availability ####
  
#### Load poller module ipmi ####
  
Module enabled: Global + | OS   | Device   | Manual    
SQL[ [1;33mSELECT * FROM sensors WHERE device_id = ? AND poller_type='ipmi'  [0;33m[200] [0m 0.55ms] 
  
array (
)  
  
>>  [0;36mSNMP [0m: [0/0.00s]  [1;33mMySQL [0m: [1/0.01s]  [0;32mRRD [0m: [1/0.00s]  
>> Runtime for poller module 'ipmi': 0.0017 seconds with 3464 bytes  
RRD[ [0;32mupdate /opt/librenms/rrd/10.1.1.1/poller-perf-ipmi.rrd N:0.0017409324645996 [0m]  
RRDtool Output: OK u:0.01 s:0.00 r:0.07
OK u:0.01 s:0.00 r:0.07
#### Unload poller module ipmi ####
  
#### Load poller module sensors ####
  
Module enabled: Global + | OS   | Device   | Manual    
SQL[ [1;33mSELECT `sensor_class` FROM `sensors` WHERE `device_id` = ? GROUP BY `sensor_class`  [0;33m[200] [0m 0.37ms] 
  
  
>>  [0;36mSNMP [0m: [0/0.00s]  [1;33mMySQL [0m: [1/0.00s]  [0;32mRRD [0m: [1/0.00s]  
>> Runtime for poller module 'sensors': 0.0012 seconds with 2336 bytes  
RRD[ [0;32mupdate /opt/librenms/rrd/10.1.1.1/poller-perf-sensors.rrd N:0.0012180805206299 [0m]  
RRDtool Output: OK u:0.01 s:0.00 r:0.07
#### Unload poller module sensors ####
  
#### Load poller module processors ####
  
Module enabled: Global + | OS   | Device   | Manual    
Attempting to initialize OS: generic  
OS initialized: LibreNMS\OS\Generic  
SQL[ [1;33mSELECT * FROM processors WHERE device_id=?  [0;33m[200] [0m 0.37ms] 
  
  
>>  [0;36mSNMP [0m: [0/0.00s]  [1;33mMySQL [0m: [1/0.00s]  [0;32mRRD [0m: [1/0.00s]  
>> Runtime for poller module 'processors': 0.0022 seconds with 60168 bytes  
RRD[ [0;32mupdate /opt/librenms/rrd/10.1.1.1/poller-perf-processors.rrd N:0.0022199153900146 [0m]  
RRDtool Output: OK u:0.01 s:0.00 r:0.08
#### Unload poller module processors ####
  
#### Load poller module mempools ####
  
Module enabled: Global + | OS   | Device   | Manual    
SQL[ [1;33mselect * from `mempools` where `mempools`.`device_id` = ? and `mempools`.`device_id` is not null  [0;33m[200] [0m 0.39ms] 
  
  
>>  [0;36mSNMP [0m: [0/0.00s]  [1;33mMySQL [0m: [1/0.00s]  [0;32mRRD [0m: [1/0.00s]  
>> Runtime for poller module 'mempools': 0.0019 seconds with 27472 bytes  
RRD[ [0;32mupdate /opt/librenms/rrd/10.1.1.1/poller-perf-mempools.rrd N:0.0019149780273438 [0m]  
RRDtool Output: OK u:0.01 s:0.00 r:0.08
#### Unload poller module mempools ####
  
#### Load poller module storage ####
  
Module enabled: Global + | OS   | Device   | Manual    
SQL[ [1;33mselect * from `storage` where `storage`.`device_id` = ? and `storage`.`device_id` is not null  [0;33m[200] [0m 0.38ms] 
  
  
>>  [0;36mSNMP [0m: [0/0.00s]  [1;33mMySQL [0m: [1/0.00s]  [0;32mRRD [0m: [1/0.00s]  
>> Runtime for poller module 'storage': 0.0019 seconds with 84752 bytes  
RRD[ [0;32mupdate /opt/librenms/rrd/10.1.1.1/poller-perf-storage.rrd N:0.0018939971923828 [0m]  
RRDtool Output: OK u:0.01 s:0.00 r:0.08
#### Unload poller module storage ####
  
#### Load poller module netstats ####
  
Module enabled: Global + | OS   | Device   | Manual    
icmp   
SNMP[ [0;36m'/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' ‘hide’ '-OQXUte' '-Pu' '-t' '2' '-r' '2' 'udp:10.1.1.1: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' [0m]  
IP-MIB::icmpInMsgs.0 = 47980
IP-MIB::icmpOutMsgs.0 = 47948
IP-MIB::icmpInErrors.0 = 0
IP-MIB::icmpOutErrors.0 = 0
IP-MIB::icmpInEchos.0 = 47948
IP-MIB::icmpOutEchos.0 = 0
IP-MIB::icmpInEchoReps.0 = 0
IP-MIB::icmpOutEchoReps.0 = 47948
IP-MIB::icmpInDestUnreachs.0 = 32
IP-MIB::icmpOutDestUnreachs.0 = 0
  
  
SNMP[ [0;36m'/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' ‘hide’ '-OQXUte' '-Pu' '-t' '2' '-r' '2' 'udp:10.1.1.1: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' [0m]  
IP-MIB::icmpInParmProbs.0 = 0
IP-MIB::icmpInTimeExcds.0 = 0
IP-MIB::icmpInSrcQuenchs.0 = 0
IP-MIB::icmpInRedirects.0 = 0
IP-MIB::icmpInTimestamps.0 = 0
IP-MIB::icmpInTimestampReps.0 = 0
IP-MIB::icmpInAddrMasks.0 = 0
IP-MIB::icmpInAddrMaskReps.0 = 0
IP-MIB::icmpOutTimeExcds.0 = 0
IP-MIB::icmpOutParmProbs.0 = 0
  
  
SNMP[ [0;36m'/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' ‘hide’ '-OQXUte' '-Pu' '-t' '2' '-r' '2' 'udp:10.1.1.1: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' [0m]  
IP-MIB::icmpOutSrcQuenchs.0 = 0
IP-MIB::icmpOutRedirects.0 = 0
IP-MIB::icmpOutTimestamps.0 = 0
IP-MIB::icmpOutTimestampReps.0 = 0
IP-MIB::icmpOutAddrMasks.0 = 0
IP-MIB::icmpOutAddrMaskReps.0 = 0
  
  
RRD[ [0;32mupdate /opt/librenms/rrd/10.1.1.1/netstats-icmp.rrd N:47980:47948:0:0:47948:0:0:47948:32:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0 [0m]  
RRDtool Output: ip   
SNMP[ [0;36m'/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' ‘hide’ '-OQXUte' '-Pu' '-t' '2' '-r' '2' 'udp:10.1.1.1: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' [0m]  
IP-MIB::ipForwDatagrams.0 = 0
IP-MIB::ipInDelivers.0 = 1388441
IP-MIB::ipInReceives.0 = 1389403
IP-MIB::ipOutRequests.0 = 1332045
IP-MIB::ipInDiscards.0 = 962
IP-MIB::ipOutDiscards.0 = 0
IP-MIB::ipOutNoRoutes.0 = 0
IP-MIB::ipReasmReqds.0 = 0
IP-MIB::ipReasmOKs.0 = 0
IP-MIB::ipReasmFails.0 = 0
  
  
SNMP[ [0;36m'/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' ‘hide’ '-OQXUte' '-Pu' '-t' '2' '-r' '2' 'udp:10.1.1.1: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' [0m]  
IP-MIB::ipFragOKs.0 = 0
IP-MIB::ipFragFails.0 = 0
IP-MIB::ipFragCreates.0 = 0
IP-MIB::ipInUnknownProtos.0 = 0
IP-MIB::ipInHdrErrors.0 = 0
IP-MIB::ipInAddrErrors.0 = 962
  
  
RRD[ [0;32mupdate /opt/librenms/rrd/10.1.1.1/netstats-ip.rrd N:0:1388441:1389403:1332045:962:0:0:0:0:0:0:0:0:0:0:962 [0m]  
RRDtool Output: OK u:0.01 s:0.00 r:0.14
ip_forward   
SNMP[ [0;36m'/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' ‘hide’ '-OQXUte' '-Pu' '-t' '2' '-r' '2' 'udp:10.1.1.1:161' 'IP-FORWARD-MIB::ipCidrRouteNumber.0' [0m]  
IP-FORWARD-MIB::ipCidrRouteNumber.0 = No Such Object available on this agent at this OID
  
  
snmp   
SNMP[ [0;36m'/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' ‘hide’ '-OQXUte' '-Pu' '-t' '2' '-r' '2' 'udp:10.1.1.1: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' [0m]  
SNMPv2-MIB::snmpInPkts.0 = 496426
SNMPv2-MIB::snmpOutPkts.0 = 496422
SNMPv2-MIB::snmpInBadVersions.0 = 0
SNMPv2-MIB::snmpInBadCommunityNames.0 = 3
SNMPv2-MIB::snmpInBadCommunityUses.0 = 0
SNMPv2-MIB::snmpInASNParseErrs.0 = 0
SNMPv2-MIB::snmpInTooBigs.0 = 0
SNMPv2-MIB::snmpInNoSuchNames.0 = 0
SNMPv2-MIB::snmpInBadValues.0 = 0
SNMPv2-MIB::snmpInReadOnlys.0 = 0
  
  
SNMP[ [0;36m'/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' ‘hide’ '-OQXUte' '-Pu' '-t' '2' '-r' '2' 'udp:10.1.1.1: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' [0m]  
SNMPv2-MIB::snmpInGenErrs.0 = 0
SNMPv2-MIB::snmpInTotalReqVars.0 = 1362749
SNMPv2-MIB::snmpInTotalSetVars.0 = 0
SNMPv2-MIB::snmpInGetRequests.0 = 226697
SNMPv2-MIB::snmpInGetNexts.0 = 24321
SNMPv2-MIB::snmpInSetRequests.0 = 0
SNMPv2-MIB::snmpInGetResponses.0 = 0
SNMPv2-MIB::snmpInTraps.0 = 0
SNMPv2-MIB::snmpOutTooBigs.0 = 0
SNMPv2-MIB::snmpOutNoSuchNames.0 = 14496
  
  
SNMP[ [0;36m'/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' ‘hide’ '-OQXUte' '-Pu' '-t' '2' '-r' '2' 'udp:10.1.1.1: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' [0m]  
SNMPv2-MIB::snmpOutBadValues.0 = 0
SNMPv2-MIB::snmpOutGenErrs.0 = 55
SNMPv2-MIB::snmpOutGetRequests.0 = 0
SNMPv2-MIB::snmpOutGetNexts.0 = 0
SNMPv2-MIB::snmpOutSetRequests.0 = 0
SNMPv2-MIB::snmpOutGetResponses.0 = 496424
SNMPv2-MIB::snmpOutTraps.0 = 0
SNMPv2-MIB::snmpSilentDrops.0 = 0
SNMPv2-MIB::snmpProxyDrops.0 = 0
  
  
RRD[ [0;32mupdate /opt/librenms/rrd/10.1.1.1/netstats-snmp.rrd N:496426:496422:0:3:0:0:0:0:0:0:0:1362749:0:226697:24321:0:0:0:0:14496:0:55:0:0:0:496424:0:0:0 [0m]  
RRDtool Output: OK u:0.01 s:0.00 r:0.18
udp   
SNMP[ [0;36m'/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' ‘hide’ '-OQXUte' '-Pu' '-t' '2' '-r' '2' 'udp:10.1.1.1:161' 'UDP-MIB::udpInDatagrams.0' 'UDP-MIB::udpOutDatagrams.0' 'UDP-MIB::udpInErrors.0' 'UDP-MIB::udpNoPorts.0' [0m]  
UDP-MIB::udpInDatagrams.0 = 496564
UDP-MIB::udpOutDatagrams.0 = 496425
UDP-MIB::udpInErrors.0 = 0
UDP-MIB::udpNoPorts.0 = 0
  
  
RRD[ [0;32mupdate /opt/librenms/rrd/10.1.1.1/netstats-udp.rrd N:496564:496425:0:0 [0m]  
RRDtool Output: OK u:0.01 s:0.00 r:0.26
tcp   
SNMP[ [0;36m'/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' ‘hide’ '-OQXUte' '-Pu' '-t' '2' '-r' '2' 'udp:10.1.1.1: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' [0m]  
TCP-MIB::tcpActiveOpens.0 = 0
TCP-MIB::tcpPassiveOpens.0 = 240
TCP-MIB::tcpAttemptFails.0 = 0
TCP-MIB::tcpEstabResets.0 = 213
TCP-MIB::tcpCurrEstab.0 = 0
TCP-MIB::tcpInSegs.0 = 804056
TCP-MIB::tcpOutSegs.0 = 743444
TCP-MIB::tcpRetransSegs.0 = 0
TCP-MIB::tcpInErrs.0 = 0
TCP-MIB::tcpOutRsts.0 = 35
  
  
RRD[ [0;32mupdate /opt/librenms/rrd/10.1.1.1/netstats-tcp.rrd N:0:240:0:213:0:804056:743444:0:0:35 [0m]  
RRDtool Output: OK u:0.01 s:0.00 r:0.28
  
>>  [0;36mSNMP [0m: [11/0.21s]  [1;33mMySQL [0m: [0/0.00s]  [0;32mRRD [0m: [6/0.00s]  
>> Runtime for poller module 'netstats': 0.2160 seconds with 43800 bytes  
RRD[ [0;32mupdate /opt/librenms/rrd/10.1.1.1/poller-perf-netstats.rrd N:0.21602392196655 [0m]  
RRDtool Output: OK u:0.01 s:0.00 r:0.30
#### Unload poller module netstats ####
  
#### Load poller module hr-mib ####
  
Module enabled: Global + | OS   | Device   | Manual    
SNMP[ [0;36m'/usr/bin/snmpget' '-v2c' '-c' ‘hide’ '-OUQs' '-m' 'HOST-RESOURCES-MIB' '-M' '/opt/librenms/mibs' '-t' '2' '-r' '2' 'udp:10.1.1.1:161' 'hrSystemMaxProcesses.0' 'hrSystemProcesses.0' 'hrSystemNumUsers.0' [0m]
hrSystemMaxProcesses.0 = No Such Object available on this agent at this OID
hrSystemProcesses.0 = No Such Object available on this agent at this OID
hrSystemNumUsers.0 = No Such Object available on this agent at this OID  
  

  
>>  [0;36mSNMP [0m: [1/0.02s]  [1;33mMySQL [0m: [0/0.00s]  [0;32mRRD [0m: [1/0.00s]  
>> Runtime for poller module 'hr-mib': 0.0164 seconds with 2136 bytes  
RRD[ [0;32mupdate /opt/librenms/rrd/10.1.1.1/poller-perf-hr-mib.rrd N:0.016410112380981 [0m]  
RRDtool Output: OK u:0.01 s:0.00 r:0.30
#### Unload poller module hr-mib ####
  
#### Load poller module ucd-mib ####
  
Module enabled: Global + | OS   | Device   | Manual    
SNMP[ [0;36m'/usr/bin/snmpbulkwalk' '-Cr20' '-v2c' '-c' ‘hide’ '-OQUs' '-m' 'UCD-SNMP-MIB' '-M' '/opt/librenms/mibs' '-t' '2' '-r' '2' 'udp:10.1.1.1:161' 'systemStats' [0m]
Exitcode: 1  
Timeout: No Response from udp:10.1.1.1:161  
  
Timeout: No Response from udp:10.1.1.1:161  
SNMP[ [0;36m'/usr/bin/snmpget' '-v2c' '-c' ‘hide’ '-OQUs' '-m' 'UCD-SNMP-MIB' '-M' '/opt/librenms/mibs' '-t' '2' '-r' '2' 'udp:10.1.1.1:161' 'laLoadInt.1' 'laLoadInt.2' 'laLoadInt.3' [0m]
laLoadInt.1 = No Such Object available on this agent at this OID
laLoadInt.2 = No Such Object available on this agent at this OID
laLoadInt.3 = No Such Object available on this agent at this OID  
  
  
>>  [0;36mSNMP [0m: [2/6.03s]  [1;33mMySQL [0m: [0/0.00s]  [0;32mRRD [0m: [1/0.00s]  
>> Runtime for poller module 'ucd-mib': 6.0320 seconds with 3568 bytes  
RRD[ [0;32mupdate /opt/librenms/rrd/10.1.1.1/poller-perf-ucd-mib.rrd N:6.0319800376892 [0m]  
RRDtool Output: OK u:0.01 s:0.00 r:0.32
#### Unload poller module ucd-mib ####
  
#### Load poller module ipSystemStats ####
  
Module enabled: Global + | OS   | Device   | Manual    
SNMP[ [0;36m'/usr/bin/snmpbulkwalk' '-Cr20' '-v2c' '-c' ‘hide’ '-OQUs' '-m' 'IP-MIB' '-M' '/opt/librenms/mibs' '-t' '2' '-r' '2' 'udp:10.1.1.1:161' 'ipSystemStats' [0m]
ipSystemStatsTable = No Such Object available on this agent at this OID  
  
Invalid snmp_walk() data = ipSystemStatsTable = No Such Object available on this agent at this OID  

  
>>  [0;36mSNMP [0m: [1/0.03s]  [1;33mMySQL [0m: [0/0.00s]  [0;32mRRD [0m: [1/0.00s]  
>> Runtime for poller module 'ipSystemStats': 0.0303 seconds with 2528 bytes  
RRD[ [0;32mupdate /opt/librenms/rrd/10.1.1.1/poller-perf-ipSystemStats.rrd N:0.030264139175415 [0m]  
RRDtool Output: OK u:0.01 s:0.00 r:6.35
#### Unload poller module ipSystemStats ####
  
#### Load poller module ports ####
  
Module enabled: Global + | OS   | Device   | Manual    
SQL[ [1;33mSELECT *, `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  [0;33m[200] [0m 0.73ms] 
  
SNMP[ [0;36m'/usr/bin/snmpbulkwalk' '-Cr20' '-v2c' '-c' ‘hide’ '-OQUs' '-m' 'IF-MIB' '-M' '/opt/librenms/mibs' '-t' '2' '-r' '2' 'udp:10.1.1.1:161' 'ifXEntry' [0m]
Exitcode: 1  
Timeout: No Response from udp:10.1.1.1:161  
  
Timeout: No Response from udp:10.1.1.1:161  
SNMP[ [0;36m'/usr/bin/snmpbulkwalk' '-Cr20' '-v2c' '-c' ‘hide’ '-OQUst' '-m' 'IF-MIB' '-M' '/opt/librenms/mibs' '-t' '2' '-r' '2' 'udp:10.1.1.1:161' 'ifEntry' [0m]
ifIndex.1 = 1
ifDescr.1 = en
ifType.1 = ethernetCsmacd
ifMtu.1 = 1500
ifSpeed.1 = 100000000
ifPhysAddress.1 = d0:22:12:b1:5f:5a
ifAdminStatus.1 = up
ifOperStatus.1 = up
ifLastChange.1 = 320
ifInOctets.1 = 208966577
ifInUcastPkts.1 = 1387533
ifInNUcastPkts.1 = 757350
ifInDiscards.1 = 5
ifInErrors.1 = 6
ifInUnknownProtos.1 = 339489
ifOutOctets.1 = 280058713
ifOutUcastPkts.1 = 1342314
ifOutNUcastPkts.1 = 4
ifOutDiscards.1 = 0
ifOutErrors.1 = 0
ifOutQLen.1 = 0
ifSpecific.1 = zeroDotZero  
  
SNMP[ [0;36m'/usr/bin/snmpbulkwalk' '-Cr20' '-v2c' '-c' ‘hide’ '-OQUs' '-m' 'EtherLike-MIB' '-M' '/opt/librenms/mibs' '-t' '2' '-r' '2' 'udp:10.1.1.1:161' 'dot3StatsDuplexStatus' [0m]
dot3StatsDuplexStatus = No Such Object available on this agent at this OID  
  
Invalid snmp_walk() data = dot3StatsDuplexStatus = No Such Object available on this agent at this OID  
SNMP[ [0;36m'/usr/bin/snmpbulkwalk' '-Cr20' '-v2c' '-c' ‘hide’ '-OQUs' '-m' 'Q-BRIDGE-MIB' '-M' '/opt/librenms/mibs' '-t' '2' '-r' '2' 'udp:10.1.1.1:161' 'dot1qPvid' [0m]
Exitcode: 1  
Timeout: No Response from udp:10.1.1.1:161  
  
Timeout: No Response from udp:10.1.1.1:161  
Fetched data (Full ports polling): dot3StatsDuplexStatus   
array (
  1 => 
  array (
    'ifIndex' => '1',
    'ifDescr' => 'en',
    'ifType' => 'ethernetCsmacd',
    'ifMtu' => '1500',
    'ifSpeed' => '100000000',
    'ifPhysAddress' => 'd0:22:12:b1:5f:5a',
    'ifAdminStatus' => 'up',
    'ifOperStatus' => 'up',
    'ifLastChange' => '320',
    'ifInOctets' => '208966577',
    'ifInUcastPkts' => '1387533',
    'ifInNUcastPkts' => '757350',
    'ifInDiscards' => '5',
    'ifInErrors' => '6',
    'ifInUnknownProtos' => '339489',
    'ifOutOctets' => '280058713',
    'ifOutUcastPkts' => '1342314',
    'ifOutNUcastPkts' => '4',
    'ifOutDiscards' => '0',
    'ifOutErrors' => '0',
    'ifOutQLen' => '0',
    'ifSpecific' => 'zeroDotZero',
  ),
)  
 valid  
ifInOctets  
ifOutOctets  
ifInUcastPkts  
ifOutUcastPkts  
ifInBroadcastPkts  
ifOutBroadcastPkts  
ifInMulticastPkts  
ifOutMulticastPkts  
ifSpeed (100000000)  
 Using ifDescr as ifAlias  
 Using ifDescr as ifName  

 ifInOctets (19069 B) 264.84722222222 Bps 72 secs  

 ifOutOctets (22954 B) 318.80555555556 Bps 72 secs  

 ifInErrors (0 B) 0 Bps 72 secs  

 ifOutErrors (0 B) 0 Bps 72 secs  

 ifInUcastPkts (103 B) 1.4305555555556 Bps 72 secs  

 ifOutUcastPkts (92 B) 1.2777777777778 Bps 72 secs  

 ifInNUcastPkts (93 B) 1.2916666666667 Bps 72 secs  

 ifOutNUcastPkts (0 B) 0 Bps 72 secs  

 ifInDiscards (0 B) 0 Bps 72 secs  

 ifOutDiscards (0 B) 0 Bps 72 secs  

 ifInUnknownProtos (45 B) 0.625 Bps 72 secs  

 ifInBroadcastPkts (0 B) 0 Bps 72 secs  

 ifOutBroadcastPkts (0 B) 0 Bps 72 secs  

 ifInMulticastPkts (0 B) 0 Bps 72 secs  

 ifOutMulticastPkts (0 B) 0 Bps 72 secs  
RRD warning: unused data sent ifInUcastPkts_rate  
RRD warning: unused data sent ifOutUcastPkts_rate  
RRD warning: unused data sent ifInErrors_rate  
RRD warning: unused data sent ifOutErrors_rate  
RRD warning: unused data sent ifInOctets_rate  
RRD warning: unused data sent ifOutOctets_rate  
RRD warning: unused data sent ifInBits_rate  
RRD warning: unused data sent ifOutBits_rate  
RRD[ [0;32mupdate /opt/librenms/rrd/10.1.1.1/port-id3885.rrd N:208966577:280058713:6:0:1387533:1342314:757350:4:5:0:339489:U:U:U:U [0m]  
RRDtool Output: OK u:0.01 s:0.00 r:6.39
SQL[ [1;33mUPDATE `ports` set `ifInOctets`=?,`ifInOctets_prev`=?,`ifInOctets_rate`=?,`ifInOctets_delta`=?,`ifOutOctets`=?,`ifOutOctets_prev`=?,`ifOutOctets_rate`=?,`ifOutOctets_delta`=?,`ifInErrors`=?,`ifInErrors_prev`=?,`ifInErrors_rate`=?,`ifInErrors_delta`=?,`ifOutErrors`=?,`ifOutErrors_prev`=?,`ifOutErrors_rate`=?,`ifOutErrors_delta`=?,`ifInUcastPkts`=?,`ifInUcastPkts_prev`=?,`ifInUcastPkts_rate`=?,`ifInUcastPkts_delta`=?,`ifOutUcastPkts`=?,`ifOutUcastPkts_prev`=?,`ifOutUcastPkts_rate`=?,`ifOutUcastPkts_delta`=?,`poll_time`=?,`poll_prev`=?,`poll_period`=? WHERE `port_id` = ?  [0;33m["208966577",208947508,264.84722222222223,19069,"280058713",280035759,318.80555555555554,22954,"6",6,0,0,"0",0,0,0,"1387533",1387430,1.4305555555555556,103,"1342314",1342222,1.2777777777777777,92,1768503874,1768503802,72,3885] [0m 144.4ms] 
  
SQL[ [1;33mUPDATE `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;33m["757350",757257,1.2916666666666667,93,"4",4,0,0,"5",5,0,0,"0",0,0,0,"339489",339444,0.625,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3885] [0m 136.5ms] 
  
2 updated  
Port en: en (1 / #3885)   VLAN = ? bps(2.12 kbps/2.55 kbps) bytes(18.62 KiB/22.42 KiB) pkts(1.43 pps/1.28 pps)   
SQL[ [1;33mupdate `ports` set `poll_time` = ?, `poll_prev` = ?, `poll_period` = ? where 0 = 1  [0;33m[1768503874,1768503802,null] [0m 0.49ms] 
  
0 updated  
  
>>  [0;36mSNMP [0m: [4/12.11s]  [1;33mMySQL [0m: [4/2.82s]  [0;32mRRD [0m: [2/0.00s]  
>> Runtime for poller module 'ports': 12.4113 seconds with 65456 bytes  
RRD[ [0;32mupdate /opt/librenms/rrd/10.1.1.1/poller-perf-ports.rrd N:12.411336898804 [0m]  
RRDtool Output: OK u:0.01 s:0.00 r:18.51
OK u:0.01 s:0.00 r:18.80
#### Unload poller module ports ####
  
#### Load poller module customoid ####
  
Module enabled: Global + | OS   | Device   | Manual    
SQL[ [1;33mSELECT * FROM `customoids` WHERE `customoid_passed` = 1 AND `device_id` = ?  [0;33m[200] [0m 0.39ms] 
  
  
>>  [0;36mSNMP [0m: [0/0.00s]  [1;33mMySQL [0m: [1/0.00s]  [0;32mRRD [0m: [1/0.00s]  
>> Runtime for poller module 'customoid': 0.0015 seconds with 3736 bytes  
RRD[ [0;32mupdate /opt/librenms/rrd/10.1.1.1/poller-perf-customoid.rrd N:0.0015280246734619 [0m]  
RRDtool Output: OK u:0.01 s:0.00 r:18.80
#### Unload poller module customoid ####
  
#### Load poller module bgp-peers ####
  
Module enabled: Global + | OS   | Device   | Manual    
SQL[ [1;33mSELECT * FROM `bgpPeers` AS B LEFT JOIN `vrfs` AS V ON `B`.`vrf_id` = `V`.`vrf_id` WHERE `B`.`device_id` = ?  [0;33m[200] [0m 0.41ms] 
  
  
>>  [0;36mSNMP [0m: [0/0.00s]  [1;33mMySQL [0m: [1/0.00s]  [0;32mRRD [0m: [1/0.00s]  
>> Runtime for poller module 'bgp-peers': 0.0035 seconds with 14376 bytes  
RRD[ [0;32mupdate /opt/librenms/rrd/10.1.1.1/poller-perf-bgp-peers.rrd N:0.003532886505127 [0m]  
RRDtool Output: OK u:0.01 s:0.00 r:18.81
#### Unload poller module bgp-peers ####
  
#### Load poller module ucd-diskio ####
  
Module enabled: Global + | OS   | Device   | Manual    
SNMP[ [0;36m'/usr/bin/snmpbulkwalk' '-Cr20' '-M' '/opt/librenms/mibs' '-m' 'SNMPv2-TC:SNMPv2-MIB:IF-MIB:IP-MIB:TCP-MIB:UDP-MIB:NET-SNMP-VACM-MIB' '-v2c' '-c' ‘hide’ '-OQXUte' '-Pu' '-Os' '-t' '2' '-r' '2' 'udp:10.1.1.1:161' 'UCD-DISKIO-MIB::diskIOTable' [0m]  
Exitcode: 1 ["Timeout: No Response from udp:10.1.1.1:161
"] 
  
Timeout: No Response from udp:10.1.1.1:161
  
SQL[ [1;33mselect * from `ucd_diskio` where `ucd_diskio`.`device_id` = ? and `ucd_diskio`.`device_id` is not null  [0;33m[200] [0m 0.71ms] 
  
  
>>  [0;36mSNMP [0m: [1/6.03s]  [1;33mMySQL [0m: [1/0.01s]  [0;32mRRD [0m: [1/0.00s]  
>> Runtime for poller module 'ucd-diskio': 6.0447 seconds with 69056 bytes  
RRD[ [0;32mupdate /opt/librenms/rrd/10.1.1.1/poller-perf-ucd-diskio.rrd N:6.0447409152985 [0m]  
RRDtool Output: #### Unload poller module ucd-diskio ####
  
#### Load poller module wireless ####
  
Module enabled: Global + | OS   | Device   | Manual    
SQL[ [1;33mselect * from `wireless_sensors` where `wireless_sensors`.`device_id` = ? and `wireless_sensors`.`device_id` is not null  [0;33m[200] [0m 0.65ms] 
  
  
>>  [0;36mSNMP [0m: [0/0.00s]  [1;33mMySQL [0m: [1/0.01s]  [0;32mRRD [0m: [1/0.00s]  
>> Runtime for poller module 'wireless': 0.0021 seconds with 46840 bytes  
RRD[ [0;32mupdate /opt/librenms/rrd/10.1.1.1/poller-perf-wireless.rrd N:0.0020790100097656 [0m]  
RRDtool Output: OK u:0.01 s:0.00 r:24.85
#### Unload poller module wireless ####
  
#### Load poller module ospf ####
  
Module enabled: Global + | OS   | Device   | Manual    
SQL[ [1;33mselect * from `vrf_lite_cisco` where `vrf_lite_cisco`.`device_id` = ? and `vrf_lite_cisco`.`device_id` is not null  [0;33m[200] [0m 0.54ms] 
  
Processes: SNMP[ [0;36m'/usr/bin/snmpbulkwalk' '-Cr20' '-M' '/opt/librenms/mibs' '-m' 'SNMPv2-TC:SNMPv2-MIB:IF-MIB:IP-MIB:TCP-MIB:UDP-MIB:NET-SNMP-VACM-MIB' '-v2c' '-c' ‘hide’ '-OQXUt' '-Pu' '-Os' '-t' '2' '-r' '2' 'udp:10.1.1.1:161' 'OSPF-MIB::ospfGeneralGroup' [0m]  
Exitcode: 1 ["Timeout: No Response from udp:10.1.1.1:161
"] 
  
Timeout: No Response from udp:10.1.1.1:161
  
SQL[ [1;33mdelete from `ospf_instances` where `ospf_instances`.`device_id` = ? and `ospf_instances`.`device_id` is not null and `context_name` = ? and 1 = 1  [0;33m[200,""] [0m 0.7ms] 
  

Total processes: 0  
  
>>  [0;36mSNMP [0m: [1/6.03s]  [1;33mMySQL [0m: [2/0.01s]  [0;32mRRD [0m: [1/0.00s]  
>> Runtime for poller module 'ospf': 6.0348 seconds with 111856 bytes  
RRD[ [0;32mupdate /opt/librenms/rrd/10.1.1.1/poller-perf-ospf.rrd N:6.0348138809204 [0m]  
RRDtool Output: OK u:0.01 s:0.00 r:24.86
#### Unload poller module ospf ####
  
#### Load poller module ospfv3 ####
  
Module enabled: Global + | OS   | Device   | Manual    
SQL[ [1;33mselect * from `ospfv3_instances` where `ospfv3_instances`.`device_id` = ? and `ospfv3_instances`.`device_id` is not null  [0;33m[200] [0m 0.84ms] 
  
  
>>  [0;36mSNMP [0m: [0/0.00s]  [1;33mMySQL [0m: [1/0.01s]  [0;32mRRD [0m: [1/0.00s]  
>> Runtime for poller module 'ospfv3': 0.0062 seconds with 191488 bytes  
RRD[ [0;32mupdate /opt/librenms/rrd/10.1.1.1/poller-perf-ospfv3.rrd N:0.0061719417572021 [0m]  
RRDtool Output: OK u:0.01 s:0.00 r:30.89
#### Unload poller module ospfv3 ####
  
#### Load poller module entity-physical ####
  
Module enabled: Global + | OS   | Device   | Manual    
  
>>  [0;36mSNMP [0m: [0/0.00s]  [1;33mMySQL [0m: [0/0.00s]  [0;32mRRD [0m: [1/0.00s]  
>> Runtime for poller module 'entity-physical': 0.0005 seconds with 7688 bytes  
RRD[ [0;32mupdate /opt/librenms/rrd/10.1.1.1/poller-perf-entity-physical.rrd N:0.00053000450134277 [0m]  
RRDtool Output: OK u:0.01 s:0.00 r:30.90
#### Unload poller module entity-physical ####
  
#### Load poller module applications ####
  
Module enabled: Global + | OS   | Device   | Manual    
SQL[ [1;33mselect * from `applications` where `applications`.`device_id` = ? and `applications`.`device_id` is not null and `applications`.`deleted_at` is null  [0;33m[200] [0m 0.58ms] 
  
  
>>  [0;36mSNMP [0m: [0/0.00s]  [1;33mMySQL [0m: [1/0.01s]  [0;32mRRD [0m: [1/0.00s]  
>> Runtime for poller module 'applications': 0.0025 seconds with 77320 bytes  
RRD[ [0;32mupdate /opt/librenms/rrd/10.1.1.1/poller-perf-applications.rrd N:0.0024960041046143 [0m]  
RRDtool Output: OK u:0.01 s:0.00 r:30.90
#### Unload poller module applications ####
  
#### Load poller module stp ####
  
Module enabled: Global + | OS   | Device   | Manual    
SQL[ [1;33mselect * from `stp` where `stp`.`device_id` = ? and `stp`.`device_id` is not null  [0;33m[200] [0m 0.52ms] 
  
Instances: 
SQL[ [1;33mselect * from `ports_stp` where `ports_stp`.`device_id` = ? and `ports_stp`.`device_id` is not null  [0;33m[200] [0m 0.49ms] 
  
Ports: 
  
>>  [0;36mSNMP [0m: [0/0.00s]  [1;33mMySQL [0m: [2/0.01s]  [0;32mRRD [0m: [1/0.00s]  
>> Runtime for poller module 'stp': 0.0033 seconds with 92368 bytes  
RRD[ [0;32mupdate /opt/librenms/rrd/10.1.1.1/poller-perf-stp.rrd N:0.0032570362091064 [0m]  
RRDtool Output: OK u:0.01 s:0.00 r:30.91
#### Unload poller module stp ####
  
#### Load poller module ntp ####
  
Module enabled: Global + | OS   | Device   | Manual    
  
>>  [0;36mSNMP [0m: [0/0.00s]  [1;33mMySQL [0m: [0/0.00s]  [0;32mRRD [0m: [1/0.00s]  
>> Runtime for poller module 'ntp': 0.0005 seconds with 1560 bytes  
RRD[ [0;32mupdate /opt/librenms/rrd/10.1.1.1/poller-perf-ntp.rrd N:0.00050592422485352 [0m]  
RRDtool Output: OK u:0.01 s:0.00 r:30.91
#### Unload poller module ntp ####
  
RRD[ [0;32mupdate /opt/librenms/rrd/10.1.1.1/poller-perf.rrd N:31.995073080063 [0m]  
RRDtool Output: OK u:0.01 s:0.00 r:30.91
SQL[ [1;33mselect * from `device_graphs` where `device_graphs`.`device_id` = ? and `device_graphs`.`device_id` is not null  [0;33m[200] [0m 0.6ms] 
  
Enabled graphs (12): uptime poller_modules_perf availability netstat_icmp netstat_icmp_info netstat_ip netstat_ip_frag netstat_snmp netstat_snmp_pkt netstat_udp netstat_tcp ping_perf

  
SQL[ [1;33mupdate `devices` set `last_polled` = ?, `last_polled_timetaken` = ? where `device_id` = ?  [0;33m["2026-01-15 21:04:46",31.995073080062866,200] [0m 35.78ms] 
  

>>> Polled C00 Row A (200) in 31.995 seconds <<<  
#### Start Alerts ####  
SQL[ [1;33mselect `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` = ?  [0;33m[200] [0m 0.72ms] 
  
SQL[ [1;33mselect `behavior` 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 `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` = ?)) limit 1  [0;33m["2026-01-15T19:04:46.928597Z","2026-01-15T19:04:46.928597Z",0,1,"19:04:46","19:04:46","19:04:46","19:04:46"," [44m%","device",200,"location",89] [0m 1.22ms] 
  
SQL[ [1;33mselect * from `devices` where `devices`.`device_id` = ? limit 1  [0;33m[200] [0m 0.74ms] 
  
SQL[ [1;33mSELECT DISTINCT a.* FROM alert_rules a
        LEFT JOIN alert_device_map d ON a.id=d.rule_id AND (a.invert_map = 0 OR a.invert_map = 1 AND d.device_id = ?)
        LEFT JOIN alert_group_map g ON a.id=g.rule_id AND (a.invert_map = 0 OR a.invert_map = 1 AND g.group_id IN (SELECT DISTINCT device_group_id FROM device_group_device WHERE device_id = ?))
        LEFT JOIN alert_location_map l ON a.id=l.rule_id AND (a.invert_map = 0 OR a.invert_map = 1 AND l.location_id IN (SELECT DISTINCT location_id FROM devices WHERE device_id = ?))
        LEFT JOIN devices ld ON l.location_id=ld.location_id AND ld.device_id = ?
        LEFT JOIN device_group_device dg ON g.group_id=dg.device_group_id AND dg.device_id = ?
        WHERE a.disabled = 0 AND (
            (d.device_id IS NULL AND g.group_id IS NULL AND l.location_id IS NULL)
            OR (a.invert_map = 0 AND (d.device_id=? OR dg.device_id=? OR ld.device_id=?))
            OR (a.invert_map = 1  AND (d.device_id != ? OR d.device_id IS NULL) AND (dg.device_id != ? OR dg.device_id IS NULL) AND (ld.device_id != ? OR ld.device_id IS NULL))
        )  [0;33m[200,200,200,200,200,200,200,200,200,200,200] [0m 2.09ms] 
  
#### End Alerts (0.0145s) ####
  
### Start Device Groups ###  
SQL[ [1;33mselect * from `device_groups`  [0;33m[] [0m 0.41ms] 
  
SQL[ [1;33mselect `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 (2, 5, 6, 7, 10, 11)  [0;33m[] [0m 1.02ms] 
  
SQL[ [1;33mselect * from `device_group_device` where `device_group_device`.`device_id` = ?  [0;33m[200] [0m 0.42ms] 
  
Groups Added:   Removed:   
### End Device Groups (0.0061s) ### 
  
 [0;36mSNMP [0m [24/30.53s]: Snmpget[16/0.32s] Snmpwalk[8/30.22s]  
 [1;33mSQL [0m [55/3.50s]: Select[42/0.29s] Update[11/3.20s] Delete[2/0.01s]  
 [0;32mRRD [0m [36/0.01s]: Update[36/0.01s]