From Jojje, 1 Year ago, written in Plain Text.
This paste is a reply to ignore poller from Jojje - go back
Embed
Viewing differences between ignore poller and Re: ignore poller
=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2022.05.30 10:40:56 =~=~=~=~=~=~=~=~=~=~=~=
./poller.php -H tstvlb01 -r -f -d
LibreNMS Poller
-h <device> | <device>  Poll single device
-h odd             Poll odd numbered devices  (same as -i 2 -n 0)
-h even            Poll even numbered devices (same as -i 2 -n 1)
-h all             Poll all devices

-i <instances> -n <number>                   Poll as instance <number> of <instances>
                   Instances start at 0. 0-3 for -n 4

Debugging and testing options:
-r                 Do not create or update RRDs
-f                 Do not insert data into InfluxDB
-p                 Do not insert data into Prometheus
-d                 Enable debugging output
-v                 Enable verbose debugging output
-m                 Specify module(s) to be run. Comma separate modules, submodules may be added with /

No polling type specified!
librenms@nms01:~$ ./poller.php -H tstvlb01 -r -f -d[1P[1@h
LibreNMS Poller
SQL[[1;33mselect `migration` from `migrations` order by `id` desc limit 1 [0;33m[][0m 0.33ms] 
  
SQL[[1;33mselect count(*) as aggregate from `migrations` limit 1 [0;33m[][0m 0.23ms] 
  
SQL[[1;33mselect version() [0;33m[][0m 0.27ms] 
  
===================================
Version info:
Commit SHA: 5a4fd0bb136fc836240901caf769c7e6ed613cba
Commit Date: 1653140724
DB Schema: 2022_04_08_085504_isis_adjacencies_table_add_index (236)
PHP: 7.4.3
MySQL: 10.3.34-MariaDB-0ubuntu0.20.04.1
RRDTool: 1.7.2
SNMP: 5.8
==================================DEBUG!
Updating os_def.cache  
Starting polling run:

SQL[[1;33mSELECT * FROM `devices` WHERE `disabled` = 0 AND `hostname` = 'tstvlb01' ORDER BY `device_id` ASC [0;33m[][0m 1.05ms] 
  
SQL[[1;33mselect * from `devices` where `device_id` = ? limit 1 [0;33m[44][0m 0.71ms] 
  
SQL[[1;33mselect * from `devices_attribs` where `devices_attribs`.`device_id` = ? and `devices_attribs`.`device_id` is not null [0;33m[44][0m 0.31ms] 
  
Attempting to initialize OS: f5  
OS initialized: LibreNMS\OS\F5  
Hostname:    tstvlb01
Device ID:   44
OS:          f5
Resolved IP: 172.22.13.13


[FPING] '/usr/bin/fping' '-e' '-q' '-c' '3' '-p' '500' '-t' '500' '-O' '0' 'tstvlb01'
  
response: xmt/rcv/%loss = 3/3/0%, min/avg/max = 1.46/1.53/1.58  
SNMP[[0;36m'/usr/bin/snmpget' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' '-v2c' '-c' 'COMMUNITY' '-OQXUte' 'udp:HOSTNAME:161' 'SNMPv2-MIB::sysObjectID.0'[0m]  
SNMPv2-MIB::sysObjectID.0 = SNMPv2-SMI::enterprises.33*.4.43
  
  
SQL[[1;33minsert into `device_perf` (`min`, `max`, `avg`, `xmt`, `rcv`, `loss`, `device_id`, `timestamp`) values (?, ?, ?, ?, ?, ?, ?, ?) [0;33m[1.46,1.58,1.53,3,3,0,44,"2022-05-30 10:41:23"][0m 3.34ms] 
  
SQL[[1;33mupdate `devices` set `last_ping_timetaken` = ? where `device_id` = ? [0;33m[1.53,44][0m 3.54ms] 
  
SQL[[1;33mselect * 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 [0;33m[44][0m 0.36ms] 
  
Modules status: Global+  
OS  
Device  

#### Load poller module core ####
SNMP[[0;36m'/usr/bin/snmpget' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' '-v2c' '-c' 'COMMUNITY' '-OQXUte' '-On' 'udp:HOSTNAME:161' 'SNMPv2-MIB::sysDescr.0' 'SNMPv2-MIB::sysObjectID.0' 'SNMPv2-MIB::sysUpTime.0' 'SNMPv2-MIB::sysName.0'[0m]  
.*.*.0 = BIG-IP Virtual Edition : Linux 3.10.0-862.14.4.el7.ve.x86_64 : BIG-IP software release *, build 0.0.14
.*.*.0 = .*.4.1.33*.4.43
.*.*.0 = 205889381
.*.*.0 = tstvlb01.xxxtst.xxx.se
  
  
SNMP[[0;36m'/usr/bin/snmpget' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' '-v2c' '-c' 'COMMUNITY' '-OQXUte' 'udp:HOSTNAME:161' 'SNMP-FRAMEWORK-MIB::snmpEngineTime.0' 'HOST-RESOURCES-MIB::hrSystemUptime.0'[0m]  
SNMP-FRAMEWORK-MIB::snmpEngineTime.0 = 2058894
HOST-RESOURCES-MIB::hrSystemUptime.0 = 205909054
  
  
Uptime seconds: 2059091
  
Uptime:  23 days 19 hours 58 minutes 11 seconds
SQL[[1;33mupdate `devices` set `uptime` = ? where `device_id` = ? [0;33m[2059091,44][0m 3.93ms] 
  

>> Runtime for poller module 'core': 0.0329 seconds with 70512 bytes
>> [0;36mSNMP[0m: [2/0.03s] [1;33mMySQL[0m: [1/0.04s]   
#### Unload poller module core ####

Modules status: Global-  
OS  
Device  
Module [ unix-agent ] disabled globally.

Modules status: Global+  
OS  
Device  

#### Load poller module os ####
SNMP[[0;36m'/usr/bin/snmpget' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' '-v2c' '-c' 'COMMUNITY' '-OQXUte' 'udp:HOSTNAME:161' 'F5-BIGIP-APM-MIB::apmAccessStatCurrentActiveSessions.0' 'F5-BIGIP-SYSTEM-MIB::sysStatClientTotConns.0' 'F5-BIGIP-SYSTEM-MIB::sysStatServerTotConns.0' 'F5-BIGIP-SYSTEM-MIB::sysStatClientCurConns.0' 'F5-BIGIP-SYSTEM-MIB::sysStatServerCurConns.0'[0m]  
F5-BIGIP-APM-MIB::apmAccessStatCurrentActiveSessions.0 = 0
F5-BIGIP-SYSTEM-MIB::sysStatClientTotConns.0 = 9868248
F5-BIGIP-SYSTEM-MIB::sysStatServerTotConns.0 = 9832133
F5-BIGIP-SYSTEM-MIB::sysStatClientCurConns.0 = 53
F5-BIGIP-SYSTEM-MIB::sysStatServerCurConns.0 = 53
  
  
SQL[[1;33mselect * from `locations` where `locations`.`id` = ? limit 1 [0;33m[27][0m 0.51ms] 
  
Location: DMZ
Hardware: BIG-IP Virtual Edition
OS Version: 15.1.5.1
OS Features: 
Serial: 4212fbb4-008b-0590-b0aea1b7198c

>> Runtime for poller module 'os': 0.0719 seconds with 117464 bytes
>> [0;36mSNMP[0m: [1/0.07s] [1;33mMySQL[0m: [1/0.01s]   
#### Unload poller module os ####

Modules status: Global+  
OS  
Device  

#### Load poller module availability ####
SQL[[1;33mSELECT duration FROM availability WHERE device_id = ? [0;33m[44][0m 0.31ms] 
  
Availability: 
SQL[[1;33mSELECT * FROM availability WHERE device_id = ? [0;33m[44][0m 0.29ms] 
  
SQL[[1;33mselect * from `device_outages` where `device_id` = ? and `up_again` >= ? order by `going_down` asc [0;33m[44,1653813683][0m 0.81ms] 
  
SQL[[1;33mUPDATE `availability` set `availability_perc`=? WHERE `availability_id` = ? [0;33m[100,173][0m 0.55ms] 
  
1 day : 100%
SQL[[1;33mselect * from `device_outages` where `device_id` = ? and `up_again` >= ? order by `going_down` asc [0;33m[44,1653295283][0m 0.68ms] 
  
SQL[[1;33mUPDATE `availability` set `availability_perc`=? WHERE `availability_id` = ? [0;33m[100,174][0m 0.49ms] 
  
7 days : 100%
SQL[[1;33mselect * from `device_outages` where `device_id` = ? and `up_again` >= ? order by `going_down` asc [0;33m[44,1651308083][0m 0.43ms] 
  
SQL[[1;33mUPDATE `availability` set `availability_perc`=? WHERE `availability_id` = ? [0;33m[99.966,175][0m 0.29ms] 
  
30 days : 99.966%
SQL[[1;33mselect * from `device_outages` where `device_id` = ? and `up_again` >= ? order by `going_down` asc [0;33m[44,1622364083][0m 0.47ms] 
  
SQL[[1;33mUPDATE `availability` set `availability_perc`=? WHERE `availability_id` = ? [0;33m[99.997,176][0m 0.31ms] 
  
365 days : 99.997%

>> Runtime for poller module 'availability': 0.0082 seconds with 13264 bytes
>> [0;36mSNMP[0m: [0/0.00s] [1;33mMySQL[0m: [10/0.05s]   
#### Unload poller module availability ####

Modules status: Global+  
OS  
Device  

#### Load poller module ipmi ####
SQL[[1;33mSELECT * FROM sensors WHERE device_id = ? AND poller_type='ipmi' [0;33m[44][0m 0.35ms] 
  
array (
)  

>> Runtime for poller module 'ipmi': 0.0009 seconds with 1592 bytes
>> [0;36mSNMP[0m: [0/0.00s] [1;33mMySQL[0m: [1/0.00s]   
#### Unload poller module ipmi ####

Modules status: Global+  
OS  
Device  

#### Load poller module sensors ####
SQL[[1;33mSELECT `sensor_class` FROM `sensors` WHERE `device_id` = ? GROUP BY `sensor_class` [0;33m[44][0m 0.28ms] 
  
SQL[[1;33mSELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? [0;33m["state",44][0m 0.34ms] 
  
SNMP[[0;36m'/usr/bin/snmpget' '-v2c' '-c' 'COMMUNITY' '-OUQnte' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3375.2.1.14.3.1.0' '.1.3.6.1.4.1.3375.2.1.14.1.1.0' '.1.3.6.1.4.1.3375.2.1.14.3.3.0'[0m]
.*.4.1.33*.3.1.0 = 4
.*.4.1.33*.1.1.0 = 3
.*.4.1.33*.3.3.0 = 0  
  
Checking (snmp) state sysCmFailoverStatusId.active... 
Checking (snmp) state sysCmSyncStatusId.0... 
Checking (snmp) state sysCmFailoverStatusColor.0... 
4 #
3 #
0 #

>> Runtime for poller module 'sensors': 0.0151 seconds with 488 bytes
>> [0;36mSNMP[0m: [1/0.01s] [1;33mMySQL[0m: [2/0.01s]   
#### Unload poller module sensors ####

Modules status: Global+  
OS  
Device  

#### Load poller module processors ####
Attempting to initialize OS: f5  
OS initialized: LibreNMS\OS\F5  
SQL[[1;33mSELECT * FROM processors WHERE device_id=? [0;33m[44][0m 0.67ms] 
  
SNMP[[0;36m'/usr/bin/snmpget' '-v2c' '-c' 'COMMUNITY' '-OUQn' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' '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'[0m]
.*.*.*608 = 19
.*.*.*609 = 19  
  
array (
  '.1.3.6.1.2.1.25.3.3.1.2.196608' => '19',
  '.1.3.6.1.2.1.25.3.3.1.2.196609' => '19',
)  
Intel Xeon Gold 6148 @ 2.40GHz: 19%
Intel Xeon Gold 6148 @ 2.40GHz: 19%

>> Runtime for poller module 'processors': 0.0139 seconds with 125264 bytes
>> [0;36mSNMP[0m: [1/0.01s] [1;33mMySQL[0m: [1/0.01s]   
#### Unload poller module processors ####

Modules status: Global+  
OS  
Device  

#### Load poller module mempools ####
SQL[[1;33mselect * from `mempools` where `mempools`.`device_id` = ? and `mempools`.`device_id` is not null [0;33m[44][0m 0.7ms] 
  
SNMP[[0;36m'/usr/bin/snmpget' '-v2c' '-c' 'COMMUNITY' '-OUQn' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3375.2.1.1.2.1.45.0'[0m]
.*.4.1.33*.* = 317137320  
  
f5 [system]: TMM Memory: 1802.45 MiB / 1.64 GiB
SQL[[1;33mupdate `mempools` set `mempool_used` = ?, `mempool_free` = ? where `mempool_id` = ? [0;33m[317137320,1448664664,104][0m 4.51ms] 
  

>> Runtime for poller module 'mempools': 0.0194 seconds with 85248 bytes
>> [0;36mSNMP[0m: [1/0.01s] [1;33mMySQL[0m: [2/0.05s]   
#### Unload poller module mempools ####

Modules status: Global+  
OS  
Device  

#### Load poller module storage ####
SQL[[1;33mSELECT * FROM storage WHERE device_id = ? [0;33m[44][0m 1.12ms] 
  
Storage /: hrstorage



SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUs' '-m' 'HOST-RESOURCES-MIB:HOST-RESOURCES-TYPES' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' 'hrStorageEntry'[0m]
hrStorageIndex.1 = 1
hrStorageIndex.3 = 3
hrStorageIndex.6 = 6
hrStorageIndex.7 = 7
hrStorageIndex.8 = 8
hrStorageIndex.10 = 10
hrStorageIndex.31 = 31
hrStorageIndex.32 = 32
hrStorageIndex.37 = 37
hrStorageIndex.39 = 39
hrStorageIndex.40 = 40
hrStorageIndex.44 = 44
hrStorageIndex.50 = 50
hrStorageIndex.51 = 51
hrStorageIndex.52 = 52
hrStorageIndex.53 = 53
hrStorageIndex.54 = 54
hrStorageIndex.55 = 55
hrStorageIndex.56 = 56
hrStorageIndex.57 = 57
hrStorageIndex.61 = 61
hrStorageIndex.62 = 62
hrStorageIndex.63 = 63
hrStorageIndex.64 = 64
hrStorageIndex.65 = 65
hrStorageType.1 = hrStorageRam
hrStorageType.3 = hrStorageVirtualMemory
hrStorageType.6 = hrStorageOther
hrStorageType.7 = hrStorageOther
hrStorageType.8 = hrStorageOther
hrStorageType.10 = hrStorageVirtualMemory
hrStorageType.31 = hrStorageFixedDisk
hrStorageType.32 = hrStorageFixedDisk
hrStorageType.37 = hrStorageFixedDisk
hrStorageType.39 = hrStorageFixedDisk
hrStorageType.40 = hrStorageFixedDisk
hrStorageType.44 = hrStorageFixedDisk
hrStorageType.50 = hrStorageFixedDisk
hrStorageType.51 = hrStorageFixedDisk
hrStorageType.52 = hrStorageFixedDisk
hrStorageType.53 = hrStorageFixedDisk
hrStorageType.54 = hrStorageFixedDisk
hrStorageType.55 = hrStorageFixedDisk
hrStorageType.56 = hrStorageFixedDisk
hrStorageType.57 = hrStorageFixedDisk
hrStorageType.61 = hrStorageFixedDisk
hrStorageType.62 = hrStorageFixedDisk
hrStorageType.63 = hrStorageFixedDisk
hrStorageType.64 = hrStorageFixedDisk
hrStorageType.65 = hrStorageFixedDisk
hrStorageDescr.1 = Physical memory
hrStorageDescr.3 = Virtual memory
hrStorageDescr.6 = Memory buffers
hrStorageDescr.7 = Cached memory
hrStorageDescr.8 = Shared memory
hrStorageDescr.10 = Swap space
hrStorageDescr.31 = /
hrStorageDescr.32 = /var
hrStorageDescr.37 = /dev/shm
hrStorageDescr.39 = /run
hrStorageDescr.40 = /sys/fs/cgroup
hrStorageDescr.44 = /usr
hrStorageDescr.50 = /shared
hrStorageDescr.51 = /shared/rrd.1.2
hrStorageDescr.52 = /config
hrStorageDescr.53 = /var/tmstat
hrStorageDescr.54 = /var/prompt
hrStorageDescr.55 = /var/log
hrStorageDescr.56 = /run/pamcache
hrStorageDescr.57 = /var/loipc
hrStorageDescr.61 = /var/dnscached/lib
hrStorageDescr.62 = /run/user/91
hrStorageDescr.63 = /var/lib/mysql
hrStorageDescr.64 = /var/apm/mount/apmclients-7220.2022.308.1349-5763.0.iso
hrStorageDescr.65 = /var/named/lib
hrStorageAllocationUnits.1 = 1024
hrStorageAllocationUnits.3 = 1024
hrStorageAllocationUnits.6 = 1024
hrStorageAllocationUnits.7 = 1024
hrStorageAllocationUnits.8 = 1024
hrStorageAllocationUnits.10 = 1024
hrStorageAllocationUnits.31 = 1024
hrStorageAllocationUnits.32 = 4096
hrStorageAllocationUnits.37 = 4096
hrStorageAllocationUnits.39 = 4096
hrStorageAllocationUnits.40 = 4096
hrStorageAllocationUnits.44 = 4096
hrStorageAllocationUnits.50 = 4096
hrStorageAllocationUnits.51 = 4096
hrStorageAllocationUnits.52 = 4096
hrStorageAllocationUnits.53 = 4096
hrStorageAllocationUnits.54 = 4096
hrStorageAllocationUnits.55 = 1024
hrStorageAllocationUnits.56 = 4096
hrStorageAllocationUnits.57 = 4096
hrStorageAllocationUnits.61 = 4096
hrStorageAllocationUnits.62 = 4096
hrStorageAllocationUnits.63 = 4096
hrStorageAllocationUnits.64 = 2048
hrStorageAllocationUnits.65 = 4096
hrStorageSize.1 = 4047976
hrStorageSize.3 = 5071972
hrStorageSize.6 = 4047976
hrStorageSize.7 = 347640
hrStorageSize.8 = 75044
hrStorageSize.10 = 1023996
hrStorageSize.31 = 428150
hrStorageSize.32 = 757700
hrStorageSize.37 = 505997
hrStorageSize.39 = 505997
hrStorageSize.40 = 505997
hrStorageSize.44 = 1296662
hrStorageSize.50 = 5160607
hrStorageSize.51 = 505997
hrStorageSize.52 = 542996
hrStorageSize.53 = 505997
hrStorageSize.54 = 1024
hrStorageSize.55 = 495844
hrStorageSize.56 = 505997
hrStorageSize.57 = 505997
hrStorageSize.61 = 757700
hrStorageSize.62 = 101200
hrStorageSize.63 = 3096364
hrStorageSize.64 = 162033
hrStorageSize.65 = 757700
hrStorageUsed.1 = 3930772
hrStorageUsed.3 = 4954736
hrStorageUsed.6 = 11260
hrStorageUsed.7 = 347640
hrStorageUsed.8 = 75044
hrStorageUsed.10 = 1023964
hrStorageUsed.31 = 77196
hrStorageUsed.32 = 572248
hrStorageUsed.37 = 571
hrStorageUsed.39 = 550
hrStorageUsed.40 = 0
hrStorageUsed.44 = 1127409
hrStorageUsed.50 = 2188627
hrStorageUsed.51 = 11512
hrStorageUsed.52 = 254638
hrStorageUsed.53 = 4783
hrStorageUsed.54 = 7
hrStorageUsed.55 = 130730
hrStorageUsed.56 = 0
hrStorageUsed.57 = 0
hrStorageUsed.61 = 572248
hrStorageUsed.62 = 0
hrStorageUsed.63 = 182356
hrStorageUsed.64 = 162033
hrStorageUsed.65 = 572248  
  
array (
  'hrstorage' => 
  array (
    1 => 
    array (
      'hrStorageIndex' => '1',
      'hrStorageType' => 'hrStorageRam',
      'hrStorageDescr' => 'Physical memory',
      'hrStorageAllocationUnits' => '1024',
      'hrStorageSize' => '4047976',
      'hrStorageUsed' => '3930772',
    ),
    3 => 
    array (
      'hrStorageIndex' => '3',
      'hrStorageType' => 'hrStorageVirtualMemory',
      'hrStorageDescr' => 'Virtual memory',
      'hrStorageAllocationUnits' => '1024',
      'hrStorageSize' => '5071972',
      'hrStorageUsed' => '4954736',
    ),
    6 => 
    array (
      'hrStorageIndex' => '6',
      'hrStorageType' => 'hrStorageOther',
      'hrStorageDescr' => 'Memory buffers',
      'hrStorageAllocationUnits' => '1024',
      'hrStorageSize' => '4047976',
      'hrStorageUsed' => '11260',
    ),
    7 => 
    array (
      'hrStorageIndex' => '7',
      'hrStorageType' => 'hrStorageOther',
      'hrStorageDescr' => 'Cached memory',
      'hrStorageAllocationUnits' => '1024',
      'hrStorageSize' => '347640',
      'hrStorageUsed' => '347640',
    ),
    8 => 
    array (
      'hrStorageIndex' => '8',
      'hrStorageType' => 'hrStorageOther',
      'hrStorageDescr' => 'Shared memory',
      'hrStorageAllocationUnits' => '1024',
      'hrStorageSize' => '75044',
      'hrStorageUsed' => '75044',
    ),
    10 => 
    array (
      'hrStorageIndex' => '10',
      'hrStorageType' => 'hrStorageVirtualMemory',
      'hrStorageDescr' => 'Swap space',
      'hrStorageAllocationUnits' => '1024',
      'hrStorageSize' => '1023996',
      'hrStorageUsed' => '1023964',
    ),
    31 => 
    array (
      'hrStorageIndex' => '31',
      'hrStorageType' => 'hrStorageFixedDisk',
      'hrStorageDescr' => '/',
      'hrStorageAllocationUnits' => '1024',
      'hrStorageSize' => '428150',
      'hrStorageUsed' => '77196',
    ),
    32 => 
    array (
      'hrStorageIndex' => '32',
      'hrStorageType' => 'hrStorageFixedDisk',
      'hrStorageDescr' => '/var',
      'hrStorageAllocationUnits' => '4096',
      'hrStorageSize' => '757700',
      'hrStorageUsed' => '572248',
    ),
    37 => 
    array (
      'hrStorageIndex' => '37',
      'hrStorageType' => 'hrStorageFixedDisk',
      'hrStorageDescr' => '/dev/shm',
      'hrStorageAllocationUnits' => '4096',
      'hrStorageSize' => '505997',
      'hrStorageUsed' => '571',
    ),
    39 => 
    array (
      'hrStorageIndex' => '39',
      'hrStorageType' => 'hrStorageFixedDisk',
      'hrStorageDescr' => '/run',
      'hrStorageAllocationUnits' => '4096',
      'hrStorageSize' => '505997',
      'hrStorageUsed' => '550',
    ),
    40 => 
    array (
      'hrStorageIndex' => '40',
      'hrStorageType' => 'hrStorageFixedDisk',
      'hrStorageDescr' => '/sys/fs/cgroup',
      'hrStorageAllocationUnits' => '4096',
      'hrStorageSize' => '505997',
      'hrStorageUsed' => '0',
    ),
    44 => 
    array (
      'hrStorageIndex' => '44',
      'hrStorageType' => 'hrStorageFixedDisk',
      'hrStorageDescr' => '/usr',
      'hrStorageAllocationUnits' => '4096',
      'hrStorageSize' => '1296662',
      'hrStorageUsed' => '1127409',
    ),
    50 => 
    array (
      'hrStorageIndex' => '50',
      'hrStorageType' => 'hrStorageFixedDisk',
      'hrStorageDescr' => '/shared',
      'hrStorageAllocationUnits' => '4096',
      'hrStorageSize' => '5160607',
      'hrStorageUsed' => '2188627',
    ),
    51 => 
    array (
      'hrStorageIndex' => '51',
      'hrStorageType' => 'hrStorageFixedDisk',
      'hrStorageDescr' => '/shared/rrd.1.2',
      'hrStorageAllocationUnits' => '4096',
      'hrStorageSize' => '505997',
      'hrStorageUsed' => '11512',
    ),
    52 => 
    array (
      'hrStorageIndex' => '52',
      'hrStorageType' => 'hrStorageFixedDisk',
      'hrStorageDescr' => '/config',
      'hrStorageAllocationUnits' => '4096',
      'hrStorageSize' => '542996',
      'hrStorageUsed' => '254638',
    ),
    53 => 
    array (
      'hrStorageIndex' => '53',
      'hrStorageType' => 'hrStorageFixedDisk',
      'hrStorageDescr' => '/var/tmstat',
      'hrStorageAllocationUnits' => '4096',
      'hrStorageSize' => '505997',
      'hrStorageUsed' => '4783',
    ),
    54 => 
    array (
      'hrStorageIndex' => '54',
      'hrStorageType' => 'hrStorageFixedDisk',
      'hrStorageDescr' => '/var/prompt',
      'hrStorageAllocationUnits' => '4096',
      'hrStorageSize' => '1024',
      'hrStorageUsed' => '7',
    ),
    55 => 
    array (
      'hrStorageIndex' => '55',
      'hrStorageType' => 'hrStorageFixedDisk',
      'hrStorageDescr' => '/var/log',
      'hrStorageAllocationUnits' => '1024',
      'hrStorageSize' => '495844',
      'hrStorageUsed' => '130730',
    ),
    56 => 
    array (
      'hrStorageIndex' => '56',
      'hrStorageType' => 'hrStorageFixedDisk',
      'hrStorageDescr' => '/run/pamcache',
      'hrStorageAllocationUnits' => '4096',
      'hrStorageSize' => '505997',
      'hrStorageUsed' => '0',
    ),
    57 => 
    array (
      'hrStorageIndex' => '57',
      'hrStorageType' => 'hrStorageFixedDisk',
      'hrStorageDescr' => '/var/loipc',
      'hrStorageAllocationUnits' => '4096',
      'hrStorageSize' => '505997',
      'hrStorageUsed' => '0',
    ),
    61 => 
    array (
      'hrStorageIndex' => '61',
      'hrStorageType' => 'hrStorageFixedDisk',
      'hrStorageDescr' => '/var/dnscached/lib',
      'hrStorageAllocationUnits' => '4096',
      'hrStorageSize' => '757700',
      'hrStorageUsed' => '572248',
    ),
    62 => 
    array (
      'hrStorageIndex' => '62',
      'hrStorageType' => 'hrStorageFixedDisk',
      'hrStorageDescr' => '/run/user/91',
      'hrStorageAllocationUnits' => '4096',
      'hrStorageSize' => '101200',
      'hrStorageUsed' => '0',
    ),
    63 => 
    array (
      'hrStorageIndex' => '63',
      'hrStorageType' => 'hrStorageFixedDisk',
      'hrStorageDescr' => '/var/lib/mysql',
      'hrStorageAllocationUnits' => '4096',
      'hrStorageSize' => '3096364',
      'hrStorageUsed' => '182356',
    ),
    64 => 
    array (
      'hrStorageIndex' => '64',
      'hrStorageType' => 'hrStorageFixedDisk',
      'hrStorageDescr' => '/var/apm/mount/apmclients-7220.2022.308.1349-5763.0.iso',
      'hrStorageAllocationUnits' => '2048',
      'hrStorageSize' => '162033',
      'hrStorageUsed' => '162033',
    ),
    65 => 
    array (
      'hrStorageIndex' => '65',
      'hrStorageType' => 'hrStorageFixedDisk',
      'hrStorageDescr' => '/var/named/lib',
      'hrStorageAllocationUnits' => '4096',
      'hrStorageSize' => '757700',
      'hrStorageUsed' => '572248',
    ),
  ),
)  
array (
  'storage_id' => 115,
  'device_id' => 44,
  'storage_mib' => 'hrstorage',
  'storage_index' => '31',
  'storage_type' => 'hrStorageFixedDisk',
  'storage_descr' => '/',
  'storage_size' => 438425600,
  'storage_units' => 1024,
  'storage_used' => 79048704,
  'storage_free' => 359376896,
  'storage_perc' => 18,
  'storage_perc_warn' => 60,
  'storage_deleted' => 0,
  'units' => '1024',
  'used' => 79048704,
  'size' => 438425600,
  'free' => 359376896,
)  
18% SQL[[1;33mUPDATE `storage` set `storage_used`=?,`storage_free`=?,`storage_size`=?,`storage_units`=?,`storage_perc`=? WHERE `storage_id` = ? [0;33m["79048704","359376896","438425600",1024,18,115][0m 1.03ms] 
  

Storage /var: hrstorage



array (
  'storage_id' => 116,
  'device_id' => 44,
  'storage_mib' => 'hrstorage',
  'storage_index' => '32',
  'storage_type' => 'hrStorageFixedDisk',
  'storage_descr' => '/var',
  'storage_size' => 3103539200,
  'storage_units' => 4096,
  'storage_used' => 2343927808,
  'storage_free' => 759611392,
  'storage_perc' => 76,
  'storage_perc_warn' => 60,
  'storage_deleted' => 0,
  'units' => '4096',
  'used' => 2343927808,
  'size' => 3103539200,
  'free' => 759611392,
)  
76% SQL[[1;33mUPDATE `storage` set `storage_used`=?,`storage_free`=?,`storage_size`=?,`storage_units`=?,`storage_perc`=? WHERE `storage_id` = ? [0;33m["2343927808","759611392","3103539200",4096,76,116][0m 0.82ms] 
  

Storage /dev/shm: hrstorage



array (
  'storage_id' => 117,
  'device_id' => 44,
  'storage_mib' => 'hrstorage',
  'storage_index' => '37',
  'storage_type' => 'hrStorageFixedDisk',
  'storage_descr' => '/dev/shm',
  'storage_size' => 2072563712,
  'storage_units' => 4096,
  'storage_used' => 2338816,
  'storage_free' => 2070224896,
  'storage_perc' => 0,
  'storage_perc_warn' => 60,
  'storage_deleted' => 0,
  'units' => '4096',
  'used' => 2338816,
  'size' => 2072563712,
  'free' => 2070224896,
)  
0% SQL[[1;33mUPDATE `storage` set `storage_used`=?,`storage_free`=?,`storage_size`=?,`storage_units`=?,`storage_perc`=? WHERE `storage_id` = ? [0;33m["2338816","2070224896","2072563712",4096,0,117][0m 0.82ms] 
  

Storage /run: hrstorage



array (
  'storage_id' => 118,
  'device_id' => 44,
  'storage_mib' => 'hrstorage',
  'storage_index' => '39',
  'storage_type' => 'hrStorageFixedDisk',
  'storage_descr' => '/run',
  'storage_size' => 2072563712,
  'storage_units' => 4096,
  'storage_used' => 2252800,
  'storage_free' => 2070310912,
  'storage_perc' => 0,
  'storage_perc_warn' => 60,
  'storage_deleted' => 0,
  'units' => '4096',
  'used' => 2252800,
  'size' => 2072563712,
  'free' => 2070310912,
)  
0% SQL[[1;33mUPDATE `storage` set `storage_used`=?,`storage_free`=?,`storage_size`=?,`storage_units`=?,`storage_perc`=? WHERE `storage_id` = ? [0;33m["2252800","2070310912","2072563712",4096,0,118][0m 0.78ms] 
  

Storage /sys/fs/cgroup: hrstorage



array (
  'storage_id' => 119,
  'device_id' => 44,
  'storage_mib' => 'hrstorage',
  'storage_index' => '40',
  'storage_type' => 'hrStorageFixedDisk',
  'storage_descr' => '/sys/fs/cgroup',
  'storage_size' => 2072563712,
  'storage_units' => 4096,
  'storage_used' => 0,
  'storage_free' => 2072563712,
  'storage_perc' => 0,
  'storage_perc_warn' => 60,
  'storage_deleted' => 0,
  'units' => '4096',
  'used' => 0,
  'size' => 2072563712,
  'free' => 2072563712,
)  
0% SQL[[1;33mUPDATE `storage` set `storage_used`=?,`storage_free`=?,`storage_size`=?,`storage_units`=?,`storage_perc`=? WHERE `storage_id` = ? [0;33m["0","2072563712","2072563712",4096,0,119][0m 0.83ms] 
  

Storage /usr: hrstorage



array (
  'storage_id' => 120,
  'device_id' => 44,
  'storage_mib' => 'hrstorage',
  'storage_index' => '44',
  'storage_type' => 'hrStorageFixedDisk',
  'storage_descr' => '/usr',
  'storage_size' => 5311127552,
  'storage_units' => 4096,
  'storage_used' => 4617867264,
  'storage_free' => 693260288,
  'storage_perc' => 87,
  'storage_perc_warn' => 60,
  'storage_deleted' => 0,
  'units' => '4096',
  'used' => 4617867264,
  'size' => 5311127552,
  'free' => 693260288,
)  
87% SQL[[1;33mUPDATE `storage` set `storage_used`=?,`storage_free`=?,`storage_size`=?,`storage_units`=?,`storage_perc`=? WHERE `storage_id` = ? [0;33m["4617867264","693260288","5311127552",4096,87,120][0m 0.82ms] 
  

Storage /shared: hrstorage



array (
  'storage_id' => 121,
  'device_id' => 44,
  'storage_mib' => 'hrstorage',
  'storage_index' => '50',
  'storage_type' => 'hrStorageFixedDisk',
  'storage_descr' => '/shared',
  'storage_size' => 21137846272,
  'storage_units' => 4096,
  'storage_used' => 8964616192,
  'storage_free' => 12173230080,
  'storage_perc' => 42,
  'storage_perc_warn' => 60,
  'storage_deleted' => 0,
  'units' => '4096',
  'used' => 8964616192,
  'size' => 21137846272,
  'free' => 12173230080,
)  
42% SQL[[1;33mUPDATE `storage` set `storage_used`=?,`storage_free`=?,`storage_size`=?,`storage_units`=?,`storage_perc`=? WHERE `storage_id` = ? [0;33m["8964616192","12173230080","21137846272",4096,42,121][0m 0.8ms] 
  

Storage /shared/rrd.1.2: hrstorage



array (
  'storage_id' => 122,
  'device_id' => 44,
  'storage_mib' => 'hrstorage',
  'storage_index' => '51',
  'storage_type' => 'hrStorageFixedDisk',
  'storage_descr' => '/shared/rrd.1.2',
  'storage_size' => 2072563712,
  'storage_units' => 4096,
  'storage_used' => 47153152,
  'storage_free' => 2025410560,
  'storage_perc' => 2,
  'storage_perc_warn' => 60,
  'storage_deleted' => 0,
  'units' => '4096',
  'used' => 47153152,
  'size' => 2072563712,
  'free' => 2025410560,
)  
2% SQL[[1;33mUPDATE `storage` set `storage_used`=?,`storage_free`=?,`storage_size`=?,`storage_units`=?,`storage_perc`=? WHERE `storage_id` = ? [0;33m["47153152","2025410560","2072563712",4096,2,122][0m 0.81ms] 
  

Storage /config: hrstorage



array (
  'storage_id' => 123,
  'device_id' => 44,
  'storage_mib' => 'hrstorage',
  'storage_index' => '52',
  'storage_type' => 'hrStorageFixedDisk',
  'storage_descr' => '/config',
  'storage_size' => 2224111616,
  'storage_units' => 4096,
  'storage_used' => 1042997248,
  'storage_free' => 1181114368,
  'storage_perc' => 47,
  'storage_perc_warn' => 60,
  'storage_deleted' => 0,
  'units' => '4096',
  'used' => 1042997248,
  'size' => 2224111616,
  'free' => 1181114368,
)  
47% SQL[[1;33mUPDATE `storage` set `storage_used`=?,`storage_free`=?,`storage_size`=?,`storage_units`=?,`storage_perc`=? WHERE `storage_id` = ? [0;33m["1042997248","1181114368","2224111616",4096,47,123][0m 0.81ms] 
  

Storage /var/tmstat: hrstorage



array (
  'storage_id' => 124,
  'device_id' => 44,
  'storage_mib' => 'hrstorage',
  'storage_index' => '53',
  'storage_type' => 'hrStorageFixedDisk',
  'storage_descr' => '/var/tmstat',
  'storage_size' => 2072563712,
  'storage_units' => 4096,
  'storage_used' => 19591168,
  'storage_free' => 2052972544,
  'storage_perc' => 1,
  'storage_perc_warn' => 60,
  'storage_deleted' => 0,
  'units' => '4096',
  'used' => 19591168,
  'size' => 2072563712,
  'free' => 2052972544,
)  
1% SQL[[1;33mUPDATE `storage` set `storage_used`=?,`storage_free`=?,`storage_size`=?,`storage_units`=?,`storage_perc`=? WHERE `storage_id` = ? [0;33m["19591168","2052972544","2072563712",4096,1,124][0m 0.8ms] 
  

Storage /var/prompt: hrstorage



array (
  'storage_id' => 125,
  'device_id' => 44,
  'storage_mib' => 'hrstorage',
  'storage_index' => '54',
  'storage_type' => 'hrStorageFixedDisk',
  'storage_descr' => '/var/prompt',
  'storage_size' => 4194304,
  'storage_units' => 4096,
  'storage_used' => 28672,
  'storage_free' => 4165632,
  'storage_perc' => 1,
  'storage_perc_warn' => 60,
  'storage_deleted' => 0,
  'units' => '4096',
  'used' => 28672,
  'size' => 4194304,
  'free' => 4165632,
)  
1% SQL[[1;33mUPDATE `storage` set `storage_used`=?,`storage_free`=?,`storage_size`=?,`storage_units`=?,`storage_perc`=? WHERE `storage_id` = ? [0;33m["28672","4165632","4194304",4096,1,125][0m 0.8ms] 
  

Storage /var/log: hrstorage



array (
  'storage_id' => 126,
  'device_id' => 44,
  'storage_mib' => 'hrstorage',
  'storage_index' => '55',
  'storage_type' => 'hrStorageFixedDisk',
  'storage_descr' => '/var/log',
  'storage_size' => 507744256,
  'storage_units' => 1024,
  'storage_used' => 133867520,
  'storage_free' => 373876736,
  'storage_perc' => 26,
  'storage_perc_warn' => 60,
  'storage_deleted' => 0,
  'units' => '1024',
  'used' => 133867520,
  'size' => 507744256,
  'free' => 373876736,
)  
26% SQL[[1;33mUPDATE `storage` set `storage_used`=?,`storage_free`=?,`storage_size`=?,`storage_units`=?,`storage_perc`=? WHERE `storage_id` = ? [0;33m["133867520","373876736","507744256",1024,26,126][0m 0.24ms] 
  

Storage /run/pamcache: hrstorage



array (
  'storage_id' => 127,
  'device_id' => 44,
  'storage_mib' => 'hrstorage',
  'storage_index' => '56',
  'storage_type' => 'hrStorageFixedDisk',
  'storage_descr' => '/run/pamcache',
  'storage_size' => 2072563712,
  'storage_units' => 4096,
  'storage_used' => 0,
  'storage_free' => 2072563712,
  'storage_perc' => 0,
  'storage_perc_warn' => 60,
  'storage_deleted' => 0,
  'units' => '4096',
  'used' => 0,
  'size' => 2072563712,
  'free' => 2072563712,
)  
0% SQL[[1;33mUPDATE `storage` set `storage_used`=?,`storage_free`=?,`storage_size`=?,`storage_units`=?,`storage_perc`=? WHERE `storage_id` = ? [0;33m["0","2072563712","2072563712",4096,0,127][0m 0.23ms] 
  

Storage /var/loipc: hrstorage



array (
  'storage_id' => 266,
  'device_id' => 44,
  'storage_mib' => 'hrstorage',
  'storage_index' => '57',
  'storage_type' => 'hrStorageFixedDisk',
  'storage_descr' => '/var/loipc',
  'storage_size' => 2072563712,
  'storage_units' => 4096,
  'storage_used' => 0,
  'storage_free' => 2072563712,
  'storage_perc' => 0,
  'storage_perc_warn' => 60,
  'storage_deleted' => 0,
  'units' => '4096',
  'used' => 0,
  'size' => 2072563712,
  'free' => 2072563712,
)  
0% SQL[[1;33mUPDATE `storage` set `storage_used`=?,`storage_free`=?,`storage_size`=?,`storage_units`=?,`storage_perc`=? WHERE `storage_id` = ? [0;33m["0","2072563712","2072563712",4096,0,266][0m 0.28ms] 
  

Storage /var/dnscached/lib: hrstorage



array (
  'storage_id' => 129,
  'device_id' => 44,
  'storage_mib' => 'hrstorage',
  'storage_index' => '61',
  'storage_type' => 'hrStorageFixedDisk',
  'storage_descr' => '/var/dnscached/lib',
  'storage_size' => 3103539200,
  'storage_units' => 4096,
  'storage_used' => 2343927808,
  'storage_free' => 759611392,
  'storage_perc' => 76,
  'storage_perc_warn' => 60,
  'storage_deleted' => 0,
  'units' => '4096',
  'used' => 2343927808,
  'size' => 3103539200,
  'free' => 759611392,
)  
76% SQL[[1;33mUPDATE `storage` set `storage_used`=?,`storage_free`=?,`storage_size`=?,`storage_units`=?,`storage_perc`=? WHERE `storage_id` = ? [0;33m["2343927808","759611392","3103539200",4096,76,129][0m 0.24ms] 
  

Storage /run/user/91: hrstorage



array (
  'storage_id' => 130,
  'device_id' => 44,
  'storage_mib' => 'hrstorage',
  'storage_index' => '62',
  'storage_type' => 'hrStorageFixedDisk',
  'storage_descr' => '/run/user/91',
  'storage_size' => 414515200,
  'storage_units' => 4096,
  'storage_used' => 0,
  'storage_free' => 414515200,
  'storage_perc' => 0,
  'storage_perc_warn' => 60,
  'storage_deleted' => 0,
  'units' => '4096',
  'used' => 0,
  'size' => 414515200,
  'free' => 414515200,
)  
0% SQL[[1;33mUPDATE `storage` set `storage_used`=?,`storage_free`=?,`storage_size`=?,`storage_units`=?,`storage_perc`=? WHERE `storage_id` = ? [0;33m["0","414515200","414515200",4096,0,130][0m 0.21ms] 
  

Storage /var/lib/mysql: hrstorage



array (
  'storage_id' => 131,
  'device_id' => 44,
  'storage_mib' => 'hrstorage',
  'storage_index' => '63',
  'storage_type' => 'hrStorageFixedDisk',
  'storage_descr' => '/var/lib/mysql',
  'storage_size' => 12682706944,
  'storage_units' => 4096,
  'storage_used' => 746930176,
  'storage_free' => 11935776768,
  'storage_perc' => 6,
  'storage_perc_warn' => 60,
  'storage_deleted' => 0,
  'units' => '4096',
  'used' => 746930176,
  'size' => 12682706944,
  'free' => 11935776768,
)  
6% SQL[[1;33mUPDATE `storage` set `storage_used`=?,`storage_free`=?,`storage_size`=?,`storage_units`=?,`storage_perc`=? WHERE `storage_id` = ? [0;33m["746930176","11935776768","12682706944",4096,6,131][0m 0.22ms] 
  

Storage /var/apm/mount/apmclients-7220.2022.308.1349-5763.0.iso: hrstorage



array (
  'storage_id' => 132,
  'device_id' => 44,
  'storage_mib' => 'hrstorage',
  'storage_index' => '64',
  'storage_type' => 'hrStorageFixedDisk',
  'storage_descr' => '/var/apm/mount/apmclients-7220.2022.308.1349-5763.0.iso',
  'storage_size' => 331843584,
  'storage_units' => 2048,
  'storage_used' => 331843584,
  'storage_free' => 0,
  'storage_perc' => 100,
  'storage_perc_warn' => 60,
  'storage_deleted' => 0,
  'units' => '2048',
  'used' => 331843584,
  'size' => 331843584,
  'free' => 0,
)  
100% SQL[[1;33mUPDATE `storage` set `storage_used`=?,`storage_free`=?,`storage_size`=?,`storage_units`=?,`storage_perc`=? WHERE `storage_id` = ? [0;33m["331843584","0","331843584",2048,100,132][0m 0.22ms] 
  

Storage /var/named/lib: hrstorage



array (
  'storage_id' => 267,
  'device_id' => 44,
  'storage_mib' => 'hrstorage',
  'storage_index' => '65',
  'storage_type' => 'hrStorageFixedDisk',
  'storage_descr' => '/var/named/lib',
  'storage_size' => 3103539200,
  'storage_units' => 4096,
  'storage_used' => 2343927808,
  'storage_free' => 759611392,
  'storage_perc' => 76,
  'storage_perc_warn' => 60,
  'storage_deleted' => 0,
  'units' => '4096',
  'used' => 2343927808,
  'size' => 3103539200,
  'free' => 759611392,
)  
76% SQL[[1;33mUPDATE `storage` set `storage_used`=?,`storage_free`=?,`storage_size`=?,`storage_units`=?,`storage_perc`=? WHERE `storage_id` = ? [0;33m["2343927808","759611392","3103539200",4096,76,267][0m 0.24ms] 
  


>> Runtime for poller module 'storage': 0.0697 seconds with 25984 bytes
>> [0;36mSNMP[0m: [1/0.03s] [1;33mMySQL[0m: [20/0.12s]   
#### Unload poller module storage ####

Modules status: Global+  
OS  
Device  

#### Load poller module netstats ####
icmp SNMP[[0;36m'/usr/bin/snmpget' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' '-v2c' '-c' 'COMMUNITY' '-OQXUte' 'udp:HOSTNAME:161' 'IP-MIB::icmpInMsgs.0' 'IP-MIB::icmpOutMsgs.0' 'IP-MIB::icmpInErrors.0' 'IP-MIB::icmpOutErrors.0' 'IP-MIB::icmpInEchos.0' 'IP-MIB::icmpOutEchos.0' 'IP-MIB::icmpInEchoReps.0' 'IP-MIB::icmpOutEchoReps.0' 'IP-MIB::icmpInDestUnreachs.0' 'IP-MIB::icmpOutDestUnreachs.0' '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' '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::icmpInMsgs.0 = No Such Object available on this agent at this OID
IP-MIB::icmpOutMsgs.0 = No Such Object available on this agent at this OID
IP-MIB::icmpInErrors.0 = No Such Object available on this agent at this OID
IP-MIB::icmpOutErrors.0 = No Such Object available on this agent at this OID
IP-MIB::icmpInEchos.0 = No Such Object available on this agent at this OID
IP-MIB::icmpOutEchos.0 = No Such Object available on this agent at this OID
IP-MIB::icmpInEchoReps.0 = No Such Object available on this agent at this OID
IP-MIB::icmpOutEchoReps.0 = No Such Object available on this agent at this OID
IP-MIB::icmpInDestUnreachs.0 = No Such Object available on this agent at this OID
IP-MIB::icmpOutDestUnreachs.0 = No Such Object available on this agent at this OID
IP-MIB::icmpInParmProbs.0 = No Such Object available on this agent at this OID
IP-MIB::icmpInTimeExcds.0 = No Such Object available on this agent at this OID
IP-MIB::icmpInSrcQuenchs.0 = No Such Object available on this agent at this OID
IP-MIB::icmpInRedirects.0 = No Such Object available on this agent at this OID
IP-MIB::icmpInTimestamps.0 = No Such Object available on this agent at this OID
IP-MIB::icmpInTimestampReps.0 = No Such Object available on this agent at this OID
IP-MIB::icmpInAddrMasks.0 = No Such Object available on this agent at this OID
IP-MIB::icmpInAddrMaskReps.0 = No Such Object available on this agent at this OID
IP-MIB::icmpOutTimeExcds.0 = No Such Object available on this agent at this OID
IP-MIB::icmpOutParmProbs.0 = No Such Object available on this agent at this OID
IP-MIB::icmpOutSrcQuenchs.0 = No Such Object available on this agent at this OID
IP-MIB::icmpOutRedirects.0 = No Such Object available on this agent at this OID
IP-MIB::icmpOutTimestamps.0 = No Such Object available on this agent at this OID
IP-MIB::icmpOutTimestampReps.0 = No Such Object available on this agent at this OID
IP-MIB::icmpOutAddrMasks.0 = No Such Object available on this agent at this OID
IP-MIB::icmpOutAddrMaskReps.0 = No Such Object available on this agent at this OID
  
  
ip SNMP[[0;36m'/usr/bin/snmpget' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' '-v2c' '-c' 'COMMUNITY' '-OQXUte' 'udp:HOSTNAME:161' 'IP-MIB::ipForwDatagrams.0' 'IP-MIB::ipInDelivers.0' 'IP-MIB::ipInReceives.0' 'IP-MIB::ipOutRequests.0' 'IP-MIB::ipInDiscards.0' 'IP-MIB::ipOutDiscards.0' 'IP-MIB::ipOutNoRoutes.0' 'IP-MIB::ipReasmReqds.0' 'IP-MIB::ipReasmOKs.0' 'IP-MIB::ipReasmFails.0' '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::ipForwDatagrams.0 = No Such Object available on this agent at this OID
IP-MIB::ipInDelivers.0 = No Such Object available on this agent at this OID
IP-MIB::ipInReceives.0 = No Such Object available on this agent at this OID
IP-MIB::ipOutRequests.0 = No Such Object available on this agent at this OID
IP-MIB::ipInDiscards.0 = No Such Object available on this agent at this OID
IP-MIB::ipOutDiscards.0 = No Such Object available on this agent at this OID
IP-MIB::ipOutNoRoutes.0 = No Such Object available on this agent at this OID
IP-MIB::ipReasmReqds.0 = No Such Object available on this agent at this OID
IP-MIB::ipReasmOKs.0 = No Such Object available on this agent at this OID
IP-MIB::ipReasmFails.0 = No Such Object available on this agent at this OID
IP-MIB::ipFragOKs.0 = No Such Object available on this agent at this OID
IP-MIB::ipFragFails.0 = No Such Object available on this agent at this OID
IP-MIB::ipFragCreates.0 = No Such Object available on this agent at this OID
IP-MIB::ipInUnknownProtos.0 = No Such Object available on this agent at this OID
IP-MIB::ipInHdrErrors.0 = No Such Object available on this agent at this OID
IP-MIB::ipInAddrErrors.0 = No Such Object available on this agent at this OID
  
  
ip_forward SNMP[[0;36m'/usr/bin/snmpget' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' '-v2c' '-c' 'COMMUNITY' '-OQXUte' 'udp:HOSTNAME: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:/opt/librenms/mibs/f5' '-v2c' '-c' 'COMMUNITY' '-OQXUte' 'udp:HOSTNAME:161' 'SNMPv2-MIB::snmpInPkts.0' 'SNMPv2-MIB::snmpOutPkts.0' 'SNMPv2-MIB::snmpInBadVersions.0' 'SNMPv2-MIB::snmpInBadCommunityNames.0' 'SNMPv2-MIB::snmpInBadCommunityUses.0' 'SNMPv2-MIB::snmpInASNParseErrs.0' 'SNMPv2-MIB::snmpInTooBigs.0' 'SNMPv2-MIB::snmpInNoSuchNames.0' 'SNMPv2-MIB::snmpInBadValues.0' 'SNMPv2-MIB::snmpInReadOnlys.0' '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' '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::snmpInPkts.0 = 1283063
SNMPv2-MIB::snmpOutPkts.0 = 1283062
SNMPv2-MIB::snmpInBadVersions.0 = 0
SNMPv2-MIB::snmpInBadCommunityNames.0 = 0
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
SNMPv2-MIB::snmpInGenErrs.0 = 0
SNMPv2-MIB::snmpInTotalReqVars.0 = 12096185
SNMPv2-MIB::snmpInTotalSetVars.0 = 0
SNMPv2-MIB::snmpInGetRequests.0 = 154006
SNMPv2-MIB::snmpInGetNexts.0 = 103
SNMPv2-MIB::snmpInSetRequests.0 = 0
SNMPv2-MIB::snmpInGetResponses.0 = 0
SNMPv2-MIB::snmpInTraps.0 = 0
SNMPv2-MIB::snmpOutTooBigs.0 = 0
SNMPv2-MIB::snmpOutNoSuchNames.0 = 0
SNMPv2-MIB::snmpOutBadValues.0 = 0
SNMPv2-MIB::snmpOutGenErrs.0 = 0
SNMPv2-MIB::snmpOutGetRequests.0 = 0
SNMPv2-MIB::snmpOutGetNexts.0 = 0
SNMPv2-MIB::snmpOutSetRequests.0 = 0
SNMPv2-MIB::snmpOutGetResponses.0 = 1283062
SNMPv2-MIB::snmpOutTraps.0 = 0
SNMPv2-MIB::snmpSilentDrops.0 = 0
SNMPv2-MIB::snmpProxyDrops.0 = 0
  
  
udp SNMP[[0;36m'/usr/bin/snmpget' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' '-v2c' '-c' 'COMMUNITY' '-OQXUte' 'udp:HOSTNAME:161' 'UDP-MIB::udpInDatagrams.0' 'UDP-MIB::udpOutDatagrams.0' 'UDP-MIB::udpInErrors.0' 'UDP-MIB::udpNoPorts.0'[0m]  
UDP-MIB::udpInDatagrams.0 = No Such Object available on this agent at this OID
UDP-MIB::udpOutDatagrams.0 = No Such Object available on this agent at this OID
UDP-MIB::udpInErrors.0 = No Such Object available on this agent at this OID
UDP-MIB::udpNoPorts.0 = No Such Object available on this agent at this OID
  
  
tcp SNMP[[0;36m'/usr/bin/snmpget' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' '-v2c' '-c' 'COMMUNITY' '-OQXUte' 'udp:HOSTNAME:161' 'TCP-MIB::tcpActiveOpens.0' 'TCP-MIB::tcpPassiveOpens.0' 'TCP-MIB::tcpAttemptFails.0' 'TCP-MIB::tcpEstabResets.0' 'TCP-MIB::tcpCurrEstab.0' 'TCP-MIB::tcpInSegs.0' 'TCP-MIB::tcpOutSegs.0' 'TCP-MIB::tcpRetransSegs.0' 'TCP-MIB::tcpInErrs.0' 'TCP-MIB::tcpOutRsts.0'[0m]  
TCP-MIB::tcpActiveOpens.0 = No Such Object available on this agent at this OID
TCP-MIB::tcpPassiveOpens.0 = No Such Object available on this agent at this OID
TCP-MIB::tcpAttemptFails.0 = No Such Object available on this agent at this OID
TCP-MIB::tcpEstabResets.0 = No Such Object available on this agent at this OID
TCP-MIB::tcpCurrEstab.0 = No Such Object available on this agent at this OID
TCP-MIB::tcpInSegs.0 = No Such Object available on this agent at this OID
TCP-MIB::tcpOutSegs.0 = No Such Object available on this agent at this OID
TCP-MIB::tcpRetransSegs.0 = No Such Object available on this agent at this OID
TCP-MIB::tcpInErrs.0 = No Such Object available on this agent at this OID
TCP-MIB::tcpOutRsts.0 = No Such Object available on this agent at this OID
  
  


>> Runtime for poller module 'netstats': 0.1086 seconds with 23288 bytes
>> [0;36mSNMP[0m: [6/0.11s] [1;33mMySQL[0m: [0/0.00s]   
#### Unload poller module netstats ####

Modules status: Global+  
OS  
Device  

#### Load poller module hr-mib ####
SNMP[[0;36m'/usr/bin/snmpget' '-v2c' '-c' 'COMMUNITY' '-OUQs' '-m' 'HOST-RESOURCES-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' 'hrSystemMaxProcesses.0' 'hrSystemProcesses.0' 'hrSystemNumUsers.0'[0m]
hrSystemMaxProcesses.0 = 0
hrSystemProcesses.0 = 326
hrSystemNumUsers.0 = 0  
  
 ProcessesSQL[[1;33mselect * from `hrSystem&#96; where (&#96;device_id` = ?) limit 1 [0;33m[44][0m 0.57ms] 
  
 Users

>> Runtime for poller module 'hr-mib': 0.0164 seconds with 33904 bytes
>> [0;36mSNMP[0m: [1/0.01s] [1;33mMySQL[0m: [1/0.01s]   
#### Unload poller module hr-mib ####

Modules status: Global+  
OS  
Device  

#### Load poller module ucd-mib ####
SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUs' '-m' 'UCD-SNMP-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' 'systemStats'[0m]
ssIndex.0 = 1
ssErrorName.0 = systemStats
ssSwapIn.0 = 0
ssSwapOut.0 = 0
ssIOSent.0 = 75
ssIOReceive.0 = 6
ssSysInterrupts.0 = 14074
ssSysContext.0 = 27656
ssCpuUser.0 = 10
ssCpuSystem.0 = 7
ssCpuIdle.0 = 81
ssCpuRawUser.0 = 43337885
ssCpuRawNice.0 = 1433783
ssCpuRawSystem.0 = 29051488
ssCpuRawIdle.0 = 308194001
ssCpuRawWait.0 = 1417191
ssCpuRawKernel.0 = 0
ssCpuRawInterrupt.0 = 0
ssIORawSent.0 = 421522298
ssIORawReceived.0 = 1996404406
ssRawInterrupts.0 = 1205313543
ssRawContexts.0 = 1050500723
ssCpuRawSoftIRQ.0 = 279155
ssRawSwapIn.0 = 217358
ssRawSwapOut.0 = 469315
ssCpuRawSteal.0 = 0
ssCpuRawGuest.0 = 0
ssCpuRawGuestNice.0 = 0
ssCpuNumCpus.0 = 2  
  
SNMP[[0;36m'/usr/bin/snmpget' '-v2c' '-c' 'COMMUNITY' '-OQUs' '-m' 'UCD-SNMP-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' 'laLoadInt.1' 'laLoadInt.2' 'laLoadInt.3'[0m]
laLoadInt.1 = 35
laLoadInt.2 = 37
laLoadInt.3 = 39  
  

>> Runtime for poller module 'ucd-mib': 0.0306 seconds with 2672 bytes
>> [0;36mSNMP[0m: [2/0.03s] [1;33mMySQL[0m: [0/0.00s]   
#### Unload poller module ucd-mib ####

Modules status: Global+  
OS  
Device  

#### Load poller module ipSystemStats ####
SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUs' '-m' 'IP-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' 'ipSystemStats'[0m]
ipSystemStatsIPVersion.ipv4 = ipv4
ipSystemStatsIPVersion.ipv6 = ipv6
ipSystemStatsInReceives.ipv4 = 105652056
ipSystemStatsInReceives.ipv6 = 735209
ipSystemStatsHCInReceives.ipv4 = 105652056
ipSystemStatsHCInReceives.ipv6 = 735209
ipSystemStatsInHdrErrors.ipv4 = 0
ipSystemStatsInHdrErrors.ipv6 = 0
ipSystemStatsReasmReqds.ipv4 = 2
ipSystemStatsReasmReqds.ipv6 = 0
ipSystemStatsReasmFails.ipv4 = 0
ipSystemStatsReasmFails.ipv6 = 0
ipSystemStatsOutFragReqds.ipv4 = 4
ipSystemStatsOutFragReqds.ipv6 = 0
ipSystemStatsOutFragFails.ipv4 = 0
ipSystemStatsOutFragFails.ipv6 = 0
ipSystemStatsOutTransmits.ipv4 = 105811228
ipSystemStatsOutTransmits.ipv6 = 2658
ipSystemStatsHCOutTransmits.ipv4 = 105811228
ipSystemStatsHCOutTransmits.ipv6 = 2658
ipSystemStatsInMcastPkts.ipv4 = 41759
ipSystemStatsInMcastPkts.ipv6 = 735209
ipSystemStatsHCInMcastPkts.ipv4 = 41759
ipSystemStatsHCInMcastPkts.ipv6 = 735209
ipSystemStatsOutMcastPkts.ipv4 = 0
ipSystemStatsOutMcastPkts.ipv6 = 0
ipSystemStatsHCOutMcastPkts.ipv4 = 0
ipSystemStatsHCOutMcastPkts.ipv6 = 0
ipSystemStatsRefreshRate.ipv4 = 2000
ipSystemStatsRefreshRate.ipv6 = 2000  
  
ipv4 ipv6 

>> Runtime for poller module 'ipSystemStats': 0.0367 seconds with 12032 bytes
>> [0;36mSNMP[0m: [1/0.04s] [1;33mMySQL[0m: [0/0.00s]   
#### Unload poller module ipSystemStats ####

Modules status: Global+  
OS  
Device  

#### Load poller module ports ####
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[44][0m 0.99ms] 
  
Caching Oids: Full ports polling SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUs' '-m' 'IF-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' 'ifXEntry'[0m]
ifName.32 = mgmt
ifName.48 = 1.1
ifName.64 = 1.2
ifName.80 = 1.3
ifName.96 = 1.4
ifName.128 = /Common/http-tunnel
ifName.144 = /Common/socks-tunnel
ifName.160 = /Common/VLAN221_F5_HA
ifName.176 = /External/VLAN201_DMZ
ifName.192 = /External/VLAN212_FE
ifName.208 = /External/VLAN220_F5_Inside
ifName.224 = /External/TE-Conn_prof
ifName.240 = /External/TE-Edge-Client
ifName.256 = /External/TE_Edge_Client_Pol_cp
ifName.272 = /External/TE_rdptest_policy_cp
ifName.288 = /External/TST-Portal-xxx
ifName.304 = /External/te-wiz-rdp-test_cp
ifName.320 = /External/tstportal_conn_profile
ifInMulticastPkts.32 = 1063822
ifInMulticastPkts.48 = 0
ifInMulticastPkts.64 = 0
ifInMulticastPkts.80 = 0
ifInMulticastPkts.96 = 0
ifInMulticastPkts.128 = 0
ifInMulticastPkts.144 = 0
ifInMulticastPkts.160 = 1029184
ifInMulticastPkts.176 = 1739990
ifInMulticastPkts.192 = 1095073
ifInMulticastPkts.208 = 1029190
ifInMulticastPkts.224 = 10
ifInMulticastPkts.240 = 10
ifInMulticastPkts.256 = 10
ifInMulticastPkts.272 = 10
ifInMulticastPkts.288 = 10
ifInMulticastPkts.304 = 10
ifInMulticastPkts.320 = 10
ifInBroadcastPkts.32 = 0
ifInBroadcastPkts.48 = 0
ifInBroadcastPkts.64 = 0
ifInBroadcastPkts.80 = 0
ifInBroadcastPkts.96 = 0
ifInBroadcastPkts.128 = 0
ifInBroadcastPkts.144 = 0
ifInBroadcastPkts.160 = 207
ifInBroadcastPkts.176 = 5262125
ifInBroadcastPkts.192 = 94034
ifInBroadcastPkts.208 = 36731
ifInBroadcastPkts.224 = 0
ifInBroadcastPkts.240 = 0
ifInBroadcastPkts.256 = 0
ifInBroadcastPkts.272 = 0
ifInBroadcastPkts.288 = 0
ifInBroadcastPkts.304 = 0
ifInBroadcastPkts.320 = 0
ifOutMulticastPkts.32 = 0
ifOutMulticastPkts.48 = 0
ifOutMulticastPkts.64 = 0
ifOutMulticastPkts.80 = 0
ifOutMulticastPkts.96 = 0
ifOutMulticastPkts.128 = 0
ifOutMulticastPkts.144 = 0
ifOutMulticastPkts.160 = 1029195
ifOutMulticastPkts.176 = 1736415
ifOutMulticastPkts.192 = 1095080
ifOutMulticastPkts.208 = 1029196
ifOutMulticastPkts.224 = 0
ifOutMulticastPkts.240 = 0
ifOutMulticastPkts.256 = 0
ifOutMulticastPkts.272 = 0
ifOutMulticastPkts.288 = 0
ifOutMulticastPkts.304 = 0
ifOutMulticastPkts.320 = 0
ifOutBroadcastPkts.32 = 0
ifOutBroadcastPkts.48 = 0
ifOutBroadcastPkts.64 = 0
ifOutBroadcastPkts.80 = 0
ifOutBroadcastPkts.96 = 0
ifOutBroadcastPkts.128 = 0
ifOutBroadcastPkts.144 = 0
ifOutBroadcastPkts.160 = 45
ifOutBroadcastPkts.176 = 2189755
ifOutBroadcastPkts.192 = 34803
ifOutBroadcastPkts.208 = 34429
ifOutBroadcastPkts.224 = 0
ifOutBroadcastPkts.240 = 0
ifOutBroadcastPkts.256 = 0
ifOutBroadcastPkts.272 = 0
ifOutBroadcastPkts.288 = 0
ifOutBroadcastPkts.304 = 0
ifOutBroadcastPkts.320 = 0
ifHCInOctets.32 = 881717165
ifHCInOctets.48 = 2159240847
ifHCInOctets.64 = 93083299
ifHCInOctets.80 = 7272668946
ifHCInOctets.96 = 3777382043
ifHCInOctets.128 = 0
ifHCInOctets.144 = 0
ifHCInOctets.160 = 13022161453
ifHCInOctets.176 = 4992173309
ifHCInOctets.192 = 197793875
ifHCInOctets.208 = 3243748182
ifHCInOctets.224 = 828
ifHCInOctets.240 = 828
ifHCInOctets.256 = 828
ifHCInOctets.272 = 828
ifHCInOctets.288 = 828
ifHCInOctets.304 = 828
ifHCInOctets.320 = 828
ifHCInUcastPkts.32 = 10359957
ifHCInUcastPkts.48 = 9365380
ifHCInUcastPkts.64 = 1414423
ifHCInUcastPkts.80 = 40199962
ifHCInUcastPkts.96 = 9818544
ifHCInUcastPkts.128 = 0
ifHCInUcastPkts.144 = 0
ifHCInUcastPkts.160 = 62866298
ifHCInUcastPkts.176 = 16844086
ifHCInUcastPkts.192 = 1850366
ifHCInUcastPkts.208 = 20997502
ifHCInUcastPkts.224 = 0
ifHCInUcastPkts.240 = 0
ifHCInUcastPkts.256 = 0
ifHCInUcastPkts.272 = 0
ifHCInUcastPkts.288 = 0
ifHCInUcastPkts.304 = 0
ifHCInUcastPkts.320 = 0
ifHCInMulticastPkts.32 = 1063822
ifHCInMulticastPkts.48 = 0
ifHCInMulticastPkts.64 = 0
ifHCInMulticastPkts.80 = 0
ifHCInMulticastPkts.96 = 0
ifHCInMulticastPkts.128 = 0
ifHCInMulticastPkts.144 = 0
ifHCInMulticastPkts.160 = 1029184
ifHCInMulticastPkts.176 = 1739990
ifHCInMulticastPkts.192 = 1095073
ifHCInMulticastPkts.208 = 1029190
ifHCInMulticastPkts.224 = 10
ifHCInMulticastPkts.240 = 10
ifHCInMulticastPkts.256 = 10
ifHCInMulticastPkts.272 = 10
ifHCInMulticastPkts.288 = 10
ifHCInMulticastPkts.304 = 10
ifHCInMulticastPkts.320 = 10
ifHCInBroadcastPkts.32 = 0
ifHCInBroadcastPkts.48 = 0
ifHCInBroadcastPkts.64 = 0
ifHCInBroadcastPkts.80 = 0
ifHCInBroadcastPkts.96 = 0
ifHCInBroadcastPkts.128 = 0
ifHCInBroadcastPkts.144 = 0
ifHCInBroadcastPkts.160 = 207
ifHCInBroadcastPkts.176 = 5262125
ifHCInBroadcastPkts.192 = 94034
ifHCInBroadcastPkts.208 = 36731
ifHCInBroadcastPkts.224 = 0
ifHCInBroadcastPkts.240 = 0
ifHCInBroadcastPkts.256 = 0
ifHCInBroadcastPkts.272 = 0
ifHCInBroadcastPkts.288 = 0
ifHCInBroadcastPkts.304 = 0
ifHCInBroadcastPkts.320 = 0
ifHCOutOctets.32 = 42901875989
ifHCOutOctets.48 = 1027384492
ifHCOutOctets.64 = 151218082
ifHCOutOctets.80 = 7143766036
ifHCOutOctets.96 = 865338216
ifHCOutOctets.128 = 0
ifHCOutOctets.144 = 0
ifHCOutOctets.160 = 13260749128
ifHCOutOctets.176 = 4125381110
ifHCOutOctets.192 = 227498094
ifHCOutOctets.208 = 3187631523
ifHCOutOctets.224 = 0
ifHCOutOctets.240 = 0
ifHCOutOctets.256 = 0
ifHCOutOctets.272 = 0
ifHCOutOctets.288 = 0
ifHCOutOctets.304 = 0
ifHCOutOctets.320 = 0
ifHCOutUcastPkts.32 = 4456922
ifHCOutUcastPkts.48 = 11819646
ifHCOutUcastPkts.64 = 608276
ifHCOutUcastPkts.80 = 39285761
ifHCOutUcastPkts.96 = 9262866
ifHCOutUcastPkts.128 = 0
ifHCOutUcastPkts.144 = 0
ifHCOutUcastPkts.160 = 61757598
ifHCOutUcastPkts.176 = 12199260
ifHCOutUcastPkts.192 = 665291
ifHCOutUcastPkts.208 = 20208179
ifHCOutUcastPkts.224 = 0
ifHCOutUcastPkts.240 = 0
ifHCOutUcastPkts.256 = 0
ifHCOutUcastPkts.272 = 0
ifHCOutUcastPkts.288 = 0
ifHCOutUcastPkts.304 = 0
ifHCOutUcastPkts.320 = 0
ifHCOutMulticastPkts.32 = 0
ifHCOutMulticastPkts.48 = 0
ifHCOutMulticastPkts.64 = 0
ifHCOutMulticastPkts.80 = 0
ifHCOutMulticastPkts.96 = 0
ifHCOutMulticastPkts.128 = 0
ifHCOutMulticastPkts.144 = 0
ifHCOutMulticastPkts.160 = 1029195
ifHCOutMulticastPkts.176 = 1736415
ifHCOutMulticastPkts.192 = 1095080
ifHCOutMulticastPkts.208 = 1029196
ifHCOutMulticastPkts.224 = 0
ifHCOutMulticastPkts.240 = 0
ifHCOutMulticastPkts.256 = 0
ifHCOutMulticastPkts.272 = 0
ifHCOutMulticastPkts.288 = 0
ifHCOutMulticastPkts.304 = 0
ifHCOutMulticastPkts.320 = 0
ifHCOutBroadcastPkts.32 = 0
ifHCOutBroadcastPkts.48 = 0
ifHCOutBroadcastPkts.64 = 0
ifHCOutBroadcastPkts.80 = 0
ifHCOutBroadcastPkts.96 = 0
ifHCOutBroadcastPkts.128 = 0
ifHCOutBroadcastPkts.144 = 0
ifHCOutBroadcastPkts.160 = 45
ifHCOutBroadcastPkts.176 = 2189755
ifHCOutBroadcastPkts.192 = 34803
ifHCOutBroadcastPkts.208 = 34429
ifHCOutBroadcastPkts.224 = 0
ifHCOutBroadcastPkts.240 = 0
ifHCOutBroadcastPkts.256 = 0
ifHCOutBroadcastPkts.272 = 0
ifHCOutBroadcastPkts.288 = 0
ifHCOutBroadcastPkts.304 = 0
ifHCOutBroadcastPkts.320 = 0
ifLinkUpDownTrapEnable.32 = enabled
ifLinkUpDownTrapEnable.48 = enabled
ifLinkUpDownTrapEnable.64 = enabled
ifLinkUpDownTrapEnable.80 = enabled
ifLinkUpDownTrapEnable.96 = enabled
ifLinkUpDownTrapEnable.128 = disabled
ifLinkUpDownTrapEnable.144 = disabled
ifLinkUpDownTrapEnable.160 = disabled
ifLinkUpDownTrapEnable.176 = disabled
ifLinkUpDownTrapEnable.192 = disabled
ifLinkUpDownTrapEnable.208 = disabled
ifLinkUpDownTrapEnable.224 = disabled
ifLinkUpDownTrapEnable.240 = disabled
ifLinkUpDownTrapEnable.256 = disabled
ifLinkUpDownTrapEnable.272 = disabled
ifLinkUpDownTrapEnable.288 = disabled
ifLinkUpDownTrapEnable.304 = disabled
ifLinkUpDownTrapEnable.320 = disabled
ifHighSpeed.32 = 100
ifHighSpeed.48 = 10000
ifHighSpeed.64 = 10000
ifHighSpeed.80 = 10000
ifHighSpeed.96 = 10000
ifHighSpeed.128 = 0
ifHighSpeed.144 = 0
ifHighSpeed.160 = 10000
ifHighSpeed.176 = 10000
ifHighSpeed.192 = 10000
ifHighSpeed.208 = 10000
ifHighSpeed.224 = 0
ifHighSpeed.240 = 0
ifHighSpeed.256 = 0
ifHighSpeed.272 = 0
ifHighSpeed.288 = 0
ifHighSpeed.304 = 0
ifHighSpeed.320 = 0
ifPromiscuousMode.32 = false
ifPromiscuousMode.48 = false
ifPromiscuousMode.64 = false
ifPromiscuousMode.80 = false
ifPromiscuousMode.96 = false
ifPromiscuousMode.128 = false
ifPromiscuousMode.144 = false
ifPromiscuousMode.160 = false
ifPromiscuousMode.176 = false
ifPromiscuousMode.192 = false
ifPromiscuousMode.208 = false
ifPromiscuousMode.224 = false
ifPromiscuousMode.240 = false
ifPromiscuousMode.256 = false
ifPromiscuousMode.272 = false
ifPromiscuousMode.288 = false
ifPromiscuousMode.304 = false
ifPromiscuousMode.320 = false
ifConnectorPresent.32 = true
ifConnectorPresent.48 = true
ifConnectorPresent.64 = true
ifConnectorPresent.80 = true
ifConnectorPresent.96 = true
ifConnectorPresent.128 = false
ifConnectorPresent.144 = false
ifConnectorPresent.160 = false
ifConnectorPresent.176 = false
ifConnectorPresent.192 = false
ifConnectorPresent.208 = false
ifConnectorPresent.224 = false
ifConnectorPresent.240 = false
ifConnectorPresent.256 = false
ifConnectorPresent.272 = false
ifConnectorPresent.288 = false
ifConnectorPresent.304 = false
ifConnectorPresent.320 = false
ifAlias.32 = 
ifAlias.48 = 
ifAlias.64 = 
ifAlias.80 = 
ifAlias.96 = 
ifAlias.128 = 
ifAlias.144 = 
ifAlias.160 = 
ifAlias.176 = 
ifAlias.192 = 
ifAlias.208 = 
ifAlias.224 = 
ifAlias.240 = 
ifAlias.256 = 
ifAlias.272 = 
ifAlias.288 = 
ifAlias.304 = 
ifAlias.320 = 
ifCounterDiscontinuityTime.32 = 0:0:00:00.00
ifCounterDiscontinuityTime.48 = 0:0:00:00.00
ifCounterDiscontinuityTime.64 = 0:0:00:00.00
ifCounterDiscontinuityTime.80 = 0:0:00:00.00
ifCounterDiscontinuityTime.96 = 0:0:00:00.00
ifCounterDiscontinuityTime.128 = 0:0:00:00.00
ifCounterDiscontinuityTime.144 = 0:0:00:00.00
ifCounterDiscontinuityTime.160 = 0:0:00:00.00
ifCounterDiscontinuityTime.176 = 0:0:00:00.00
ifCounterDiscontinuityTime.192 = 0:0:00:00.00
ifCounterDiscontinuityTime.208 = 0:0:00:00.00
ifCounterDiscontinuityTime.224 = 0:0:00:00.00
ifCounterDiscontinuityTime.240 = 0:0:00:00.00
ifCounterDiscontinuityTime.256 = 0:0:00:00.00
ifCounterDiscontinuityTime.272 = 0:0:00:00.00
ifCounterDiscontinuityTime.288 = 0:0:00:00.00
ifCounterDiscontinuityTime.304 = 0:0:00:00.00
ifCounterDiscontinuityTime.320 = 0:0:00:00.00  
  
ifDescr SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUst' '-m' 'IF-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' 'ifDescr'[0m]
ifDescr.32 = mgmt
ifDescr.48 = 1.1
ifDescr.64 = 1.2
ifDescr.80 = 1.3
ifDescr.96 = 1.4
ifDescr.128 = /Common/http-tunnel
ifDescr.144 = /Common/socks-tunnel
ifDescr.160 = /Common/VLAN221_F5_HA
ifDescr.176 = /External/VLAN201_DMZ
ifDescr.192 = /External/VLAN212_FE
ifDescr.208 = /External/VLAN220_F5_Inside
ifDescr.224 = /External/TE-Conn_prof
ifDescr.240 = /External/TE-Edge-Client
ifDescr.256 = /External/TE_Edge_Client_Pol_cp
ifDescr.272 = /External/TE_rdptest_policy_cp
ifDescr.288 = /External/TST-Portal-xxx
ifDescr.304 = /External/te-wiz-rdp-test_cp
ifDescr.320 = /External/tstportal_conn_profile  
  
ifAdminStatus SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUst' '-m' 'IF-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' 'ifAdminStatus'[0m]
ifAdminStatus.32 = up
ifAdminStatus.48 = up
ifAdminStatus.64 = up
ifAdminStatus.80 = up
ifAdminStatus.96 = up
ifAdminStatus.128 = up
ifAdminStatus.144 = up
ifAdminStatus.160 = up
ifAdminStatus.176 = up
ifAdminStatus.192 = up
ifAdminStatus.208 = up
ifAdminStatus.224 = up
ifAdminStatus.240 = up
ifAdminStatus.256 = up
ifAdminStatus.272 = up
ifAdminStatus.288 = up
ifAdminStatus.304 = up
ifAdminStatus.320 = up  
  
ifOperStatus SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUst' '-m' 'IF-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' 'ifOperStatus'[0m]
ifOperStatus.32 = up
ifOperStatus.48 = up
ifOperStatus.64 = up
ifOperStatus.80 = up
ifOperStatus.96 = up
ifOperStatus.128 = unknown
ifOperStatus.144 = unknown
ifOperStatus.160 = up
ifOperStatus.176 = up
ifOperStatus.192 = up
ifOperStatus.208 = up
ifOperStatus.224 = unknown
ifOperStatus.240 = unknown
ifOperStatus.256 = unknown
ifOperStatus.272 = unknown
ifOperStatus.288 = unknown
ifOperStatus.304 = unknown
ifOperStatus.320 = unknown  
  
ifLastChange SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUst' '-m' 'IF-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' 'ifLastChange'[0m]
ifLastChange.32 = 0
ifLastChange.48 = 0
ifLastChange.64 = 0
ifLastChange.80 = 0
ifLastChange.96 = 0
ifLastChange.128 = 0
ifLastChange.144 = 0
ifLastChange.160 = 0
ifLastChange.176 = 0
ifLastChange.192 = 0
ifLastChange.208 = 0
ifLastChange.224 = 0
ifLastChange.240 = 0
ifLastChange.256 = 0
ifLastChange.272 = 0
ifLastChange.288 = 0
ifLastChange.304 = 0
ifLastChange.320 = 0  
  
ifType SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUst' '-m' 'IF-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' 'ifType'[0m]
ifType.32 = ethernetCsmacd
ifType.48 = ethernetCsmacd
ifType.64 = ethernetCsmacd
ifType.80 = ethernetCsmacd
ifType.96 = ethernetCsmacd
ifType.128 = 0
ifType.144 = 0
ifType.160 = ethernetCsmacd
ifType.176 = ethernetCsmacd
ifType.192 = ethernetCsmacd
ifType.208 = ethernetCsmacd
ifType.224 = 0
ifType.240 = 0
ifType.256 = 0
ifType.272 = 0
ifType.288 = 0
ifType.304 = 0
ifType.320 = 0  
  
ifPhysAddress SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUst' '-m' 'IF-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' 'ifPhysAddress'[0m]
ifPhysAddress.32 = 0:50:56:92:7a:8b
ifPhysAddress.48 = 0:50:56:92:d:d6
ifPhysAddress.64 = 0:50:56:92:36:a7
ifPhysAddress.80 = 0:50:56:92:54:1b
ifPhysAddress.96 = 0:50:56:92:3f:ff
ifPhysAddress.128 = 0:50:56:92:7a:8c
ifPhysAddress.144 = 0:50:56:92:7a:8c
ifPhysAddress.160 = 0:50:56:92:54:1b
ifPhysAddress.176 = 0:50:56:92:3f:ff
ifPhysAddress.192 = 0:50:56:92:36:a7
ifPhysAddress.208 = 0:50:56:92:d:d6
ifPhysAddress.224 = 0:50:56:92:7a:8c
ifPhysAddress.240 = 0:50:56:92:7a:8c
ifPhysAddress.256 = 0:50:56:92:7a:8c
ifPhysAddress.272 = 0:50:56:92:7a:8c
ifPhysAddress.288 = 0:50:56:92:7a:8c
ifPhysAddress.304 = 0:50:56:92:7a:8c
ifPhysAddress.320 = 0:50:56:92:7a:8c  
  
ifMtu SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUst' '-m' 'IF-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' 'ifMtu'[0m]
ifMtu.32 = 1500
ifMtu.48 = 1500
ifMtu.64 = 1500
ifMtu.80 = 1500
ifMtu.96 = 1500
ifMtu.128 = 0
ifMtu.144 = 0
ifMtu.160 = 1500
ifMtu.176 = 1500
ifMtu.192 = 1500
ifMtu.208 = 1500
ifMtu.224 = 0
ifMtu.240 = 0
ifMtu.256 = 0
ifMtu.272 = 0
ifMtu.288 = 0
ifMtu.304 = 0
ifMtu.320 = 0  
  
ifInErrors SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUst' '-m' 'IF-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' 'ifInErrors'[0m]
ifInErrors.32 = 0
ifInErrors.48 = 0
ifInErrors.64 = 0
ifInErrors.80 = 0
ifInErrors.96 = 0
ifInErrors.128 = 0
ifInErrors.144 = 0
ifInErrors.160 = 0
ifInErrors.176 = 0
ifInErrors.192 = 0
ifInErrors.208 = 0
ifInErrors.224 = 0
ifInErrors.240 = 0
ifInErrors.256 = 0
ifInErrors.272 = 0
ifInErrors.288 = 0
ifInErrors.304 = 0
ifInErrors.320 = 0  
  
ifOutErrors SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUst' '-m' 'IF-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' 'ifOutErrors'[0m]
ifOutErrors.32 = 0
ifOutErrors.48 = 0
ifOutErrors.64 = 0
ifOutErrors.80 = 0
ifOutErrors.96 = 0
ifOutErrors.128 = 0
ifOutErrors.144 = 0
ifOutErrors.160 = 0
ifOutErrors.176 = 0
ifOutErrors.192 = 0
ifOutErrors.208 = 0
ifOutErrors.224 = 0
ifOutErrors.240 = 0
ifOutErrors.256 = 0
ifOutErrors.272 = 0
ifOutErrors.288 = 0
ifOutErrors.304 = 0
ifOutErrors.320 = 0  
  
ifInDiscards SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUst' '-m' 'IF-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' 'ifInDiscards'[0m]
ifInDiscards.32 = 0
ifInDiscards.48 = 0
ifInDiscards.64 = 0
ifInDiscards.80 = 0
ifInDiscards.96 = 0
ifInDiscards.128 = 0
ifInDiscards.144 = 0
ifInDiscards.160 = 0
ifInDiscards.176 = 0
ifInDiscards.192 = 0
ifInDiscards.208 = 0
ifInDiscards.224 = 0
ifInDiscards.240 = 0
ifInDiscards.256 = 0
ifInDiscards.272 = 0
ifInDiscards.288 = 0
ifInDiscards.304 = 0
ifInDiscards.320 = 0  
  
ifOutDiscards SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUst' '-m' 'IF-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' 'ifOutDiscards'[0m]
ifOutDiscards.32 = 0
ifOutDiscards.48 = 0
ifOutDiscards.64 = 0
ifOutDiscards.80 = 0
ifOutDiscards.96 = 0
ifOutDiscards.128 = 0
ifOutDiscards.144 = 0
ifOutDiscards.160 = 4
ifOutDiscards.176 = 3
ifOutDiscards.192 = 3
ifOutDiscards.208 = 4
ifOutDiscards.224 = 0
ifOutDiscards.240 = 0
ifOutDiscards.256 = 0
ifOutDiscards.272 = 0
ifOutDiscards.288 = 0
ifOutDiscards.304 = 0
ifOutDiscards.320 = 0  
  
dot3StatsDuplexStatusSNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUs' '-m' 'EtherLike-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' 'dot3StatsDuplexStatus'[0m]
dot3StatsDuplexStatus = No Such Instance currently exists at this OID  
  
Invalid snmp_walk() data = dot3StatsDuplexStatus = No Such Instance currently exists at this OID  
SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUs' '-m' 'Q-BRIDGE-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' 'dot1qPvid'[0m]
dot1qPvid = No Such Object available on this agent at this OID  
  
Invalid snmp_walk() data = dot1qPvid = No Such Object available on this agent at this OID  
SQL[[1;33mSELECT COUNT(*) FROM `ports` WHERE `device_id` = ? AND `ifType` in ('adsl','vdsl','vdsl2') [0;33m[44][0m 1.23ms] 
  
array (
  32 => 
  array (
    'ifName' => 'mgmt',
    'ifInMulticastPkts' => '1063822',
    'ifInBroadcastPkts' => '0',
    'ifOutMulticastPkts' => '0',
    'ifOutBroadcastPkts' => '0',
    'ifHCInOctets' => '881717165',
    'ifHCInUcastPkts' => '10359957',
    'ifHCInMulticastPkts' => '1063822',
    'ifHCInBroadcastPkts' => '0',
    'ifHCOutOctets' => '42901875989',
    'ifHCOutUcastPkts' => '4456922',
    'ifHCOutMulticastPkts' => '0',
    'ifHCOutBroadcastPkts' => '0',
    'ifLinkUpDownTrapEnable' => 'enabled',
    'ifHighSpeed' => '100',
    'ifPromiscuousMode' => 'false',
    'ifConnectorPresent' => 'true',
    'ifAlias' => '',
    'ifCounterDiscontinuityTime' => '0:0:00:00.00',
    'ifDescr' => 'mgmt',
    'ifAdminStatus' => 'up',
    'ifOperStatus' => 'up',
    'ifLastChange' => '0',
    'ifType' => 'ethernetCsmacd',
    'ifPhysAddress' => '0:50:56:92:7a:8b',
    'ifMtu' => '1500',
    'ifInErrors' => '0',
    'ifOutErrors' => '0',
    'ifInDiscards' => '0',
    'ifOutDiscards' => '0',
  ),
  48 => 
  array (
    'ifName' => '1.1',
    'ifInMulticastPkts' => '0',
    'ifInBroadcastPkts' => '0',
    'ifOutMulticastPkts' => '0',
    'ifOutBroadcastPkts' => '0',
    'ifHCInOctets' => '2159240847',
    'ifHCInUcastPkts' => '9365380',
    'ifHCInMulticastPkts' => '0',
    'ifHCInBroadcastPkts' => '0',
    'ifHCOutOctets' => '1027384492',
    'ifHCOutUcastPkts' => '11819646',
    'ifHCOutMulticastPkts' => '0',
    'ifHCOutBroadcastPkts' => '0',
    'ifLinkUpDownTrapEnable' => 'enabled',
    'ifHighSpeed' => '10000',
    'ifPromiscuousMode' => 'false',
    'ifConnectorPresent' => 'true',
    'ifAlias' => '',
    'ifCounterDiscontinuityTime' => '0:0:00:00.00',
    'ifDescr' => '1.1',
    'ifAdminStatus' => 'up',
    'ifOperStatus' => 'up',
    'ifLastChange' => '0',
    'ifType' => 'ethernetCsmacd',
    'ifPhysAddress' => '0:50:56:92:d:d6',
    'ifMtu' => '1500',
    'ifInErrors' => '0',
    'ifOutErrors' => '0',
    'ifInDiscards' => '0',
    'ifOutDiscards' => '0',
  ),
  64 => 
  array (
    'ifName' => '1.2',
    'ifInMulticastPkts' => '0',
    'ifInBroadcastPkts' => '0',
    'ifOutMulticastPkts' => '0',
    'ifOutBroadcastPkts' => '0',
    'ifHCInOctets' => '93083299',
    'ifHCInUcastPkts' => '1414423',
    'ifHCInMulticastPkts' => '0',
    'ifHCInBroadcastPkts' => '0',
    'ifHCOutOctets' => '151218082',
    'ifHCOutUcastPkts' => '608276',
    'ifHCOutMulticastPkts' => '0',
    'ifHCOutBroadcastPkts' => '0',
    'ifLinkUpDownTrapEnable' => 'enabled',
    'ifHighSpeed' => '10000',
    'ifPromiscuousMode' => 'false',
    'ifConnectorPresent' => 'true',
    'ifAlias' => '',
    'ifCounterDiscontinuityTime' => '0:0:00:00.00',
    'ifDescr' => '1.2',
    'ifAdminStatus' => 'up',
    'ifOperStatus' => 'up',
    'ifLastChange' => '0',
    'ifType' => 'ethernetCsmacd',
    'ifPhysAddress' => '0:50:56:92:36:a7',
    'ifMtu' => '1500',
    'ifInErrors' => '0',
    'ifOutErrors' => '0',
    'ifInDiscards' => '0',
    'ifOutDiscards' => '0',
  ),
  80 => 
  array (
    'ifName' => '1.3',
    'ifInMulticastPkts' => '0',
    'ifInBroadcastPkts' => '0',
    'ifOutMulticastPkts' => '0',
    'ifOutBroadcastPkts' => '0',
    'ifHCInOctets' => '7272668946',
    'ifHCInUcastPkts' => '40199962',
    'ifHCInMulticastPkts' => '0',
    'ifHCInBroadcastPkts' => '0',
    'ifHCOutOctets' => '7143766036',
    'ifHCOutUcastPkts' => '39285761',
    'ifHCOutMulticastPkts' => '0',
    'ifHCOutBroadcastPkts' => '0',
    'ifLinkUpDownTrapEnable' => 'enabled',
    'ifHighSpeed' => '10000',
    'ifPromiscuousMode' => 'false',
    'ifConnectorPresent' => 'true',
    'ifAlias' => '',
    'ifCounterDiscontinuityTime' => '0:0:00:00.00',
    'ifDescr' => '1.3',
    'ifAdminStatus' => 'up',
    'ifOperStatus' => 'up',
    'ifLastChange' => '0',
    'ifType' => 'ethernetCsmacd',
    'ifPhysAddress' => '0:50:56:92:54:1b',
    'ifMtu' => '1500',
    'ifInErrors' => '0',
    'ifOutErrors' => '0',
    'ifInDiscards' => '0',
    'ifOutDiscards' => '0',
  ),
  96 => 
  array (
    'ifName' => '1.4',
    'ifInMulticastPkts' => '0',
    'ifInBroadcastPkts' => '0',
    'ifOutMulticastPkts' => '0',
    'ifOutBroadcastPkts' => '0',
    'ifHCInOctets' => '3777382043',
    'ifHCInUcastPkts' => '9818544',
    'ifHCInMulticastPkts' => '0',
    'ifHCInBroadcastPkts' => '0',
    'ifHCOutOctets' => '865338216',
    'ifHCOutUcastPkts' => '9262866',
    'ifHCOutMulticastPkts' => '0',
    'ifHCOutBroadcastPkts' => '0',
    'ifLinkUpDownTrapEnable' => 'enabled',
    'ifHighSpeed' => '10000',
    'ifPromiscuousMode' => 'false',
    'ifConnectorPresent' => 'true',
    'ifAlias' => '',
    'ifCounterDiscontinuityTime' => '0:0:00:00.00',
    'ifDescr' => '1.4',
    'ifAdminStatus' => 'up',
    'ifOperStatus' => 'up',
    'ifLastChange' => '0',
    'ifType' => 'ethernetCsmacd',
    'ifPhysAddress' => '0:50:56:92:3f:ff',
    'ifMtu' => '1500',
    'ifInErrors' => '0',
    'ifOutErrors' => '0',
    'ifInDiscards' => '0',
    'ifOutDiscards' => '0',
  ),
  128 => 
  array (
    'ifName' => '/Common/http-tunnel',
    'ifInMulticastPkts' => '0',
    'ifInBroadcastPkts' => '0',
    'ifOutMulticastPkts' => '0',
    'ifOutBroadcastPkts' => '0',
    'ifHCInOctets' => '0',
    'ifHCInUcastPkts' => '0',
    'ifHCInMulticastPkts' => '0',
    'ifHCInBroadcastPkts' => '0',
    'ifHCOutOctets' => '0',
    'ifHCOutUcastPkts' => '0',
    'ifHCOutMulticastPkts' => '0',
    'ifHCOutBroadcastPkts' => '0',
    'ifLinkUpDownTrapEnable' => 'disabled',
    'ifHighSpeed' => '0',
    'ifPromiscuousMode' => 'false',
    'ifConnectorPresent' => 'false',
    'ifAlias' => '',
    'ifCounterDiscontinuityTime' => '0:0:00:00.00',
    'ifDescr' => '/Common/http-tunnel',
    'ifAdminStatus' => 'up',
    'ifOperStatus' => 'unknown',
    'ifLastChange' => '0',
    'ifType' => '0',
    'ifPhysAddress' => '0:50:56:92:7a:8c',
    'ifMtu' => '0',
    'ifInErrors' => '0',
    'ifOutErrors' => '0',
    'ifInDiscards' => '0',
    'ifOutDiscards' => '0',
  ),
  144 => 
  array (
    'ifName' => '/Common/socks-tunnel',
    'ifInMulticastPkts' => '0',
    'ifInBroadcastPkts' => '0',
    'ifOutMulticastPkts' => '0',
    'ifOutBroadcastPkts' => '0',
    'ifHCInOctets' => '0',
    'ifHCInUcastPkts' => '0',
    'ifHCInMulticastPkts' => '0',
    'ifHCInBroadcastPkts' => '0',
    'ifHCOutOctets' => '0',
    'ifHCOutUcastPkts' => '0',
    'ifHCOutMulticastPkts' => '0',
    'ifHCOutBroadcastPkts' => '0',
    'ifLinkUpDownTrapEnable' => 'disabled',
    'ifHighSpeed' => '0',
    'ifPromiscuousMode' => 'false',
    'ifConnectorPresent' => 'false',
    'ifAlias' => '',
    'ifCounterDiscontinuityTime' => '0:0:00:00.00',
    'ifDescr' => '/Common/socks-tunnel',
    'ifAdminStatus' => 'up',
    'ifOperStatus' => 'unknown',
    'ifLastChange' => '0',
    'ifType' => '0',
    'ifPhysAddress' => '0:50:56:92:7a:8c',
    'ifMtu' => '0',
    'ifInErrors' => '0',
    'ifOutErrors' => '0',
    'ifInDiscards' => '0',
    'ifOutDiscards' => '0',
  ),
  160 => 
  array (
    'ifName' => '/Common/VLAN221_F5_HA',
    'ifInMulticastPkts' => '1029184',
    'ifInBroadcastPkts' => '207',
    'ifOutMulticastPkts' => '1029195',
    'ifOutBroadcastPkts' => '45',
    'ifHCInOctets' => '13022161453',
    'ifHCInUcastPkts' => '62866298',
    'ifHCInMulticastPkts' => '1029184',
    'ifHCInBroadcastPkts' => '207',
    'ifHCOutOctets' => '13260749128',
    'ifHCOutUcastPkts' => '61757598',
    'ifHCOutMulticastPkts' => '1029195',
    'ifHCOutBroadcastPkts' => '45',
    'ifLinkUpDownTrapEnable' => 'disabled',
    'ifHighSpeed' => '10000',
    'ifPromiscuousMode' => 'false',
    'ifConnectorPresent' => 'false',
    'ifAlias' => '',
    'ifCounterDiscontinuityTime' => '0:0:00:00.00',
    'ifDescr' => '/Common/VLAN221_F5_HA',
    'ifAdminStatus' => 'up',
    'ifOperStatus' => 'up',
    'ifLastChange' => '0',
    'ifType' => 'ethernetCsmacd',
    'ifPhysAddress' => '0:50:56:92:54:1b',
    'ifMtu' => '1500',
    'ifInErrors' => '0',
    'ifOutErrors' => '0',
    'ifInDiscards' => '0',
    'ifOutDiscards' => '4',
  ),
  176 => 
  array (
    'ifName' => '/External/VLAN201_DMZ',
    'ifInMulticastPkts' => '1739990',
    'ifInBroadcastPkts' => '5262125',
    'ifOutMulticastPkts' => '1736415',
    'ifOutBroadcastPkts' => '2189755',
    'ifHCInOctets' => '4992173309',
    'ifHCInUcastPkts' => '16844086',
    'ifHCInMulticastPkts' => '1739990',
    'ifHCInBroadcastPkts' => '5262125',
    'ifHCOutOctets' => '4125381110',
    'ifHCOutUcastPkts' => '12199260',
    'ifHCOutMulticastPkts' => '1736415',
    'ifHCOutBroadcastPkts' => '2189755',
    'ifLinkUpDownTrapEnable' => 'disabled',
    'ifHighSpeed' => '10000',
    'ifPromiscuousMode' => 'false',
    'ifConnectorPresent' => 'false',
    'ifAlias' => '',
    'ifCounterDiscontinuityTime' => '0:0:00:00.00',
    'ifDescr' => '/External/VLAN201_DMZ',
    'ifAdminStatus' => 'up',
    'ifOperStatus' => 'up',
    'ifLastChange' => '0',
    'ifType' => 'ethernetCsmacd',
    'ifPhysAddress' => '0:50:56:92:3f:ff',
    'ifMtu' => '1500',
    'ifInErrors' => '0',
    'ifOutErrors' => '0',
    'ifInDiscards' => '0',
    'ifOutDiscards' => '3',
  ),
  192 => 
  array (
    'ifName' => '/External/VLAN212_FE',
    'ifInMulticastPkts' => '1095073',
    'ifInBroadcastPkts' => '94034',
    'ifOutMulticastPkts' => '1095080',
    'ifOutBroadcastPkts' => '34803',
    'ifHCInOctets' => '197793875',
    'ifHCInUcastPkts' => '1850366',
    'ifHCInMulticastPkts' => '1095073',
    'ifHCInBroadcastPkts' => '94034',
    'ifHCOutOctets' => '227498094',
    'ifHCOutUcastPkts' => '665291',
    'ifHCOutMulticastPkts' => '1095080',
    'ifHCOutBroadcastPkts' => '34803',
    'ifLinkUpDownTrapEnable' => 'disabled',
    'ifHighSpeed' => '10000',
    'ifPromiscuousMode' => 'false',
    'ifConnectorPresent' => 'false',
    'ifAlias' => '',
    'ifCounterDiscontinuityTime' => '0:0:00:00.00',
    'ifDescr' => '/External/VLAN212_FE',
    'ifAdminStatus' => 'up',
    'ifOperStatus' => 'up',
    'ifLastChange' => '0',
    'ifType' => 'ethernetCsmacd',
    'ifPhysAddress' => '0:50:56:92:36:a7',
    'ifMtu' => '1500',
    'ifInErrors' => '0',
    'ifOutErrors' => '0',
    'ifInDiscards' => '0',
    'ifOutDiscards' => '3',
  ),
  208 => 
  array (
    'ifName' => '/External/VLAN220_F5_Inside',
    'ifInMulticastPkts' => '1029190',
    'ifInBroadcastPkts' => '36731',
    'ifOutMulticastPkts' => '1029196',
    'ifOutBroadcastPkts' => '34429',
    'ifHCInOctets' => '3243748182',
    'ifHCInUcastPkts' => '20997502',
    'ifHCInMulticastPkts' => '1029190',
    'ifHCInBroadcastPkts' => '36731',
    'ifHCOutOctets' => '3187631523',
    'ifHCOutUcastPkts' => '20208179',
    'ifHCOutMulticastPkts' => '1029196',
    'ifHCOutBroadcastPkts' => '34429',
    'ifLinkUpDownTrapEnable' => 'disabled',
    'ifHighSpeed' => '10000',
    'ifPromiscuousMode' => 'false',
    'ifConnectorPresent' => 'false',
    'ifAlias' => '',
    'ifCounterDiscontinuityTime' => '0:0:00:00.00',
    'ifDescr' => '/External/VLAN220_F5_Inside',
    'ifAdminStatus' => 'up',
    'ifOperStatus' => 'up',
    'ifLastChange' => '0',
    'ifType' => 'ethernetCsmacd',
    'ifPhysAddress' => '0:50:56:92:d:d6',
    'ifMtu' => '1500',
    'ifInErrors' => '0',
    'ifOutErrors' => '0',
    'ifInDiscards' => '0',
    'ifOutDiscards' => '4',
  ),
  224 => 
  array (
    'ifName' => '/External/TE-Conn_prof',
    'ifInMulticastPkts' => '10',
    'ifInBroadcastPkts' => '0',
    'ifOutMulticastPkts' => '0',
    'ifOutBroadcastPkts' => '0',
    'ifHCInOctets' => '828',
    'ifHCInUcastPkts' => '0',
    'ifHCInMulticastPkts' => '10',
    'ifHCInBroadcastPkts' => '0',
    'ifHCOutOctets' => '0',
    'ifHCOutUcastPkts' => '0',
    'ifHCOutMulticastPkts' => '0',
    'ifHCOutBroadcastPkts' => '0',
    'ifLinkUpDownTrapEnable' => 'disabled',
    'ifHighSpeed' => '0',
    'ifPromiscuousMode' => 'false',
    'ifConnectorPresent' => 'false',
    'ifAlias' => '',
    'ifCounterDiscontinuityTime' => '0:0:00:00.00',
    'ifDescr' => '/External/TE-Conn_prof',
    'ifAdminStatus' => 'up',
    'ifOperStatus' => 'unknown',
    'ifLastChange' => '0',
    'ifType' => '0',
    'ifPhysAddress' => '0:50:56:92:7a:8c',
    'ifMtu' => '0',
    'ifInErrors' => '0',
    'ifOutErrors' => '0',
    'ifInDiscards' => '0',
    'ifOutDiscards' => '0',
  ),
  240 => 
  array (
    'ifName' => '/External/TE-Edge-Client',
    'ifInMulticastPkts' => '10',
    'ifInBroadcastPkts' => '0',
    'ifOutMulticastPkts' => '0',
    'ifOutBroadcastPkts' => '0',
    'ifHCInOctets' => '828',
    'ifHCInUcastPkts' => '0',
    'ifHCInMulticastPkts' => '10',
    'ifHCInBroadcastPkts' => '0',
    'ifHCOutOctets' => '0',
    'ifHCOutUcastPkts' => '0',
    'ifHCOutMulticastPkts' => '0',
    'ifHCOutBroadcastPkts' => '0',
    'ifLinkUpDownTrapEnable' => 'disabled',
    'ifHighSpeed' => '0',
    'ifPromiscuousMode' => 'false',
    'ifConnectorPresent' => 'false',
    'ifAlias' => '',
    'ifCounterDiscontinuityTime' => '0:0:00:00.00',
    'ifDescr' => '/External/TE-Edge-Client',
    'ifAdminStatus' => 'up',
    'ifOperStatus' => 'unknown',
    'ifLastChange' => '0',
    'ifType' => '0',
    'ifPhysAddress' => '0:50:56:92:7a:8c',
    'ifMtu' => '0',
    'ifInErrors' => '0',
    'ifOutErrors' => '0',
    'ifInDiscards' => '0',
    'ifOutDiscards' => '0',
  ),
  256 => 
  array (
    'ifName' => '/External/TE_Edge_Client_Pol_cp',
    'ifInMulticastPkts' => '10',
    'ifInBroadcastPkts' => '0',
    'ifOutMulticastPkts' => '0',
    'ifOutBroadcastPkts' => '0',
    'ifHCInOctets' => '828',
    'ifHCInUcastPkts' => '0',
    'ifHCInMulticastPkts' => '10',
    'ifHCInBroadcastPkts' => '0',
    'ifHCOutOctets' => '0',
    'ifHCOutUcastPkts' => '0',
    'ifHCOutMulticastPkts' => '0',
    'ifHCOutBroadcastPkts' => '0',
    'ifLinkUpDownTrapEnable' => 'disabled',
    'ifHighSpeed' => '0',
    'ifPromiscuousMode' => 'false',
    'ifConnectorPresent' => 'false',
    'ifAlias' => '',
    'ifCounterDiscontinuityTime' => '0:0:00:00.00',
    'ifDescr' => '/External/TE_Edge_Client_Pol_cp',
    'ifAdminStatus' => 'up',
    'ifOperStatus' => 'unknown',
    'ifLastChange' => '0',
    'ifType' => '0',
    'ifPhysAddress' => '0:50:56:92:7a:8c',
    'ifMtu' => '0',
    'ifInErrors' => '0',
    'ifOutErrors' => '0',
    'ifInDiscards' => '0',
    'ifOutDiscards' => '0',
  ),
  272 => 
  array (
    'ifName' => '/External/TE_rdptest_policy_cp',
    'ifInMulticastPkts' => '10',
    'ifInBroadcastPkts' => '0',
    'ifOutMulticastPkts' => '0',
    'ifOutBroadcastPkts' => '0',
    'ifHCInOctets' => '828',
    'ifHCInUcastPkts' => '0',
    'ifHCInMulticastPkts' => '10',
    'ifHCInBroadcastPkts' => '0',
    'ifHCOutOctets' => '0',
    'ifHCOutUcastPkts' => '0',
    'ifHCOutMulticastPkts' => '0',
    'ifHCOutBroadcastPkts' => '0',
    'ifLinkUpDownTrapEnable' => 'disabled',
    'ifHighSpeed' => '0',
    'ifPromiscuousMode' => 'false',
    'ifConnectorPresent' => 'false',
    'ifAlias' => '',
    'ifCounterDiscontinuityTime' => '0:0:00:00.00',
    'ifDescr' => '/External/TE_rdptest_policy_cp',
    'ifAdminStatus' => 'up',
    'ifOperStatus' => 'unknown',
    'ifLastChange' => '0',
    'ifType' => '0',
    'ifPhysAddress' => '0:50:56:92:7a:8c',
    'ifMtu' => '0',
    'ifInErrors' => '0',
    'ifOutErrors' => '0',
    'ifInDiscards' => '0',
    'ifOutDiscards' => '0',
  ),
  288 => 
  array (
    'ifName' => '/External/TST-Portal-xxx',
    'ifInMulticastPkts' => '10',
    'ifInBroadcastPkts' => '0',
    'ifOutMulticastPkts' => '0',
    'ifOutBroadcastPkts' => '0',
    'ifHCInOctets' => '828',
    'ifHCInUcastPkts' => '0',
    'ifHCInMulticastPkts' => '10',
    'ifHCInBroadcastPkts' => '0',
    'ifHCOutOctets' => '0',
    'ifHCOutUcastPkts' => '0',
    'ifHCOutMulticastPkts' => '0',
    'ifHCOutBroadcastPkts' => '0',
    'ifLinkUpDownTrapEnable' => 'disabled',
    'ifHighSpeed' => '0',
    'ifPromiscuousMode' => 'false',
    'ifConnectorPresent' => 'false',
    'ifAlias' => '',
    'ifCounterDiscontinuityTime' => '0:0:00:00.00',
    'ifDescr' => '/External/TST-Portal-xxx',
    'ifAdminStatus' => 'up',
    'ifOperStatus' => 'unknown',
    'ifLastChange' => '0',
    'ifType' => '0',
    'ifPhysAddress' => '0:50:56:92:7a:8c',
    'ifMtu' => '0',
    'ifInErrors' => '0',
    'ifOutErrors' => '0',
    'ifInDiscards' => '0',
    'ifOutDiscards' => '0',
  ),
  304 => 
  array (
    'ifName' => '/External/te-wiz-rdp-test_cp',
    'ifInMulticastPkts' => '10',
    'ifInBroadcastPkts' => '0',
    'ifOutMulticastPkts' => '0',
    'ifOutBroadcastPkts' => '0',
    'ifHCInOctets' => '828',
    'ifHCInUcastPkts' => '0',
    'ifHCInMulticastPkts' => '10',
    'ifHCInBroadcastPkts' => '0',
    'ifHCOutOctets' => '0',
    'ifHCOutUcastPkts' => '0',
    'ifHCOutMulticastPkts' => '0',
    'ifHCOutBroadcastPkts' => '0',
    'ifLinkUpDownTrapEnable' => 'disabled',
    'ifHighSpeed' => '0',
    'ifPromiscuousMode' => 'false',
    'ifConnectorPresent' => 'false',
    'ifAlias' => '',
    'ifCounterDiscontinuityTime' => '0:0:00:00.00',
    'ifDescr' => '/External/te-wiz-rdp-test_cp',
    'ifAdminStatus' => 'up',
    'ifOperStatus' => 'unknown',
    'ifLastChange' => '0',
    'ifType' => '0',
    'ifPhysAddress' => '0:50:56:92:7a:8c',
    'ifMtu' => '0',
    'ifInErrors' => '0',
    'ifOutErrors' => '0',
    'ifInDiscards' => '0',
    'ifOutDiscards' => '0',
  ),
  320 => 
  array (
    'ifName' => '/External/tstportal_conn_profile',
    'ifInMulticastPkts' => '10',
    'ifInBroadcastPkts' => '0',
    'ifOutMulticastPkts' => '0',
    'ifOutBroadcastPkts' => '0',
    'ifHCInOctets' => '828',
    'ifHCInUcastPkts' => '0',
    'ifHCInMulticastPkts' => '10',
    'ifHCInBroadcastPkts' => '0',
    'ifHCOutOctets' => '0',
    'ifHCOutUcastPkts' => '0',
    'ifHCOutMulticastPkts' => '0',
    'ifHCOutBroadcastPkts' => '0',
    'ifLinkUpDownTrapEnable' => 'disabled',
    'ifHighSpeed' => '0',
    'ifPromiscuousMode' => 'false',
    'ifConnectorPresent' => 'false',
    'ifAlias' => '',
    'ifCounterDiscontinuityTime' => '0:0:00:00.00',
    'ifDescr' => '/External/tstportal_conn_profile',
    'ifAdminStatus' => 'up',
    'ifOperStatus' => 'unknown',
    'ifLastChange' => '0',
    'ifType' => '0',
    'ifPhysAddress' => '0:50:56:92:7a:8c',
    'ifMtu' => '0',
    'ifInErrors' => '0',
    'ifOutErrors' => '0',
    'ifInDiscards' => '0',
    'ifOutDiscards' => '0',
  ),
)  
ignored by ifName:  (matched: /^$/)  
SQL[[1;33mUPDATE `ports` set `deleted`=? WHERE `port_id` = ? [0;33m["1",null][0m 0.4ms] 
  
ignored by ifName:  (matched: /^$/)  
ignored by ifName:  (matched: /^$/)  
ignored by ifName:  (matched: /^$/)  
ignored by ifName:  (matched: /^$/)  
ignored by ifName:  (matched: /^$/)  
ignored by ifName:  (matched: /^$/)  
ignored by ifName:  (matched: /^$/)  
ignored by ifName:  (matched: /^$/)  
ignored by ifName:  (matched: /^$/)  
ignored by ifName:  (matched: /^$/)  
ignored by ifName:  (matched: /^$/)  
ignored by ifName:  (matched: /^$/)  
ignored by ifName:  (matched: /^$/)  
ignored by ifName:  (matched: /^$/)  
ignored by ifName:  (matched: /^$/)  
ignored by ifName:  (matched: /^$/)  
ignored by ifName:  (matched: /^$/)  

SQL[[1;33mupdate `ports` set `poll_time` = ?, `poll_prev` = ?, `poll_period` = ? where 0 = 1 [0;33m[1653900084,null,1653900084][0m 0.27ms] 
  
0 updated  

>> Runtime for poller module 'ports': 0.3478 seconds with 29120 bytes
>> [0;36mSNMP[0m: [14/0.32s] [1;33mMySQL[0m: [4/0.03s]   
#### Unload poller module ports ####

Modules status: Global+  
OS  
Device  

#### Load poller module customoid ####
SQL[[1;33mSELECT * FROM `customoids` WHERE `customoid_passed` = 1 AND `device_id` = ? [0;33m[44][0m 0.38ms] 
  

>> Runtime for poller module 'customoid': 0.0011 seconds with 944 bytes
>> [0;36mSNMP[0m: [0/0.00s] [1;33mMySQL[0m: [1/0.00s]   
#### Unload poller module customoid ####

Modules status: Global+  
OS  
Device  

#### Load poller module bgp-peers ####
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[44][0m 0.38ms] 
  

>> Runtime for poller module 'bgp-peers': 0.0026 seconds with 13944 bytes
>> [0;36mSNMP[0m: [0/0.00s] [1;33mMySQL[0m: [1/0.00s]   
#### Unload poller module bgp-peers ####

Modules status: Global-  
OS  
Device  
Module [ junose-atm-vp ] disabled globally.

Modules status: Global-  
OS  
Device  
Module [ printer-supplies ] disabled globally.

Modules status: Global+  
OS  
Device  

#### Load poller module ucd-diskio ####
SQL[[1;33mSELECT * FROM `ucd_diskio` WHERE `device_id`  = ? [0;33m[44][0m 0.27ms] 
  

>> Runtime for poller module 'ucd-diskio': 0.0010 seconds with 784 bytes
>> [0;36mSNMP[0m: [0/0.00s] [1;33mMySQL[0m: [1/0.00s]   
#### Unload poller module ucd-diskio ####

Modules status: Global-  
OS  
Device  
Module [ wifi ] disabled globally.

Modules status: Global+  
OS  
Device  

#### Load poller module wireless ####
Attempting to initialize OS: f5  
OS initialized: LibreNMS\OS\F5  
SQL[[1;33mSELECT * FROM `wireless_sensors` WHERE `device_id` = ? [0;33m[44][0m 0.35ms] 
  

>> Runtime for poller module 'wireless': 0.0025 seconds with 103192 bytes
>> [0;36mSNMP[0m: [0/0.00s] [1;33mMySQL[0m: [1/0.00s]   
#### Unload poller module wireless ####

Modules status: Global+  
OS  
Device  

#### Load poller module ospf ####
SQL[[1;33mselect * from `vrf_lite_cisco` where `vrf_lite_cisco`.`device_id` = ? and `vrf_lite_cisco`.`device_id` is not null [0;33m[44][0m 0.3ms] 
  
 Processes: SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' '-v2c' '-c' 'COMMUNITY' '-OQXUt' '-Os' 'udp:HOSTNAME:161' 'OSPF-MIB::ospfGeneralGroup'[0m]  
ospfGeneralGroup = No Such Object available on this agent at this OID
  
  
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[44,""][0m 1.12ms] 
  
0
>> Runtime for poller module 'ospf': 0.0213 seconds with 93368 bytes
>> [0;36mSNMP[0m: [1/0.02s] [1;33mMySQL[0m: [2/0.01s]   
#### Unload poller module ospf ####

Modules status: Global-  
OS  
Device  
Module [ isis ] disabled globally.

Modules status: Global-  
OS  
Device  
Module [ cisco-ipsec-flow-monitor ] disabled globally.

Modules status: Global-  
OS  
Device  
Module [ cisco-remote-access-monitor ] disabled globally.

Modules status: Global-  
OS  
Device  
Module [ cisco-cef ] disabled globally.

Modules status: Global-  
OS  
Device  
Module [ slas ] disabled globally.

Modules status: Global-  
OS  
Device  
Module [ cisco-mac-accounting ] disabled globally.

Modules status: Global-  
OS  
Device  
Module [ cipsec-tunnels ] disabled globally.

Modules status: Global-  
OS  
Device  
Module [ cisco-ace-loadbalancer ] disabled globally.

Modules status: Global-  
OS  
Device  
Module [ cisco-ace-serverfarms ] disabled globally.

Modules status: Global-  
OS  
Device  
Module [ cisco-asa-firewall ] disabled globally.

Modules status: Global-  
OS  
Device  
Module [ cisco-voice ] disabled globally.

Modules status: Global-  
OS  
Device  
Module [ cisco-cbqos ] disabled globally.

Modules status: Global-  
OS  
Device  
Module [ cisco-otv ] disabled globally.

Modules status: Global-  
OS  
Device  
Module [ cisco-qfp ] disabled globally.

Modules status: Global-  
OS  
Device  
Module [ cisco-vpdn ] disabled globally.

Modules status: Global-  
OS  
Device  
Module [ nac ] disabled globally.

Modules status: Global-  
OS  
Device  
Module [ netscaler-vsvr ] disabled globally.

Modules status: Global-  
OS  
Device  
Module [ aruba-controller ] disabled globally.

Modules status: Global+  
OS  
Device  

#### Load poller module entity-physical ####

>> Runtime for poller module 'entity-physical': 0.0003 seconds with 472 bytes
>> [0;36mSNMP[0m: [0/0.00s] [1;33mMySQL[0m: [0/0.00s]   
#### Unload poller module entity-physical ####

Modules status: Global-  
OS  
Device  
Module [ entity-state ] disabled globally.

Modules status: Global+  
OS  
Device  

#### Load poller module applications ####
SQL[[1;33mSELECT * FROM `applications` WHERE `device_id`  = ? [0;33m[44][0m 0.32ms] 
  

>> Runtime for poller module 'applications': 0.0010 seconds with 576 bytes
>> [0;36mSNMP[0m: [0/0.00s] [1;33mMySQL[0m: [1/0.00s]   
#### Unload poller module applications ####

Modules status: Global-  
OS  
Device  
Module [ mib ] disabled globally.

Modules status: Global+  
OS  
Device  

#### Load poller module stp ####
Instances: SQL[[1;33mselect * from `stp` where `stp`.`device_id` = ? and `stp`.`device_id` is not null [0;33m[44][0m 0.31ms] 
  

Ports: SQL[[1;33mselect * from `ports_stp` where `ports_stp`.`device_id` = ? and `ports_stp`.`device_id` is not null [0;33m[44][0m 0.28ms] 
  

>> Runtime for poller module 'stp': 0.0029 seconds with 74368 bytes
>> [0;36mSNMP[0m: [0/0.00s] [1;33mMySQL[0m: [2/0.01s]   
#### Unload poller module stp ####

Modules status: Global+  
OS  
Device  

#### Load poller module ntp ####

>> Runtime for poller module 'ntp': 0.0003 seconds with 400 bytes
>> [0;36mSNMP[0m: [0/0.00s] [1;33mMySQL[0m: [0/0.00s]   
#### Unload poller module ntp ####

Modules status: Global-  
OS+  
Device  

#### Load poller module loadbalancers ####
SQL[[1;33mselect * from `component` where `disabled` = ? and `ignore` = ? and `device_id` = ? [0;33m[0,0,44][0m 0.39ms] 
  
SQL[[1;33mselect * from `component_prefs` where `component_prefs`.`component` in (456, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 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, 501, 502, 503, 505, 506, 507, 508, 509, 510, 511, 578) [0;33m[][0m 0.69ms] 
  
SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-Osqn' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3375.2.2.10.2.3.1.6'[0m]
.*.4.1.33*.*.*.*.*.*.*.*.112 0
.*.4.1.33*.*.*.*.*.*.*.*.95.86.83 0
.*.4.1.33*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.115 0
.*.4.1.33*.*.*.*.*.*.*.*.*.86.83 92049
.*.4.1.33*.*.*.*.*.*.*.*.*.95.118.115 0
.*.4.1.33*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.105.112 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.115.101 53626
.*.4.1.33*.*.*.*.*.*.*.*.*.*.* 1272
.*.4.1.33*.*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.115 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.99.116 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.95.118.115 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.* 22776
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.116.112 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.116.112.115 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.115 0  
  
SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-Osqn' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3375.2.2.10.2.3.1.8'[0m]
.*.4.1.33*.*.*.*.*.*.*.*.112 0
.*.4.1.33*.*.*.*.*.*.*.*.95.86.83 0
.*.4.1.33*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.115 0
.*.4.1.33*.*.*.*.*.*.*.*.*.86.83 112953
.*.4.1.33*.*.*.*.*.*.*.*.*.95.118.115 0
.*.4.1.33*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.105.112 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.115.101 33407
.*.4.1.33*.*.*.*.*.*.*.*.*.*.* 1135
.*.4.1.33*.*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.115 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.99.116 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.95.118.115 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.* 11403
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.116.112 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.116.112.115 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.115 0  
  
SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-Osqn' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3375.2.2.10.2.3.1.7'[0m]
.*.4.1.33*.*.*.*.*.*.*.*.112 0
.*.4.1.33*.*.*.*.*.*.*.*.95.86.83 0
.*.4.1.33*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.115 0
.*.4.1.33*.*.*.*.*.*.*.*.*.86.83 5069534
.*.4.1.33*.*.*.*.*.*.*.*.*.95.118.115 0
.*.4.1.33*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.105.112 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.115.101 2720503
.*.4.1.33*.*.*.*.*.*.*.*.*.*.* 257123
.*.4.1.33*.*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.115 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.99.116 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.95.118.115 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.* 958289
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.116.112 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.116.112.115 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.115 0  
  
SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-Osqn' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3375.2.2.10.2.3.1.9'[0m]
.*.4.1.33*.*.*.*.*.*.*.*.112 0
.*.4.1.33*.*.*.*.*.*.*.*.95.86.83 0
.*.4.1.33*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.115 0
.*.4.1.33*.*.*.*.*.*.*.*.*.86.83 110914321
.*.4.1.33*.*.*.*.*.*.*.*.*.95.118.115 0
.*.4.1.33*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.105.112 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.115.101 7092025
.*.4.1.33*.*.*.*.*.*.*.*.*.*.* 580863
.*.4.1.33*.*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.115 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.99.116 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.95.118.115 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.* 502725
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.116.112 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.116.112.115 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.115 0  
  
SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-Osqn' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3375.2.2.10.2.3.1.11'[0m]
.*.4.1.33*.*.*.*.*.*.*.*.112 0
.*.4.1.33*.*.*.*.*.*.*.*.95.86.83 0
.*.4.1.33*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.115 0
.*.4.1.33*.*.*.*.*.*.*.*.*.86.83 2334
.*.4.1.33*.*.*.*.*.*.*.*.*.95.118.115 0
.*.4.1.33*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.105.112 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.115.101 22783
.*.4.1.33*.*.*.*.*.*.*.*.*.*.* 53
.*.4.1.33*.*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.115 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.99.116 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.95.118.115 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.* 11358
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.116.112 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.116.112.115 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.115 0  
  
SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-Osqn' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3375.2.2.13.1.3.1.7'[0m]
.*.4.1.33*.* No Such Instance currently exists at this OID  
  
Invalid snmp_walk() data = .1.3.6.1.4.1.3375.2.2.13.1.3.1.7 No Such Instance currently exists at this OID  
SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-Osqn' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3375.2.2.13.1.3.1.4'[0m]
.*.4.1.33*.* No Such Instance currently exists at this OID  
  
Invalid snmp_walk() data = .1.3.6.1.4.1.3375.2.2.13.1.3.1.4 No Such Instance currently exists at this OID  
SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-Osqn' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3375.2.2.13.1.3.1.6'[0m]
.*.4.1.33*.* No Such Instance currently exists at this OID  
  
Invalid snmp_walk() data = .1.3.6.1.4.1.3375.2.2.13.1.3.1.6 No Such Instance currently exists at this OID  
SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-Osqn' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3375.2.2.13.1.3.1.5'[0m]
.*.4.1.33*.* No Such Instance currently exists at this OID  
  
Invalid snmp_walk() data = .1.3.6.1.4.1.3375.2.2.13.1.3.1.5 No Such Instance currently exists at this OID  
SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-Osqn' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3375.2.2.5.4.3.1.5'[0m]
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.0 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.0 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.56.1814 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.57.1814 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.0 83
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.636 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.48.636 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.443 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.49.443 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.56.1816 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.57.1816 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.54.52.80 120209
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.17533 1295
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.443 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.443 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.55.443 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.52.49.443 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.49.48.443 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.49.49.443 0  
  
SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-Osqn' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3375.2.2.5.4.3.1.7'[0m]
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.0 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.0 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.56.1814 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.57.1814 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.0 68
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.636 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.48.636 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.443 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.49.443 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.56.1816 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.57.1816 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.54.52.80 235909
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.17533 977
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.443 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.443 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.55.443 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.52.49.443 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.49.48.443 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.49.49.443 0  
  
SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-Osqn' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3375.2.2.5.4.3.1.6'[0m]
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.0 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.0 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.56.1814 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.57.1814 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.0 17739
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.636 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.48.636 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.443 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.49.443 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.56.1816 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.57.1816 528
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.54.52.80 6238140
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.17533 187298
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.443 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.443 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.55.443 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.52.49.443 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.49.48.443 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.49.49.443 0  
  
SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-Osqn' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3375.2.2.5.4.3.1.8'[0m]
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.0 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.0 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.56.1814 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.57.1814 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.0 31477
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.636 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.48.636 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.443 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.49.443 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.56.1816 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.57.1816 276
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.54.52.80 349071025
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.17533 577310
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.443 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.443 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.55.443 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.52.49.443 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.49.48.443 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.49.49.443 0  
  
SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-Osqn' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3375.2.2.5.4.3.1.10'[0m]
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.0 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.0 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.56.1814 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.57.1814 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.0 14
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.636 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.48.636 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.443 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.49.443 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.56.1816 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.57.1816 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.54.52.80 249
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.17533 53
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.443 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.443 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.55.443 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.52.49.443 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.49.48.443 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.49.49.443 0  
  
SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-Osqn' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' '1.3.6.1.4.1.3375.2.2.10.13.2.1.2'[0m]
.*.4.1.33*.*.*.*.*.*.*.*.112 3
.*.4.1.33*.*.*.*.*.*.*.*.95.86.83 1
.*.4.1.33*.*.*.*.*.*.*.*.* 3
.*.4.1.33*.*.*.*.*.*.*.*.*.115 4
.*.4.1.33*.*.*.*.*.*.*.*.*.86.83 1
.*.4.1.33*.*.*.*.*.*.*.*.*.95.118.115 4
.*.4.1.33*.*.*.*.*.*.*.*.*.* 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.105.112 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.115.101 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.* 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.* 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.115 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.99.116 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.95.118.115 3
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.* 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.* 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.116.112 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.116.112.115 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.115 1  
  
SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-Osqn' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' '1.3.6.1.4.1.3375.2.2.10.13.2.1.5'[0m]
.*.4.1.33*.*.*.*.*.*.*.*.112 "The children pool member(s) are down"
.*.4.1.33*.*.*.*.*.*.*.*.95.86.83 "The virtual server is available"
.*.4.1.33*.*.*.*.*.*.*.*.* "The children pool member(s) are down"
.*.4.1.33*.*.*.*.*.*.*.*.*.115 "The children pool member(s) either don't have service checking enabled, or service check results are not available yet"
.*.4.1.33*.*.*.*.*.*.*.*.*.86.83 "The virtual server is available"
.*.4.1.33*.*.*.*.*.*.*.*.*.95.118.115 "The children pool member(s) either don't have service checking enabled, or service check results are not available yet"
.*.4.1.33*.*.*.*.*.*.*.*.*.* "The children pool member(s) either don't have service checking enabled, or service check results are not available yet"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.105.112 "The children pool member(s) either don't have service checking enabled, or service check results are not available yet"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.115.101 "The children pool member(s) either don't have service checking enabled, or service check results are not available yet"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.* "The children pool member(s) either don't have service checking enabled, or service check results are not available yet"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.* "The children pool member(s) either don't have service checking enabled, or service check results are not available yet"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.115 "The children pool member(s) either don't have service checking enabled, or service check results are not available yet"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.99.116 "The children pool member(s) either don't have service checking enabled, or service check results are not available yet"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.95.118.115 "The children pool member(s) are down"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.* "The children pool member(s) either don't have service checking enabled, or service check results are not available yet"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.* "The children pool member(s) either don't have service checking enabled, or service check results are not available yet"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.116.112 "The children pool member(s) either don't have service checking enabled, or service check results are not available yet"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.116.112.115 "The virtual server is available"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.* "The children pool member(s) either don't have service checking enabled, or service check results are not available yet"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.115 "The virtual server is available"  
  
SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-Osqn' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' '1.3.6.1.4.1.3375.2.2.5.6.2.1.5'[0m]
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.0 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.0 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.56.1814 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.57.1814 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.0 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.636 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.48.636 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.443 3
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.49.443 3
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.56.1816 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.57.1816 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.54.52.80 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.17533 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.443 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.443 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.55.443 3
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.52.49.443 3
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.49.48.443 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.49.49.443 1  
  
SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-Osqn' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' '1.3.6.1.4.1.3375.2.2.5.6.2.1.6'[0m]
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.0 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.0 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.56.1814 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.57.1814 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.0 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.636 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.48.636 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.443 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.49.443 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.56.1816 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.57.1816 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.54.52.80 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.17533 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.443 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.443 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.55.443 2
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.52.49.443 2
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.49.48.443 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.49.49.443 1  
  
SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-Osqn' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' '1.3.6.1.4.1.3375.2.2.5.6.2.1.8'[0m]
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.0 "Pool member does not have service checking enabled"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.0 "Pool member does not have service checking enabled"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.56.1814 "Pool member does not have service checking enabled"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.57.1814 "Pool member does not have service checking enabled"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.* "Pool member does not have service checking enabled"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.* "Pool member does not have service checking enabled"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.* "Pool member does not have service checking enabled"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.0 "Pool member does not have service checking enabled"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.636 "Pool member is available"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.48.636 "Pool member is available"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.443 "/External/iapp_tstepost.xxx.se.app/iapp_tstepost.xxx.se_owa_https_adv_monitor: No successful responses received before deadline. @2022/05/06 14:50:52. "
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.49.443 "/External/iapp_tstepost.xxx.se.app/iapp_tstepost.xxx.se_owa_https_adv_monitor: No successful responses received before deadline. @2022/05/06 14:50:52. "
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.* "Pool member is available"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.56.1816 "Pool member does not have service checking enabled"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.57.1816 "Pool member does not have service checking enabled"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.54.52.80 "Pool member is available"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.17533 "Pool member does not have service checking enabled"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.443 "Pool member is available"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.443 "Pool member is available"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.55.443 "/External/iapp_tstepost.xxx.se.app/iapp_tstepost.xxx.se_owa_https_adv_monitor: No successful responses received before deadline. @2022/05/06 14:50:52. "
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.52.49.443 "/External/iapp_tstepost.xxx.se.app/iapp_tstepost.xxx.se_owa_https_adv_monitor: No successful responses received before deadline. @2022/05/06 14:50:52. "
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.49.48.443 "Pool member is available"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.49.49.443 "Pool member is available"  
  
SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-Osqn' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' '1.3.6.1.4.1.3375.2.2.5.1.2.1.4'[0m]
.*.4.1.33*.*.*.*.*.*.*.117.112 0
.*.4.1.33*.*.*.*.*.*.*.117.112 0
.*.4.1.33*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.111.108 0
.*.4.1.33*.*.*.*.*.*.*.*.115.101 0
.*.4.1.33*.*.*.*.*.*.*.*.111.111.108 0
.*.4.1.33*.*.*.*.*.*.*.*.*.108 0
.*.4.1.33*.*.*.*.*.*.*.*.*.108 0
.*.4.1.33*.*.*.*.*.*.*.*.*.108 0
.*.4.1.33*.*.*.*.*.*.*.*.*.112.97 0
.*.4.1.33*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.108 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.108.55 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 0  
  
SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-Osqn' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' '1.3.6.1.4.1.3375.2.2.5.1.2.1.5'[0m]
.*.4.1.33*.*.*.*.*.*.*.117.112 0
.*.4.1.33*.*.*.*.*.*.*.117.112 0
.*.4.1.33*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.111.108 0
.*.4.1.33*.*.*.*.*.*.*.*.115.101 0
.*.4.1.33*.*.*.*.*.*.*.*.111.111.108 0
.*.4.1.33*.*.*.*.*.*.*.*.*.108 0
.*.4.1.33*.*.*.*.*.*.*.*.*.108 0
.*.4.1.33*.*.*.*.*.*.*.*.*.108 0
.*.4.1.33*.*.*.*.*.*.*.*.*.112.97 0
.*.4.1.33*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.108 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.108.55 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 0  
  
SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-Osqn' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' '1.3.6.1.4.1.3375.2.2.5.1.2.1.6'[0m]
.*.4.1.33*.*.*.*.*.*.*.117.112 3
.*.4.1.33*.*.*.*.*.*.*.117.112 3
.*.4.1.33*.*.*.*.*.*.*.* 3
.*.4.1.33*.*.*.*.*.*.*.*.111.108 3
.*.4.1.33*.*.*.*.*.*.*.*.115.101 3
.*.4.1.33*.*.*.*.*.*.*.*.111.111.108 3
.*.4.1.33*.*.*.*.*.*.*.*.*.108 3
.*.4.1.33*.*.*.*.*.*.*.*.*.108 3
.*.4.1.33*.*.*.*.*.*.*.*.*.108 3
.*.4.1.33*.*.*.*.*.*.*.*.*.112.97 3
.*.4.1.33*.*.*.*.*.*.*.*.*.* 3
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.108 3
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.108.55 3
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 3  
  
SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-Osqn' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' '1.3.6.1.4.1.3375.2.2.5.1.2.1.8'[0m]
.*.4.1.33*.*.*.*.*.*.*.117.112 0
.*.4.1.33*.*.*.*.*.*.*.117.112 0
.*.4.1.33*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.111.108 0
.*.4.1.33*.*.*.*.*.*.*.*.115.101 0
.*.4.1.33*.*.*.*.*.*.*.*.111.111.108 2
.*.4.1.33*.*.*.*.*.*.*.*.*.108 0
.*.4.1.33*.*.*.*.*.*.*.*.*.108 1
.*.4.1.33*.*.*.*.*.*.*.*.*.108 0
.*.4.1.33*.*.*.*.*.*.*.*.*.112.97 0
.*.4.1.33*.*.*.*.*.*.*.*.*.* 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.108 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.108.55 2
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 2  
  


Component: 456  
    Type: f5-ltm-vs  
    Label: /External/tstetp.xxx.se_VS  


Component: 458  
    Type: f5-ltm-vs  
    Label: /External/te-wiz-rdp-test_vs  


Component: 459  
    Type: f5-ltm-vs  
    Label: /External/tstskippy.xxx.se_VS  


Component: 460  
    Type: f5-ltm-vs  
    Label: /External/TE_rdptest_policy_vs  


Component: 461  
    Type: f5-ltm-vs  
    Label: /External/TE_Edge_Client_Pol_vs  


Component: 462  
    Type: f5-ltm-vs  
    Label: /External/tstnsl.xxx.se_redir_vip  


Component: 463  
    Type: f5-ltm-vs  
    Label: /External/tstportal.xxxtst.xxx.se  


Component: 464  
    Type: f5-ltm-vs  
    Label: /External/Tstgood.xxxtst.xxx.se_vip  


Component: 465  
    Type: f5-ltm-vs  
    Label: /External/tstskippy.xxx.se_Redir_VS  


Component: 466  
    Type: f5-ltm-vs  
    Label: /External/TE_Edge_Client_Pol_vs_dtls  


Component: 467  
    Type: f5-ltm-vs  
    Label: /External/te-wiz-rdp-test_vs_redirect  


Component: 469  
    Type: f5-ltm-vs  
    Label: /External/TE_rdptest_policy_vs_redirect  


Component: 470  
    Type: f5-ltm-vs  
    Label: /External/tstportal.xxxtst.xxx.se_redir_vip  


Component: 471  
    Type: f5-ltm-vs  
    Label: /External/iapp_tstepost.xxx.se.app/iapp_tstepost.xxx.se_combined_http  


Component: 472  
    Type: f5-ltm-vs  
    Label: /External/iapp_tstepost.xxx.se.app/iapp_tstepost.xxx.se_combined_https  


Component: 473  
    Type: f5-ltm-vs  
    Label: /External/iapp_tstepost.xxx.se_2016.app/iapp_tstepost.xxx.se_2016_combined_http  


Component: 474  
    Type: f5-ltm-vs  
    Label: /External/iapp_tstepost.xxx.se_2016.app/iapp_tstepost.xxx.se_2016_combined_https  


Component: 475  
    Type: f5-ltm-pool  
    Label: /Common/xxxtstdcgroup  


Component: 476  
    Type: f5-ltm-pool  
    Label: /External/mideyegroup  


Component: 477  
    Type: f5-ltm-pool  
    Label: /External/xxxtstdcgroup  


Component: 478  
    Type: f5-ltm-pool  
    Label: /External/etp.xxx.se_pool  


Component: 479  
    Type: f5-ltm-pool  
    Label: /External/loginxxx.xxx.se  


Component: 480  
    Type: f5-ltm-pool  
    Label: /External/loginxxx-DC_pool  


Component: 481  
    Type: f5-ltm-pool  
    Label: /External/TE-tstexchsrv_pool  


Component: 482  
    Type: f5-ltm-pool  
    Label: /External/tstetp.xxx.se_pool  


Component: 483  
    Type: f5-ltm-pool  
    Label: /External/tstnsl.xxx.se_pool  


Component: 484  
    Type: f5-ltm-pool  
    Label: /External/Mideye-1816-logixxx  


Component: 485  
    Type: f5-ltm-pool  
    Label: /External/tstskippy.xxx.se_pool  


Component: 486  
    Type: f5-ltm-pool  
    Label: /External/tstgood.xxxtst.xxx.se_pool  


Component: 487  
    Type: f5-ltm-pool  
    Label: /External/iapp_tstepost.xxx.se.app/iapp_tstepost.xxx.se_owa_pool7  


Component: 488  
    Type: f5-ltm-pool  
    Label: /External/iapp_tstepost.xxx.se_2016.app/iapp_tstepost.xxx.se_2016_owa_pool7  


Component: 489  
    Type: f5-ltm-poolmember  
    Label: /Common/xxxtstdcgroup  


Component: 490  
    Type: f5-ltm-poolmember  
    Label: /Common/xxxtstdcgroup  


Component: 491  
    Type: f5-ltm-poolmember  
    Label: /External/mideyegroup  


Component: 492  
    Type: f5-ltm-poolmember  
    Label: /External/mideyegroup  


Component: 493  
    Type: f5-ltm-poolmember  
    Label: /External/xxxtstdcgroup  


Component: 494  
    Type: f5-ltm-poolmember  
    Label: /External/xxxtstdcgroup  


Component: 495  
    Type: f5-ltm-poolmember  
    Label: /External/loginxxx.xxx.se  


Component: 496  
    Type: f5-ltm-poolmember  
    Label: /External/loginxxx.xxx.se  


Component: 497  
    Type: f5-ltm-poolmember  
    Label: /External/loginxxx-DC_pool  


Component: 498  
    Type: f5-ltm-poolmember  
    Label: /External/loginxxx-DC_pool  


Component: 501  
    Type: f5-ltm-poolmember  
    Label: /External/tstetp.xxx.se_pool  


Component: 502  
    Type: f5-ltm-poolmember  
    Label: /External/Mideye-1816-logixxx  


Component: 503  
    Type: f5-ltm-poolmember  
    Label: /External/Mideye-1816-logixxx  


Component: 505  
    Type: f5-ltm-poolmember  
    Label: /External/tstgood.xxxtst.xxx.se_pool  


Component: 506  
    Type: f5-ltm-poolmember  
    Label: /External/iapp_tstepost.xxx.se.app/iapp_tstepost.xxx.se_owa_pool7  


Component: 507  
    Type: f5-ltm-poolmember  
    Label: /External/iapp_tstepost.xxx.se.app/iapp_tstepost.xxx.se_owa_pool7  


Component: 508  
    Type: f5-ltm-poolmember  
    Label: /External/iapp_tstepost.xxx.se.app/iapp_tstepost.xxx.se_owa_pool7  


Component: 509  
    Type: f5-ltm-poolmember  
    Label: /External/iapp_tstepost.xxx.se.app/iapp_tstepost.xxx.se_owa_pool7  


Component: 510  
    Type: f5-ltm-poolmember  
    Label: /External/iapp_tstepost.xxx.se_2016.app/iapp_tstepost.xxx.se_2016_owa_pool7  


Component: 511  
    Type: f5-ltm-poolmember  
    Label: /External/iapp_tstepost.xxx.se_2016.app/iapp_tstepost.xxx.se_2016_owa_pool7  


Component: 578  
    Type: f5-ltm-poolmember  
    Label: /External/tstskippy.xxx.se_pool  
SQL[[1;33mselect * from `component` where `id` in (456, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 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, 501, 502, 503, 505, 506, 507, 508, 509, 510, 511, 578) [0;33m[][0m 0.56ms] 
  
SQL[[1;33mselect * from `component_prefs` where `component_prefs`.`component` in (456, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 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, 501, 502, 503, 505, 506, 507, 508, 509, 510, 511, 578) [0;33m[][0m 0.71ms] 
  
SQL[[1;33mselect * from `component` where `disabled` = ? and `ignore` = ? and `device_id` = ? [0;33m[0,0,44][0m 0.52ms] 
  
SQL[[1;33mselect * from `component_prefs` where `component_prefs`.`component` in (456, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 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, 501, 502, 503, 505, 506, 507, 508, 509, 510, 511, 578) [0;33m[][0m 0.67ms] 
  
SQL[[1;33mselect * from `component` where `disabled` = ? and `ignore` = ? and `device_id` = ? [0;33m[0,0,44][0m 0.38ms] 
  
SQL[[1;33mselect * from `component_prefs` where `component_prefs`.`component` in (456, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 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, 501, 502, 503, 505, 506, 507, 508, 509, 510, 511, 578) [0;33m[][0m 0.58ms] 
  
SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-Osqn' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3375.2.2.10.2.3.1.12'[0m]
.*.4.1.33*.*.*.*.*.*.*.*.112 0
.*.4.1.33*.*.*.*.*.*.*.*.95.86.83 0
.*.4.1.33*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.115 0
.*.4.1.33*.*.*.*.*.*.*.*.*.86.83 0
.*.4.1.33*.*.*.*.*.*.*.*.*.95.118.115 0
.*.4.1.33*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.105.112 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.115.101 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.115 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.99.116 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.95.118.115 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.116.112 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.116.112.115 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.115 0  
  
SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-Osqn' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.3375.2.2.5.4.3.1.11'[0m]
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.0 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.0 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.56.1814 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.57.1814 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.0 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.636 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.48.636 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.443 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.49.443 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.56.1816 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.57.1816 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.54.52.80 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.17533 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.443 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.443 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.55.443 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.52.49.443 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.49.48.443 0
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.49.49.443 0  
  
SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-Osqn' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' '1.3.6.1.4.1.3375.2.2.10.13.2.1.2'[0m]
.*.4.1.33*.*.*.*.*.*.*.*.112 3
.*.4.1.33*.*.*.*.*.*.*.*.95.86.83 1
.*.4.1.33*.*.*.*.*.*.*.*.* 3
.*.4.1.33*.*.*.*.*.*.*.*.*.115 4
.*.4.1.33*.*.*.*.*.*.*.*.*.86.83 1
.*.4.1.33*.*.*.*.*.*.*.*.*.95.118.115 4
.*.4.1.33*.*.*.*.*.*.*.*.*.* 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.105.112 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.115.101 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.* 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.* 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.115 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.99.116 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.95.118.115 3
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.* 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.* 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.116.112 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.116.112.115 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.115 1  
  
SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-Osqn' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' '1.3.6.1.4.1.3375.2.2.10.13.2.1.5'[0m]
.*.4.1.33*.*.*.*.*.*.*.*.112 "The children pool member(s) are down"
.*.4.1.33*.*.*.*.*.*.*.*.95.86.83 "The virtual server is available"
.*.4.1.33*.*.*.*.*.*.*.*.* "The children pool member(s) are down"
.*.4.1.33*.*.*.*.*.*.*.*.*.115 "The children pool member(s) either don't have service checking enabled, or service check results are not available yet"
.*.4.1.33*.*.*.*.*.*.*.*.*.86.83 "The virtual server is available"
.*.4.1.33*.*.*.*.*.*.*.*.*.95.118.115 "The children pool member(s) either don't have service checking enabled, or service check results are not available yet"
.*.4.1.33*.*.*.*.*.*.*.*.*.* "The children pool member(s) either don't have service checking enabled, or service check results are not available yet"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.105.112 "The children pool member(s) either don't have service checking enabled, or service check results are not available yet"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.115.101 "The children pool member(s) either don't have service checking enabled, or service check results are not available yet"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.* "The children pool member(s) either don't have service checking enabled, or service check results are not available yet"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.* "The children pool member(s) either don't have service checking enabled, or service check results are not available yet"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.115 "The children pool member(s) either don't have service checking enabled, or service check results are not available yet"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.99.116 "The children pool member(s) either don't have service checking enabled, or service check results are not available yet"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.95.118.115 "The children pool member(s) are down"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.* "The children pool member(s) either don't have service checking enabled, or service check results are not available yet"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.* "The children pool member(s) either don't have service checking enabled, or service check results are not available yet"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.116.112 "The children pool member(s) either don't have service checking enabled, or service check results are not available yet"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.116.112.115 "The virtual server is available"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.* "The children pool member(s) either don't have service checking enabled, or service check results are not available yet"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.115 "The virtual server is available"  
  
SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-Osqn' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' '1.3.6.1.4.1.3375.2.2.5.6.2.1.5'[0m]
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.0 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.0 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.56.1814 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.57.1814 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.0 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.636 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.48.636 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.443 3
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.49.443 3
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.56.1816 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.57.1816 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.54.52.80 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.17533 4
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.443 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.443 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.55.443 3
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.52.49.443 3
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.49.48.443 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.49.49.443 1  
  
SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-Osqn' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' '1.3.6.1.4.1.3375.2.2.5.6.2.1.6'[0m]
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.0 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.0 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.56.1814 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.57.1814 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.0 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.636 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.48.636 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.443 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.49.443 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.* 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.56.1816 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.57.1816 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.54.52.80 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.17533 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.443 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.443 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.55.443 2
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.52.49.443 2
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.49.48.443 1
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.49.49.443 1  
  
SNMP[[0;36m'/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-Osqn' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/f5' 'udp:HOSTNAME:161' '1.3.6.1.4.1.3375.2.2.5.6.2.1.8'[0m]
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.0 "Pool member does not have service checking enabled"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.0 "Pool member does not have service checking enabled"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.56.1814 "Pool member does not have service checking enabled"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.57.1814 "Pool member does not have service checking enabled"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.* "Pool member does not have service checking enabled"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.* "Pool member does not have service checking enabled"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.* "Pool member does not have service checking enabled"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.0 "Pool member does not have service checking enabled"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.636 "Pool member is available"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.48.636 "Pool member is available"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.443 "/External/iapp_tstepost.xxx.se.app/iapp_tstepost.xxx.se_owa_https_adv_monitor: No successful responses received before deadline. @2022/05/06 14:50:52. "
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.49.443 "/External/iapp_tstepost.xxx.se.app/iapp_tstepost.xxx.se_owa_https_adv_monitor: No successful responses received before deadline. @2022/05/06 14:50:52. "
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.* "Pool member is available"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.56.1816 "Pool member does not have service checking enabled"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.57.1816 "Pool member does not have service checking enabled"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.54.52.80 "Pool member is available"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.17533 "Pool member does not have service checking enabled"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.443 "Pool member is available"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.443 "Pool member is available"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.55.443 "/External/iapp_tstepost.xxx.se.app/iapp_tstepost.xxx.se_owa_https_adv_monitor: No successful responses received before deadline. @2022/05/06 14:50:52. "
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.52.49.443 "/External/iapp_tstepost.xxx.se.app/iapp_tstepost.xxx.se_owa_https_adv_monitor: No successful responses received before deadline. @2022/05/06 14:50:52. "
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.49.48.443 "Pool member is available"
.*.4.1.33*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.*.49.49.443 "Pool member is available"  
  


Component: 456  
    Type: f5-ltm-vs  
    Label: /External/tstetp.xxx.se_VS  


Component: 458  
    Type: f5-ltm-vs  
    Label: /External/te-wiz-rdp-test_vs  


Component: 459  
    Type: f5-ltm-vs  
    Label: /External/tstskippy.xxx.se_VS  


Component: 460  
    Type: f5-ltm-vs  
    Label: /External/TE_rdptest_policy_vs  


Component: 461  
    Type: f5-ltm-vs  
    Label: /External/TE_Edge_Client_Pol_vs  


Component: 462  
    Type: f5-ltm-vs  
    Label: /External/tstnsl.xxx.se_redir_vip  


Component: 463  
    Type: f5-ltm-vs  
    Label: /External/tstportal.xxxtst.xxx.se  


Component: 464  
    Type: f5-ltm-vs  
    Label: /External/Tstgood.xxxtst.xxx.se_vip  


Component: 465  
    Type: f5-ltm-vs  
    Label: /External/tstskippy.xxx.se_Redir_VS  


Component: 466  
    Type: f5-ltm-vs  
    Label: /External/TE_Edge_Client_Pol_vs_dtls  


Component: 467  
    Type: f5-ltm-vs  
    Label: /External/te-wiz-rdp-test_vs_redirect  


Component: 469  
    Type: f5-ltm-vs  
    Label: /External/TE_rdptest_policy_vs_redirect  


Component: 470  
    Type: f5-ltm-vs  
    Label: /External/tstportal.xxxtst.xxx.se_redir_vip  


Component: 471  
    Type: f5-ltm-vs  
    Label: /External/iapp_tstepost.xxx.se.app/iapp_tstepost.xxx.se_combined_http  


Component: 472  
    Type: f5-ltm-vs  
    Label: /External/iapp_tstepost.xxx.se.app/iapp_tstepost.xxx.se_combined_https  


Component: 473  
    Type: f5-ltm-vs  
    Label: /External/iapp_tstepost.xxx.se_2016.app/iapp_tstepost.xxx.se_2016_combined_http  


Component: 474  
    Type: f5-ltm-vs  
    Label: /External/iapp_tstepost.xxx.se_2016.app/iapp_tstepost.xxx.se_2016_combined_https  


Component: 489  
    Type: f5-ltm-poolmember  
    Label: /Common/xxxtstdcgroup  


Component: 490  
    Type: f5-ltm-poolmember  
    Label: /Common/xxxtstdcgroup  


Component: 491  
    Type: f5-ltm-poolmember  
    Label: /External/mideyegroup  


Component: 492  
    Type: f5-ltm-poolmember  
    Label: /External/mideyegroup  


Component: 493  
    Type: f5-ltm-poolmember  
    Label: /External/xxxtstdcgroup  


Component: 494  
    Type: f5-ltm-poolmember  
    Label: /External/xxxtstdcgroup  


Component: 495  
    Type: f5-ltm-poolmember  
    Label: /External/loginxxx.xxx.se  


Component: 496  
    Type: f5-ltm-poolmember  
    Label: /External/loginxxx.xxx.se  


Component: 497  
    Type: f5-ltm-poolmember  
    Label: /External/loginxxx-DC_pool  


Component: 498  
    Type: f5-ltm-poolmember  
    Label: /External/loginxxx-DC_pool  


Component: 501  
    Type: f5-ltm-poolmember  
    Label: /External/tstetp.xxx.se_pool  


Component: 502  
    Type: f5-ltm-poolmember  
    Label: /External/Mideye-1816-logixxx  


Component: 503  
    Type: f5-ltm-poolmember  
    Label: /External/Mideye-1816-logixxx  


Component: 505  
    Type: f5-ltm-poolmember  
    Label: /External/tstgood.xxxtst.xxx.se_pool  


Component: 506  
    Type: f5-ltm-poolmember  
    Label: /External/iapp_tstepost.xxx.se.app/iapp_tstepost.xxx.se_owa_pool7  


Component: 507  
    Type: f5-ltm-poolmember  
    Label: /External/iapp_tstepost.xxx.se.app/iapp_tstepost.xxx.se_owa_pool7  


Component: 508  
    Type: f5-ltm-poolmember  
    Label: /External/iapp_tstepost.xxx.se.app/iapp_tstepost.xxx.se_owa_pool7  


Component: 509  
    Type: f5-ltm-poolmember  
    Label: /External/iapp_tstepost.xxx.se.app/iapp_tstepost.xxx.se_owa_pool7  


Component: 510  
    Type: f5-ltm-poolmember  
    Label: /External/iapp_tstepost.xxx.se_2016.app/iapp_tstepost.xxx.se_2016_owa_pool7  


Component: 511  
    Type: f5-ltm-poolmember  
    Label: /External/iapp_tstepost.xxx.se_2016.app/iapp_tstepost.xxx.se_2016_owa_pool7  


Component: 578  
    Type: f5-ltm-poolmember  
    Label: /External/tstskippy.xxx.se_pool  
SQL[[1;33mselect * from `component` where `id` in (456, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 469, 470, 471, 472, 473, 474, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 501, 502, 503, 505, 506, 507, 508, 509, 510, 511, 578) [0;33m[][0m 0.55ms] 
  
SQL[[1;33mselect * from `component_prefs` where `component_prefs`.`component` in (456, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 469, 470, 471, 472, 473, 474, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 501, 502, 503, 505, 506, 507, 508, 509, 510, 511, 578) [0;33m[][0m 0.65ms] 
  

>> Runtime for poller module 'loadbalancers': 0.7467 seconds with 144016 bytes
>> [0;36mSNMP[0m: [30/0.60s] [1;33mMySQL[0m: [10/0.06s]   
#### Unload poller module loadbalancers ####

Modules status: Global-  
OS  
Device  
Module [ mef ] disabled globally.

Modules status: Global+  
OS  
Device  

#### Load poller module mpls ####

>> Runtime for poller module 'mpls': 0.0006 seconds with 23656 bytes
>> [0;36mSNMP[0m: [0/0.00s] [1;33mMySQL[0m: [0/0.00s]   
#### Unload poller module mpls ####

Enabling graphs: SQL[[1;33mselect * from `device_graphs` where `device_graphs`.`device_id` = ? and `device_graphs`.`device_id` is not null [0;33m[44][0m 0.38ms] 
  

SQL[[1;33mUPDATE `devices` set `last_polled`=NOW(),`last_polled_timetaken`=? WHERE `device_id` = ? [0;33m[2.642,44][0m 4.38ms] 
  
Updating tstvlb01  

Polled in 2.642 seconds
### Start Device Groups ###
SQL[[1;33mselect * from `device_groups` [0;33m[][0m 0.25ms] 
  
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 (1, 2, 3, 4, 5, 6) [0;33m[][0m 0.8ms] 
  
SQL[[1;33mselect exists(select * from `devices` where (`devices`.`hostname` LIKE ? OR `devices`.`hostname` LIKE ?) and `devices`.`device_id` = ?) as `exists` [0;33m["ext-fw%","int-fw%",44][0m 0.57ms] 
  
SQL[[1;33mselect exists(select * from `devices` where (`devices`.`hostname` LIKE ? OR `devices`.`hostname` LIKE ? OR `devices`.`hostname` LIKE ? OR `devices`.`hostname` LIKE ?) and `devices`.`device_id` = ?) as `exists` [0;33m["LV-PRI%","LV-SEC%","LV-BKP%","wlc%",44][0m 0.53ms] 
  
SQL[[1;33mselect exists(select * from `devices` where (`devices`.`hostname` LIKE ?) and `devices`.`device_id` = ?) as `exists` [0;33m["%vlb%",44][0m 0.47ms] 
  
SQL[[1;33mselect exists(select * from `devices` where (`devices`.`hostname` LIKE ?) and `devices`.`device_id` = ?) as `exists` [0;33m["wr%",44][0m 0.44ms] 
  
SQL[[1;33mselect exists(select * from `devices` where (`devices`.`type` = ?) and `devices`.`device_id` = ?) as `exists` [0;33m["Server",44][0m 0.46ms] 
  
SQL[[1;33mselect * from `device_group_device` where `device_group_device`.`device_id` = ? [0;33m[44][0m 0.26ms] 
  
Groups Added:  
Groups Removed:  
### End Device Groups, runtime: 0.0162s ### 

#### 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[44][0m 0.33ms] 
  
SQL[[1;33mselect exists(select * from `alert_schedule` where (`start` &lt;= ? and `end` >= ? and (`recurring` = ? or (`recurring` = ? and ((time(`start`) < time xss=removed> ?) or (time(`start`) > time(`end`) and (time(`end`) &lt;= ? or time(`start`) > ?))) 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 (4)) 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` [0;33m["2022-05-30T08:41:25.383275Z","2022-05-30T08:41:25.383275Z",0,1,"08:41:25","08:41:25","08:41:25","08:41:25","[41m%","device",44,"device_group","location",27][0m 1.09ms] 
  
SQL[[1;33mselect * from `devices` where `devices`.`device_id` = ? limit 1 [0;33m[44][0m 0.64ms] 
  
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 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)
            OR (a.invert_map = 0 AND (d.device_id=? OR dg.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))
        ) [0;33m[44,44,44,44,44,44,44,44][0m 2.11ms] 
  
Rule [0;35m#1 (Device Down! Due to no ICMP response.):[0m   
  
SQL[[1;33mSELECT * FROM devices WHERE (devices.device_id = ?) AND (devices.status = 0 && (devices.disabled = 0 && devices.ignore = 0)) = 1 AND devices.status_reason = "icmp" [0;33m[44][0m 0.65ms] 
  
SQL[[1;33mSELECT state FROM alerts WHERE rule_id = ? AND device_id = ? ORDER BY id DESC LIMIT 1 [0;33m[1,44][0m 0.27ms] 
  
Status: [0;34mNOCHG[0m  
Rule [0;35m#2 (SNMP not responding on Device - Check on SNMP Service - Device marked Down!):[0m   
  
SQL[[1;33mSELECT * FROM devices WHERE (devices.device_id = ?) AND (devices.status = 0 && (devices.disabled = 0 && devices.ignore = 0)) = 1 AND devices.status_reason = "snmp" [0;33m[44][0m 0.66ms] 
  
SQL[[1;33mSELECT state FROM alerts WHERE rule_id = ? AND device_id = ? ORDER BY id DESC LIMIT 1 [0;33m[2,44][0m 0.28ms] 
  
Status: [0;34mNOCHG[0m  
Rule [0;35m#3 (Device rebooted):[0m   
  
SQL[[1;33mSELECT * FROM devices WHERE (devices.device_id = ?) AND devices.uptime < 300 xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed ports.ifOperStatus = "down" xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed> 100 [0;33m[44][0m 0.6ms] 
  
SQL[[1;33mSELECT state FROM alerts WHERE rule_id = ? AND device_id = ? ORDER BY id DESC LIMIT 1 [0;33m[5,44][0m 0.25ms] 
  
Status: [0;34mNOCHG[0m  
Rule [0;35m#6 (Port utilisation over threshold):[0m   
  
SQL[[1;33mSELECT * FROM devices,ports WHERE (devices.device_id = ? AND devices.device_id = ports.device_id) AND (((ports.ifOutOctets_rate*8) / ports.ifSpeed)*100) = 80 AND (ports.ifOperStatus = "up" && ports.ifAdminStatus = "up" && (ports.deleted = 0 && ports.ignore = 0 && ports.disabled = 0)) = 1 [0;33m[44][0m 0.93ms] 
  
SQL[[1;33mSELECT state FROM alerts WHERE rule_id = ? AND device_id = ? ORDER BY id DESC LIMIT 1 [0;33m[6,44][0m 0.23ms] 
  
Status: [0;34mNOCHG[0m  
Rule [0;35m#7 (Sensor over limit - Check Device Health Settings):[0m   
  
SQL[[1;33mSELECT * FROM devices,sensors WHERE (devices.device_id = ? AND devices.device_id = sensors.device_id) AND sensors.sensor_current > sensors.sensor_limit AND sensors.sensor_alert = 1 AND (devices.status = 1 && (devices.disabled = 0 && devices.ignore = 0)) = 1 [0;33m[44][0m 0.84ms] 
  
SQL[[1;33mSELECT state FROM alerts WHERE rule_id = ? AND device_id = ? ORDER BY id DESC LIMIT 1 [0;33m[7,44][0m 0.27ms] 
  
Status: [0;34mNOCHG[0m  
Rule [0;35m#8 (Sensor under limit - Check Device Health Settings):[0m   
  
SQL[[1;33mSELECT * FROM devices,sensors WHERE (devices.device_id = ? AND devices.device_id = sensors.device_id) AND sensors.sensor_current < sensors xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed xss=removed>= wireless_sensors.sensor_limit AND wireless_sensors.sensor_alert = 1 AND (devices.status = 1 && (devices.disabled = 0 && devices.ignore = 0)) = 1 [0;33m[44][0m 0.77ms] 
  
SQL[[1;33mSELECT state FROM alerts WHERE rule_id = ? AND device_id = ? ORDER BY id DESC LIMIT 1 [0;33m[10,44][0m 0.28ms] 
  
Status: [0;34mNOCHG[0m  
Rule [0;35m#11 (Wireless Sensor under limit):[0m   
  
SQL[[1;33mSELECT * FROM devices,wireless_sensors WHERE (devices.device_id = ? AND devices.device_id = wireless_sensors.device_id) AND wireless_sensors.sensor_current &lt;= wireless_sensors.sensor_limit_low AND wireless_sensors.sensor_alert = 1 AND (devices.status = 1 && (devices.disabled = 0 && devices.ignore = 0)) = 1 [0;33m[44][0m 0.76ms] 
  
SQL[[1;33mSELECT state FROM alerts WHERE rule_id = ? AND device_id = ? ORDER BY id DESC LIMIT 1 [0;33m[11,44][0m 0.3ms] 
  
Status: [0;34mNOCHG[0m  
Rule [0;35m#12 (State Sensor Critical):[0m   
  
SQL[[1;33mSELECT * FROM devices,sensors,sensors_to_state_indexes,state_indexes,state_translations WHERE (devices.device_id = ? AND devices.device_id = sensors.device_id AND sensors.sensor_id = sensors_to_state_indexes.sensor_id AND sensors_to_state_indexes.state_index_id = state_indexes.state_index_id AND state_indexes.state_index_id = state_translations.state_index_id) AND (sensors.sensor_current = state_translations.state_value && state_translations.state_generic_value = 2) = 1 AND sensors.sensor_alert = 1 [0;33m[44][0m 1.01ms] 
  
SQL[[1;33mSELECT state FROM alerts WHERE rule_id = ? AND device_id = ? ORDER BY id DESC LIMIT 1 [0;33m[12,44][0m 0.26ms] 
  
Status: [0;34mNOCHG[0m  
Rule [0;35m#134 (Interface Errors Rate greater than 100):[0m   
  
SQL[[1;33mSELECT * FROM devices,ports WHERE (devices.device_id = ? AND devices.device_id = ports.device_id) AND (ports.ifOutErrors_rate >= 100 OR ports.ifInErrors_rate >= 100) [0;33m[44][0m 0.89ms] 
  
SQL[[1;33mSELECT state FROM alerts WHERE rule_id = ? AND device_id = ? ORDER BY id DESC LIMIT 1 [0;33m[134,44][0m 0.29ms] 
  
Status: [0;34mNOCHG[0m  
Rule [0;35m#135 (Syslog, Authentication failure on Device):[0m   
  
SQL[[1;33mSELECT * FROM devices,syslog WHERE (devices.device_id = ? AND devices.device_id = syslog.device_id) AND syslog.timestamp >= (DATE_SUB(NOW(),INTERVAL 5 MINUTE)) AND syslog.msg REGEXP ".*authentication failure.*" [0;33m[44][0m 0.78ms] 
  
SQL[[1;33mSELECT state FROM alerts WHERE rule_id = ? AND device_id = ? ORDER BY id DESC LIMIT 1 [0;33m[135,44][0m 0.28ms] 
  
Status: [0;34mNOCHG[0m  
Rule [0;35m#138 (F5 LTM VIP Status):[0m   
  
SQL[[1;33mSELECT * FROM devices,component WHERE (devices.device_id = ? AND devices.device_id = component.device_id) AND component.type = "f5-ltm-vs" AND component.status > 0 [0;33m[44][0m 1.11ms] 
  
SQL[[1;33mSELECT state FROM alerts WHERE rule_id = ? AND device_id = ? ORDER BY id DESC LIMIT 1 [0;33m[138,44][0m 0.34ms] 
  
Status: [0;34mNOCHG[0m  
SQL[[1;33mSELECT alert_log.id, alert_log.details FROM alert_log,alert_rules WHERE alert_log.rule_id = alert_rules.id && alert_log.device_id = ? && alert_log.rule_id = ? && alert_rules.disabled = 0
     ORDER BY alert_log.id DESC LIMIT 1 [0;33m[44,138][0m 0.8ms] 
  
SQL[[1;33mUPDATE `alert_log` set `details`=? WHERE id = ? [0;33m[0m 4.36ms] 
  
Rule [0;35m#139 (BGP Session down):[0m   
  
SQL[[1;33mSELECT * FROM devices,bgpPeers WHERE (devices.device_id = ? AND devices.device_id = bgpPeers.device_id) AND bgpPeers.bgpPeerState != "established" AND (devices.status = 1 && (devices.disabled = 0 && devices.ignore = 0)) = 1 AND bgpPeers.bgpPeerAdminStatus != "stop" [0;33m[44][0m 0.91ms] 
  
SQL[[1;33mSELECT state FROM alerts WHERE rule_id = ? AND device_id = ? ORDER BY id DESC LIMIT 1 [0;33m[139,44][0m 0.27ms] 
  
Status: [0;34mNOCHG[0m  
Rule [0;35m#140 (BGP Session established):[0m   
  
SQL[[1;33mSELECT * FROM devices,bgpPeers WHERE (devices.device_id = ? AND devices.device_id = bgpPeers.device_id) AND bgpPeers.bgpPeerFsmEstablishedTime &lt; 300 AND bgpPeers.bgpPeerState = "established" AND (devices.status = 1 && (devices.disabled = 0 && devices.ignore = 0)) = 1 [0;33m[44][0m 0.76ms] 
  
SQL[[1;33mSELECT state FROM alerts WHERE rule_id = ? AND device_id = ? ORDER BY id DESC LIMIT 1 [0;33m[140,44][0m 0.26ms] 
  
Status: [0;34mNOCHG[0m  
#### End Alerts ####

./poller.php tstvlb01 2022-05-30 10:41:25 - 1 devices polled in 2.941 secs  

[0;36mSNMP[0m [63/1.30s]: Snmpget[15/0.28s] Snmpwalk[48/1.02s]  
[1;33mSQL[0m [124/0.91s]: Select[92/0.52s] Insert[1/0.03s] Update[30/0.34s] Delete[1/0.01s]  
librenms@nms01:~$