Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PowerAlert OS specific sensors aren't showing up in device overview #15928

Open
gabrielmarmen opened this issue Apr 8, 2024 · 0 comments
Open

Comments

@gabrielmarmen
Copy link

The problem

We recently added a Tripplite SMART1500RM2UL to our devices and some sensors were not showing up (ex: Humidty and temperature). I looked into it a bit and I realised that the only sensors that SNMP was getting were those from RFC1628. Every single OS specific OIDs in the discovery .yaml were not showing up.

I looked up the official PowerAlert documentation from TrippLite and couldn't find OIDs from the .yaml in their documentation. I also tried to SNMP Get the .yaml OIDs directly from the device and it couldn't find them. The TrippLite SNMP documentation can be found here : https://assets.tripplite.com/flyer/supported-snmp-oids-technical-application-bulletin-en.pdf

First, we only needed the Humidity and Temperature so I changed the following OIDs in the .yaml (/opt/librenms/includes/definitions/discovery/poweralert.yaml):

tlEnvTemperatureC -> tlpEnvTemperatureC
tlEnvHumidity -> tlpEnvHumidityHumidity

I also changed the numeric OIDs.

This seemed to fix both of those :
image

Though I tried, I wasn't able to fix/add any other sensor. For example, I tried to change the Battery Age OID :

image

To :

image

Even though I can get a value with a SNMP Get or a Custom OID, the sensor won't show up in the Overview.

I also tried to add the case temperature sensor :

image

Nothing shows up in the device Overview. When reviewing the output of the ./discovery.php, it seems like nothing is added to the database.

I also tried to replace the "Ambient Temperature" OID with another temperature OID. This makes the sensor disapear from the Overview page. When looking at the ./discovery.php output we see that nothing is added to the database similarly to when I try to add a sensor.

Output of ./validate.php

===========================================
Component | Version
--------- | -------
LibreNMS  | 24.3.0 (2024-04-01T11:18:44-04:00)
DB Schema | 2024_02_07_151845_custom_map_additions (290)
PHP       | 8.1.2-1ubuntu2.14
Python    | 3.10.12
Database  | MariaDB 10.6.16-MariaDB-0ubuntu0.22.04.1
RRDTool   | 1.7.2
SNMP      | 5.9.1
===========================================

[OK]    Composer Version: 2.7.2
[OK]    Dependencies up-to-date.
[OK]    Database connection successful
[OK]    Database Schema is current
[OK]    SQL Server meets minimum requirements
[OK]    lower_case_table_names is enabled
[OK]    MySQL engine is optimal
[OK]    Database and column collations are correct
[OK]    Database schema correct
[OK]    MySQL and PHP time match
[OK]    Active pollers found
[OK]    Dispatcher Service not detected
[OK]    Locks are functional
[OK]    Python poller wrapper is polling
[OK]    Redis is unavailable
[OK]    rrd_dir is writable
[OK]    rrdtool version ok
[WARN]  Your local git contains modified files, this could prevent automatic updates.
        [FIX]: 
        You can fix this with ./scripts/github-remove
        Modified Files:
         includes/definitions/discovery/poweralert.yaml

What was the last working version of LibreNMS?

No response

Device info

TrippLite SMART1500RM2UL

Discovery output

===========================================
Component | Version
--------- | -------
LibreNMS  | 24.3.0 (2024-04-01T11:18:44-04:00)
DB Schema | 2024_02_07_151845_custom_map_additions (290)
PHP       | 8.1.2-1ubuntu2.14
Python    | 3.10.12
Database  | MariaDB 10.6.16-MariaDB-0ubuntu0.22.04.1
RRDTool   | 1.7.2
SNMP      | 5.9.1
===========================================
DEBUG!
Updating os_def.cache
SQL[SELECT * FROM `devices` WHERE disabled = 0 AND `hostname` LIKE '10.132.104.37' ORDER BY device_id DESC [] 0.74ms]

10.132.104.37 549 poweralert SQL[select * from `devices` where `device_id` = ? limit 1 [549] 0.4ms]

SQL[select * from `devices_attribs` where `devices_attribs`.`device_id` = ? and `devices_attribs`.`device_id` is not null [549] 0.28ms]

[FPING] '/usr/bin/fping' '-e' '-q' '-c' '3' '-p' '3000' '-t' '3000' '-O' '0' '10.132.104.37'

response: xmt/rcv/%loss = 3/3/0%, min/avg/max = 1.55/1.94/2.19
SNMP['/usr/bin/snmpget' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' '-m' 'SNMPv2-TC:SNMPv2-MIB:IF-MIB:IP-MIB:TCP-MIB:UDP-MIB:NET-SNMP-VACM-MIB' '-v2c' '-c' 'COMMUNITY' '-OQXUte' 'udp:HOSTNAME:161' 'SNMPv2-MIB::sysObjectID.0']
SNMPv2-MIB::sysObjectID.0 = SNMPv2-SMI::enterprises.8*


Modules status: Global+
OS
Device

#### Load disco module core ####
Attempting to initialize OS: poweralert
OS initialized: LibreNMS\OS\Poweralert
SNMP['/usr/bin/snmpget' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' '-m' 'SNMPv2-TC:SNMPv2-MIB:IF-MIB:IP-MIB:TCP-MIB:UDP-MIB:NET-SNMP-VACM-MIB' '-v2c' '-c' 'COMMUNITY' '-OQXUte' '-On' 'udp:HOSTNAME:161' 'SNMPv2-MIB::sysObjectID.0' 'SNMPv2-MIB::sysDescr.0' 'SNMPv2-MIB::sysName.0']
.*.*.0 = .*.4.1.8*
.*.*.0 = Ubuntu 18.04 Linux 4.4.31 flash: 3.34G ram: 506844kB processor: armv7l software: PowerAlert 20.1.0 (Build 87)
.*.*.0 = 


| Ubuntu 18.04 Linux 4.4.31 flash: 3.34G ram: 506844kB processor: armv7l software: PowerAlert 20.1.0 (Build 87) | .1.3.6.1.4.1.850.1.1.1 |

OS: Tripp Lite PowerAlert (poweralert)

Attempting to initialize OS: poweralert
OS initialized: LibreNMS\OS\Poweralert

>> Runtime for discovery module 'core': 0.0430 seconds with -18408 bytes
>> SNMP: [1/0.03s] MySQL: [0/0.00s] RRD: [0/0.00s]
#### Unload disco module core ####

Modules status: Global+
OS
Device

#### Load disco module os ####
SNMP['/usr/bin/snmpget' '-v2c' '-c' 'COMMUNITY' '-OUQn' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.850.100.1.1.6.0']
.*.4.1.8*.6.0 = No Such Object available on this agent at this OID

Yaml location data:
SNMP['/usr/bin/snmpget' '-v2c' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'SNMPv2-MIB::sysLocation.0']


SQL[select * from `locations` where (`location` = ?) limit 1 [""] 7.15ms]

::query() failed: DNS request failed: The domain name referenced in the query does not exist.
SNMP['/usr/bin/snmpget' '-v2c' '-c' 'COMMUNITY' '-Ovq' '-m' 'SNMPv2-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'sysContact.0']
localadmin@poweralert

SNMP['/usr/bin/snmpget' '-v2c' '-c' 'COMMUNITY' '-OUQn' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.850.10.2.2.1.9.2' '.1.3.6.1.2.1.33.1.1.2.0' '.1.3.6.1.4.1.850.100.1.1.2.0' '.1.3.6.1.2.1.33.1.1.4.0' '.1.3.6.1.2.1.33.1.1.3.0']
.*.4.1.8*.1.9.2 = No Such Object available on this agent at this OID
.*.*.1.2.0 = "SMART1500RM2UL"
.*.4.1.8*.2.0 = No Such Object available on this agent at this OID
.*.*.1.4.0 = "*"
.*.*.1.3.0 = "693019E"

Yaml OS data: {".1.3.6.1.2.1.33.1.1.2.0":"SMART1500RM2UL",".1.3.6.1.2.1.33.1.1.4.0":"20.1.0.87",".1.3.6.1.2.1.33.1.1.3.0":"693019E"}
SNMP['/usr/bin/snmpget' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' '-m' 'SNMPv2-TC:SNMPv2-MIB:IF-MIB:IP-MIB:TCP-MIB:UDP-MIB:NET-SNMP-VACM-MIB' '-v2c' '-c' 'COMMUNITY' '-OQXUte' 'udp:HOSTNAME:161' '.1.3.6.1.2.1.33.1.1.5.0']
SNMPv2-SMI::mib-*.5.0 = 


Location: 
Hardware: SMART1500RM2UL
OS Version: 20.1.0.87
OS Features:
Serial:

>> Runtime for discovery module 'os': 0.1450 seconds with 678384 bytes
>> SNMP: [5/0.12s] MySQL: [1/0.07s] RRD: [0/0.00s]
#### Unload disco module os ####

Modules status: Global+
OS
Device

#### Load disco module ports ####
SNMP['/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUs' '-m' 'IF-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'ifDescr']
ifDescr = No Such Object available on this agent at this OID

Invalid snmp_walk() data = ifDescr = No Such Object available on this agent at this OID
SNMP['/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUs' '-m' 'IF-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'ifName']
ifName = No Such Object available on this agent at this OID

Invalid snmp_walk() data = ifName = No Such Object available on this agent at this OID
SNMP['/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUs' '-m' 'IF-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'ifAlias']
ifAlias = No Such Object available on this agent at this OID

Invalid snmp_walk() data = ifAlias = No Such Object available on this agent at this OID
SNMP['/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUs' '-m' 'IF-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'ifType']
ifType = No Such Object available on this agent at this OID

Invalid snmp_walk() data = ifType = No Such Object available on this agent at this OID
SNMP['/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUs' '-m' 'IF-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'ifOperStatus']
ifOperStatus = No Such Object available on this agent at this OID

Invalid snmp_walk() data = ifOperStatus = No Such Object available on this agent at this OID
array (
)
SQL[SELECT * FROM `ports` WHERE `device_id` = ? ORDER BY port_id [549] 0.77ms]



>> Runtime for discovery module 'ports': 0.3010 seconds with 16016 bytes
>> SNMP: [5/0.30s] MySQL: [1/0.01s] RRD: [0/0.00s]
#### Unload disco module ports ####

Modules status: Global+
OS
Device

#### Load disco module ports-stack ####
SQL[SELECT * FROM `ports_stack` WHERE `device_id` = '549' [] 0.35ms]

SNMP['/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUs' '-m' 'IF-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'ifStackStatus']
ifStackStatus = No Such Object available on this agent at this OID



>> Runtime for discovery module 'ports-stack': 0.0300 seconds with 1928 bytes
>> SNMP: [0/0.00s] MySQL: [1/0.00s] RRD: [0/0.00s]
#### Unload disco module ports-stack ####

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

Modules status: Global+
OS
Device

#### Load disco module entity-physical ####

Caching OIDs: entPhysicalEntrySNMP['/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUs' '-m' 'ENTITY-MIB:CISCO-ENTITY-VENDORTYPE-OID-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'entPhysicalEntry']
entPhysicalEntry = No Such Object available on this agent at this OID
MIB search path: /opt/librenms/mibs:/opt/librenms/mibs/poweralert
Cannot find module (CISCO-ENTITY-VENDORTYPE-OID-MIB): At line 65 in (none)
Invalid snmp_walk() data = entPhysicalEntry = No Such Object available on this agent at this OID

SQL[SELECT * FROM `entPhysical` WHERE `device_id` = ? [549] 0.47ms]


>> Runtime for discovery module 'entity-physical': 0.0560 seconds with 6776 bytes
>> SNMP: [1/0.06s] MySQL: [1/0.00s] RRD: [0/0.00s]
#### Unload disco module entity-physical ####

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

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

Modules status: Global+
OS
Device

#### Load disco module processors ####
No YAML Discovery data.
Host Resources: SNMP['/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUs' '-m' 'HOST-RESOURCES-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'hrProcessorLoad']
hrProcessorLoad = No Such Object available on this agent at this OID

Invalid snmp_walk() data = hrProcessorLoad = No Such Object available on this agent at this OID
UCD Resources: SNMP['/usr/bin/snmpget' '-v2c' '-c' 'COMMUNITY' '-Ovq' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.2021.11.11.0']
No Such Object available on this agent at this OID

SQL[SELECT * FROM `processors` WHERE `device_id`=? [549] 0.55ms]

SQL[DELETE T FROM `processors` T LEFT JOIN `devices` ON `devices`.`device_id` = T.`device_id` WHERE `devices`.`device_id` IS NULL [] 1.6ms]



>> Runtime for discovery module 'processors': 0.0760 seconds with 190744 bytes
>> SNMP: [2/0.07s] MySQL: [2/0.02s] RRD: [0/0.00s]
#### Unload disco module processors ####

Modules status: Global+
OS
Device

#### Load disco module mempools ####
SNMP['/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUsetX' '-m' 'HOST-RESOURCES-MIB:HOST-RESOURCES-TYPES' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'hrStorageTable']
hrStorageTable = No Such Object available on this agent at this OID

SNMP['/usr/bin/snmpget' '-v2c' '-c' 'COMMUNITY' '-OQUv' '-m' 'HOST-RESOURCES-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'hrMemorySize.0']
No Such Object available on this agent at this OID

SNMP['/usr/bin/snmpget' '-v2c' '-c' 'COMMUNITY' '-OQUs' '-m' 'UCD-SNMP-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'memTotalSwap.0' 'memAvailSwap.0' 'memTotalReal.0' 'memAvailReal.0' 'memBuffer.0' 'memCached.0' 'memSysAvail.0']
memTotalSwap.0 = No Such Object available on this agent at this OID
memAvailSwap.0 = No Such Object available on this agent at this OID
memTotalReal.0 = No Such Object available on this agent at this OID
memAvailReal.0 = No Such Object available on this agent at this OID
memBuffer.0 = No Such Object available on this agent at this OID
memCached.0 = No Such Object available on this agent at this OID
memSysAvail.0 = No Such Object available on this agent at this OID

SQL[select * from `mempools` where `mempools`.`device_id` = ? and `mempools`.`device_id` is not null [549] 0.52ms]



>> Runtime for discovery module 'mempools': 0.0910 seconds with 97288 bytes
>> SNMP: [2/0.05s] MySQL: [1/0.01s] RRD: [0/0.00s]
#### Unload disco module mempools ####

Modules status: Global+
OS
Device

#### Load disco module cisco-vrf-lite ####
SQL[SELECT * FROM vrf_lite_cisco WHERE device_id = ?  [549] 0.35ms]


>> Runtime for discovery module 'cisco-vrf-lite': 0.0000 seconds with 3832 bytes
>> SNMP: [0/0.00s] MySQL: [1/0.00s] RRD: [0/0.00s]
#### Unload disco module cisco-vrf-lite ####

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

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

Modules status: Global-
OS
Device
Module [ vrf ] 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-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

#### Load disco module ipv4-addresses ####
SQL[select * from `vrf_lite_cisco` where `vrf_lite_cisco`.`device_id` = ? and `vrf_lite_cisco`.`device_id` is not null [549] 0.39ms]

SNMP['/usr/bin/snmpbulkwalk' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' '-m' 'SNMPv2-TC:SNMPv2-MIB:IF-MIB:IP-MIB:TCP-MIB:UDP-MIB:NET-SNMP-VACM-MIB' '-v2c' '-c' 'COMMUNITY' '-OQXUte' '-Os' 'udp:HOSTNAME:161' 'IP-MIB::ipAdEntIfIndex']
ipAdEntIfIndex[*] = 2
ipAdEntIfIndex[*] = 1


SNMP['/usr/bin/snmpget' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' '-m' 'SNMPv2-TC:SNMPv2-MIB:IF-MIB:IP-MIB:TCP-MIB:UDP-MIB:NET-SNMP-VACM-MIB' '-v2c' '-c' 'COMMUNITY' '-OQXUte' 'udp:HOSTNAME:161' 'IP-MIB::ipAdEntNetMask.10.132.104.37']
IP-MIB::ipAdEntNetMask[*] = *


SQL[SELECT * FROM `ports` WHERE `device_id` = ? AND `ifIndex` = ? [549,2] 0.71ms]

Reporting disabled by user setting
No port id found for ifindex: 2
SNMP['/usr/bin/snmpget' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' '-m' 'SNMPv2-TC:SNMPv2-MIB:IF-MIB:IP-MIB:TCP-MIB:UDP-MIB:NET-SNMP-VACM-MIB' '-v2c' '-c' 'COMMUNITY' '-OQXUte' 'udp:HOSTNAME:161' 'IP-MIB::ipAdEntNetMask.127.0.0.1']
IP-MIB::ipAdEntNetMask[*] = *


SQL[SELECT * FROM `ports` WHERE `device_id` = ? AND `ifIndex` = ? [549,1] 0.57ms]

No port id found for ifindex: 1
SQL[select `ipv4_address_id`, `ipv4_address`, `ipv4_prefixlen`, `ipv4_network_id`, `ports`.`device_id`, `ports`.`ifIndex` from `ipv4_addresses` left join `ports` on `ipv4_addresses`.`port_id` = `ports`.`port_id` where `ports`.`device_id` = ? or `ports`.`device_id` is null [549] 1.95ms]



>> Runtime for discovery module 'ipv4-addresses': 0.2110 seconds with 123384 bytes
>> SNMP: [3/0.20s] MySQL: [4/0.04s] RRD: [0/0.00s]
#### Unload disco module ipv4-addresses ####

Modules status: Global+
OS
Device

#### Load disco module ipv6-addresses ####
SNMP['/usr/bin/snmpbulkwalk' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' '-m' 'SNMPv2-TC:SNMPv2-MIB:IF-MIB:IP-MIB:TCP-MIB:UDP-MIB:NET-SNMP-VACM-MIB' '-v2c' '-c' 'COMMUNITY' '-OQXUt' 'udp:HOSTNAME:161' 'IP-MIB::ipAddressIfIndex.ipv6']
IP-MIB::ipAddressIfIndex[ipv6] = No Such Object available on this agent at this OID


SNMP query failed. Exit Code: 0 Empty: false Bad String: No Such Object available on this agent at this OID
SNMP failed walking IP-MIB::ipAddressIfIndex.ipv6 of IP-MIB::ipAddressIfIndex.ipv6,IP-MIB::ipAddressOrigin.ipv6,IP-MIB::ipAddressPrefix.ipv6 aborting.
SNMP['/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OsqnU' '-Ln' '-m' 'IPV6-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'ipv6AddrPfxLength']
.*.*.8.1.2 No Such Object available on this agent at this OID

Invalid snmp_walk() data = .1.3.6.1.2.1.55.1.8.1.2 No Such Object available on this agent at this OID
SQL[SELECT `ipv6_addresses`.*, `ports`.`device_id`, `ports`.`ifIndex` FROM `ipv6_addresses` LEFT JOIN `ports` ON `ipv6_addresses`.`port_id` = `ports`.`port_id` WHERE `ports`.device_id = ? OR `ports`.`device_id` IS NULL [549] 0.5ms]



>> Runtime for discovery module 'ipv6-addresses': 0.1430 seconds with 5256 bytes
>> SNMP: [2/0.14s] MySQL: [1/0.01s] RRD: [0/0.00s]
#### Unload disco module ipv6-addresses ####

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

Modules status: Global+
OS
Device

#### Load disco module sensors ####
Pre-cache poweralert: tlUpsSnmpCardSerialNum SNMP['/usr/bin/snmpget' '-v2c' '-c' 'COMMUNITY' '-Ovq' '-m' 'TRIPPLITE-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' '.1.3.6.1.4.1.850.100.1.1.4.0']
No Such Object available on this agent at this OID


array (
  'poweralert_serial' => '',
)
Caching data: os sensors SNMP['/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OteQUsa' '-Ih' '-m' 'TRIPPLITE-MIB:TRIPPLITE-PRODUCTS:TRIPPLIGHT-12X' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'tlpPduInputPhaseVoltage']
tlpPduInputPhaseVoltage = No Such Instance currently exists at this OID
MIB search path: /opt/librenms/mibs:/opt/librenms/mibs/poweralert
Cannot find module (TRIPPLIGHT-12X): At line 65 in (none)
Invalid snmp_walk() data = tlpPduInputPhaseVoltage = No Such Instance currently exists at this OID
SNMP['/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OteQUsa' '-Ih' '-m' 'TRIPPLITE-MIB:TRIPPLITE-PRODUCTS:TRIPPLIGHT-12X' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'tlpAtsInputPhaseVoltage']
tlpAtsInputPhaseVoltage = No Such Instance currently exists at this OID
MIB search path: /opt/librenms/mibs:/opt/librenms/mibs/poweralert
Cannot find module (TRIPPLIGHT-12X): At line 65 in (none)
Invalid snmp_walk() data = tlpAtsInputPhaseVoltage = No Such Instance currently exists at this OID
SNMP['/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OteQUsa' '-Ih' '-m' 'TRIPPLITE-MIB:TRIPPLITE-PRODUCTS:TRIPPLIGHT-12X' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'tlpPduCircuitTotalCurrent']
tlpPduCircuitTotalCurrent = No Such Instance currently exists at this OID
MIB search path: /opt/librenms/mibs:/opt/librenms/mibs/poweralert
Cannot find module (TRIPPLIGHT-12X): At line 65 in (none)
Invalid snmp_walk() data = tlpPduCircuitTotalCurrent = No Such Instance currently exists at this OID
SNMP['/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OteQUsa' '-Ih' '-m' 'TRIPPLITE-MIB:TRIPPLITE-PRODUCTS:TRIPPLIGHT-12X' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'tlpAtsOutputCurrent']
tlpAtsOutputCurrent = No Such Instance currently exists at this OID
MIB search path: /opt/librenms/mibs:/opt/librenms/mibs/poweralert
Cannot find module (TRIPPLIGHT-12X): At line 65 in (none)
Invalid snmp_walk() data = tlpAtsOutputCurrent = No Such Instance currently exists at this OID
SNMP['/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OteQUsa' '-Ih' '-m' 'TRIPPLITE-MIB:TRIPPLITE-PRODUCTS:TRIPPLIGHT-12X' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'tlpEnvHumidityHumidity']
tlpEnvHumidityHumidity.2 = 20
MIB search path: /opt/librenms/mibs:/opt/librenms/mibs/poweralert
Cannot find module (TRIPPLIGHT-12X): At line 65 in (none)
SNMP['/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OteQUsa' '-Ih' '-m' 'TRIPPLITE-MIB:TRIPPLITE-PRODUCTS:TRIPPLIGHT-12X' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'tlpEnvTemperatureC']
tlpEnvTemperatureC.2 = 268
MIB search path: /opt/librenms/mibs:/opt/librenms/mibs/poweralert
Cannot find module (TRIPPLIGHT-12X): At line 65 in (none)
SNMP['/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OteQUsa' '-Ih' '-m' 'TRIPPLITE-MIB:TRIPPLITE-PRODUCTS:TRIPPLIGHT-12X' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'tlpUPSDeviceTemperatureC']
tlpUpsDeviceTemperatureC.1 = 270
MIB search path: /opt/librenms/mibs:/opt/librenms/mibs/poweralert
Cannot find module (TRIPPLIGHT-12X): At line 65 in (none)
SNMP['/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OteQUsa' '-Ih' '-m' 'TRIPPLITE-MIB:TRIPPLITE-PRODUCTS:TRIPPLIGHT-12X' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'tlpUPSBatteryPackDetailAge']
tlpUpsBatteryPackDetailAge.1.1 = 62
MIB search path: /opt/librenms/mibs:/opt/librenms/mibs/poweralert
Cannot find module (TRIPPLIGHT-12X): At line 65 in (none)

 ENTITY-SENSOR: Caching OIDs: entPhysicalDescrSNMP['/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUs' '-m' 'ENTITY-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'entPhysicalDescr']
entPhysicalDescr = No Such Object available on this agent at this OID

Invalid snmp_walk() data = entPhysicalDescr = No Such Object available on this agent at this OID

SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["voltage",549,"ipmi"] 1.42ms]

SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["temperature",549,"ipmi"] 0.92ms]

SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["fanspeed",549,"ipmi"] 0.76ms]

SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["power",549,"ipmi"] 0.81ms]

Airflow: array (
)
SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["airflow",549,"snmp"] 0.71ms]


Current: RFC1628 SNMP['/usr/bin/snmpget' '-v2c' '-c' 'COMMUNITY' '-OqvU' '-m' 'UPS-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'upsBatteryCurrent.0']
No Such Object available on this agent at this OID

SNMP['/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUsetX' '-m' 'UPS-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'upsOutputCurrent']
upsOutputCurrent[1] = 0

Discover sensor: .1.3.6.1.2.1.33.1.4.4.1.3.1, 1, rfc1628, Output, snmp, 10, 1, , 0, (limits: LL: , LW: , W: , H: ), rrd_type = GAUGE
SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","current",549,"rfc1628","1"] 0.65ms]

SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["current",549,"rfc1628","1"] 0.44ms]

.SNMP['/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUsetX' '-m' 'UPS-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'upsInputCurrent']
upsInputCurrent = No Such Instance currently exists at this OID

SNMP['/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUsetX' '-m' 'UPS-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'upsBypassCurrent']
upsBypassCurrent = No Such Instance currently exists at this OID

Dynamic Discovery (current):
array (
  'data' =>
  array (
    0 =>
    array (
      'oid' => 'tlpPduCircuitTotalCurrent',
      'num_oid' => '.1.3.6.1.4.1.850.1.1.3.2.3.4.1.1.4.{{ $index }}',
      'index' => 'tlpPduCircuitTotalCurrent.{{ $index }}',
      'divisor' => 100,
      'descr' => 'Current',
    ),
    1 =>
    array (
      'oid' => 'tlpAtsOutputCurrent',
      'num_oid' => '.1.3.6.1.4.1.850.1.1.3.4.3.2.1.1.5.1.{{ $index }}',
      'descr' => 'Current',
      'divisor' => 100,
    ),
  ),
)
Data tlpPduCircuitTotalCurrent:
array (
)
Data tlpAtsOutputCurrent:
array (
)
array (
  'rfc1628' =>
  array (
    1 => 1,
  ),
)
SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["current",549,"snmp"] 1.15ms]

1 -> rfc1628

Charge: RFC1628 SNMP['/usr/bin/snmpget' '-v2c' '-c' 'COMMUNITY' '-OvqU' '-m' 'UPS-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'upsEstimatedChargeRemaining.0']
100

Discover sensor: .1.3.6.1.2.1.33.1.2.4.0, 500, rfc1628, Battery charge remaining, snmp, 1, 1, , 100, (limits: LL: 15, LW: 50, W: , H: 101), rrd_type = GAUGE
SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","charge",549,"rfc1628","500"] 0.84ms]

SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["charge",549,"rfc1628","500"] 0.62ms]

.array (
  'rfc1628' =>
  array (
    500 => 1,
  ),
)
SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["charge",549,"snmp"] 0.74ms]

500 -> rfc1628

Dbm: array (
)
SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["dbm",549,"snmp"] 0.67ms]


Fanspeed: array (
)
SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["fanspeed",549,"snmp"] 0.73ms]


Frequency: RFC1628 SNMP['/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUsetX' '-m' 'UPS-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'upsInputFrequency']
upsInputFrequency[1] = 599

Discover sensor: .1.3.6.1.2.1.33.1.3.3.1.2.1, 3.2.0.1, rfc1628, Input, snmp, 10, 1, , 59.9, (limits: LL: , LW: , W: , H: ), rrd_type = GAUGE
SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","frequency",549,"rfc1628","3.2.0.1"] 0.71ms]

SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["frequency",549,"rfc1628","3.2.0.1"] 0.6ms]

.SNMP['/usr/bin/snmpget' '-v2c' '-c' 'COMMUNITY' '-OqvU' '-m' 'UPS-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'upsOutputFrequency.0']
599

Discover sensor: .1.3.6.1.2.1.33.1.4.2.0, 4.2.0, rfc1628, Output, snmp, 10, 1, , 59.9, (limits: LL: , LW: , W: , H: ), rrd_type = GAUGE
SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","frequency",549,"rfc1628","4.2.0"] 0.71ms]

SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["frequency",549,"rfc1628","4.2.0"] 0.55ms]

.SNMP['/usr/bin/snmpget' '-v2c' '-c' 'COMMUNITY' '-OqvU' '-m' 'UPS-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'upsBypassFrequency.0']
No Such Object available on this agent at this OID

array (
  'rfc1628' =>
  array (
    '3.2.0.1' => 1,
    '4.2.0' => 1,
  ),
)
SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["frequency",549,"snmp"] 0.85ms]

3.2.0.1 -> rfc1628
4.2.0 -> rfc1628

Humidity: Dynamic Discovery (humidity):
array (
  'data' =>
  array (
    0 =>
    array (
      'oid' => 'tlpEnvHumidityHumidity',
      'num_oid' => '.1.3.6.1.4.1.850.1.1.3.3.3.2.1.1.{{ $index }}',
      'descr' => 'Ambient Humidity',
      'divisor' => 10,
      'multiplier' => 10,
      'low_limit' => 10,
      'high_limit' => 90,
      'group' => 'EnviroSense',
      'skip_values' =>
      array (
        0 =>
        array (
          'oid' => 'tlpEnvHumidityHumidity',
          'op' => 'exists',
          'value' => false,
        ),
      ),
    ),
  ),
)
Data tlpEnvHumidityHumidity:
array (
  2 =>
  array (
    'tlpEnvHumidityHumidity' => '20',
  ),
)
Sensor fetched value: 20
Ambient Humidity: Cur 20, Low: 10, Low Warn: null, Warn: null, High: 90
Discover sensor: .1.3.6.1.4.1.850.1.1.3.3.3.2.1.1.2, 2, poweralert, Ambient Humidity, snmp, 10, 10, , 20, (limits: LL: 10, LW: , W: , H: 90), rrd_type = GAUGE
SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","humidity",549,"poweralert","2"] 0.52ms]

SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["humidity",549,"poweralert","2"] 0.62ms]

.array (
  'poweralert' =>
  array (
    2 => 1,
  ),
)
SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["humidity",549,"snmp"] 0.73ms]

2 -> poweralert

Load: RFC1628 SNMP['/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUsetX' '-m' 'UPS-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'upsOutputPercentLoad']
upsOutputPercentLoad[1] = 12

Discover sensor: .1.3.6.1.2.1.33.1.4.4.1.5.1, 501, rfc1628, Percentage load, snmp, 1, 1, , 12, (limits: LL: , LW: , W: , H: ), rrd_type = GAUGE
SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","load",549,"rfc1628","501"] 0.69ms]

SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["load",549,"rfc1628","501"] 0.53ms]

.array (
  'rfc1628' =>
  array (
    501 => 1,
  ),
)
SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["load",549,"snmp"] 0.74ms]

501 -> rfc1628

Loss: array (
)
SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["loss",549,"snmp"] 0.54ms]


Power: RFC1628 SNMP['/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUsetX' '-m' 'UPS-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'upsOutputPower']
upsOutputPower[1] = 176

Discover sensor: .1.3.6.1.2.1.33.1.4.4.1.4.1, 301, rfc1628, Output, snmp, 1, 1, , 176, (limits: LL: , LW: , W: , H: ), rrd_type = GAUGE
SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","power",549,"rfc1628","301"] 0.71ms]

SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["power",549,"rfc1628","301"] 0.54ms]

.SNMP['/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUsetX' '-m' 'UPS-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'upsInputTruePower']
upsInputTruePower = No Such Instance currently exists at this OID

SNMP['/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUsetX' '-m' 'UPS-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'upsBypassPower']
upsBypassPower = No Such Instance currently exists at this OID

array (
  'rfc1628' =>
  array (
    301 => 1,
  ),
)
SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["power",549,"snmp"] 1.62ms]

301 -> rfc1628

Power_consumed: array (
)
SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["power_consumed",549,"snmp"] 0.84ms]


Power_factor: array (
)
SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["power_factor",549,"snmp"] 0.62ms]


Runtime: RFC1628 SNMP['/usr/bin/snmpget' '-v2c' '-c' 'COMMUNITY' '-Oqv' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' '.1.3.6.1.2.1.33.1.2.2.0']
0

Discover sensor: .1.3.6.1.2.1.33.1.2.2.0, 100, rfc1628, Time on battery, snmp, 60, 1, , 0, (limits: LL: 0, LW: 0, W: 1, H: 2), rrd_type = GAUGE
SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","runtime",549,"rfc1628","100"] 0.71ms]

SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["runtime",549,"rfc1628","100"] 0.62ms]

.SNMP['/usr/bin/snmpget' '-v2c' '-c' 'COMMUNITY' '-Ovq' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' '.1.3.6.1.2.1.33.1.2.3.0']
41

Discover sensor: .1.3.6.1.2.1.33.1.2.3.0, 200, rfc1628, Estimated battery time remaining, snmp, 1, 1, , 41, (limits: LL: 5, LW: 10, W: , H: 10000), rrd_type = GAUGE
SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","runtime",549,"rfc1628","200"] 0.74ms]

SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["runtime",549,"rfc1628","200"] 0.59ms]

.array (
  'rfc1628' =>
  array (
    100 => 1,
    200 => 1,
  ),
)
SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["runtime",549,"snmp"] 0.69ms]

100 -> rfc1628
200 -> rfc1628

Signal: array (
)
SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["signal",549,"snmp"] 0.59ms]


State: RFC1628 SNMP['/usr/bin/snmpget' '-v2c' '-c' 'COMMUNITY' '-Ovqe' '-m' 'UPS-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'upsBatteryStatus.0']
2

SQL[SELECT `state_index_id` FROM state_indexes WHERE state_name = ? LIMIT 1 ["upsBatteryStatusState"] 0.62ms]

SQL[SELECT `state_index_id`,`state_descr`,`state_draw_graph`,`state_value`,`state_generic_value` FROM `state_translations` WHERE `state_index_id`=? [38] 0.48ms]

Discover sensor: .1.3.6.1.2.1.33.1.2.1.0, 0, upsBatteryStatusState, Battery Status, snmp, 1, 1, 0, 2, (limits: LL: , LW: , W: , H: ), rrd_type = GAUGE
SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","state",549,"upsBatteryStatusState","0"] 0.53ms]

SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["state",549,"upsBatteryStatusState","0"] 0.61ms]

.SQL[SELECT sensor_id FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["state",549,"upsBatteryStatusState",0] 0.45ms]

SQL[SELECT state_index_id FROM `state_indexes` WHERE `state_name` = ? ["upsBatteryStatusState"] 0.23ms]

SQL[INSERT IGNORE INTO `sensors_to_state_indexes` (`sensor_id`,`state_index_id`)  VALUES (:sensor_id,:state_index_id) {"sensor_id":4716,"state_index_id":38} 1.08ms]

SNMP['/usr/bin/snmpget' '-v2c' '-c' 'COMMUNITY' '-Ovqe' '-m' 'UPS-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'upsOutputSource.0']
3

SQL[SELECT `state_index_id` FROM state_indexes WHERE state_name = ? LIMIT 1 ["upsOutputSourceState"] 0.5ms]

SQL[SELECT `state_index_id`,`state_descr`,`state_draw_graph`,`state_value`,`state_generic_value` FROM `state_translations` WHERE `state_index_id`=? [39] 0.39ms]

Discover sensor: .1.3.6.1.2.1.33.1.4.1.0, 0, upsOutputSourceState, Output Source, snmp, 1, 1, 0, 3, (limits: LL: , LW: , W: , H: ), rrd_type = GAUGE
SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","state",549,"upsOutputSourceState","0"] 0.43ms]

SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["state",549,"upsOutputSourceState","0"] 0.42ms]

.SQL[SELECT sensor_id FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["state",549,"upsOutputSourceState",0] 0.33ms]

SQL[SELECT state_index_id FROM `state_indexes` WHERE `state_name` = ? ["upsOutputSourceState"] 0.22ms]

SQL[INSERT IGNORE INTO `sensors_to_state_indexes` (`sensor_id`,`state_index_id`)  VALUES (:sensor_id,:state_index_id) {"sensor_id":4717,"state_index_id":39} 0.31ms]

SNMP['/usr/bin/snmpget' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' '-m' 'SNMPv2-TC:SNMPv2-MIB:IF-MIB:IP-MIB:TCP-MIB:UDP-MIB:NET-SNMP-VACM-MIB' '-v2c' '-c' 'COMMUNITY' '-OQXUte' 'udp:HOSTNAME:161' 'UPS-MIB::upsTestResultsSummary.0']
UPS-MIB::upsTestResultsSummary.0 = No Such Object available on this agent at this OID


array (
  'upsBatteryStatusState' =>
  array (
    0 => 1,
  ),
  'upsOutputSourceState' =>
  array (
    0 => 1,
  ),
)
SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["state",549,"snmp"] 0.97ms]

0 -> upsBatteryStatusState
0 -> upsOutputSourceState

Count: Dynamic Discovery (count):
array (
  'data' =>
  array (
    0 =>
    array (
      'oid' => 'tlpUPSBatteryPackDetailAge',
      'num_oid' => '.1.3.6.1.4.1.850.1.1.3.1.3.1.5.1.4.1.{{ $index }}',
      'descr' => 'Battery Age (Years)',
    ),
  ),
)
Data tlpUPSBatteryPackDetailAge:
array (
  '1.1' =>
  array (
    'tlpUpsBatteryPackDetailAge' => '62',
  ),
)
array (
)
SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["count",549,"snmp"] 0.62ms]


Temperature: RFC1628 SNMP['/usr/bin/snmpget' '-v2c' '-c' 'COMMUNITY' '-OqvU' '-m' 'UPS-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'upsBatteryTemperature.0']
No Such Object available on this agent at this OID

Dynamic Discovery (temperature):
array (
  'data' =>
  array (
    0 =>
    array (
      'oid' => 'tlpEnvTemperatureC',
      'num_oid' => '.1.3.6.1.4.1.850.1.1.3.3.3.1.1.1.{{ $index }}',
      'descr' => 'Ambient Temperature',
      'divisor' => 10,
      'multiplier' => 0,
      'low_limit' => 0,
      'high_limit' => 40,
      'group' => 'EnviroSense',
      'skip_values' =>
      array (
        0 =>
        array (
          'oid' => 'tlpEnvTemperatureC',
          'op' => 'exists',
          'value' => false,
        ),
      ),
    ),
    1 =>
    array (
      'oid' => 'tlpUPSDeviceTemperatureC',
      'num_oid' => '.1.3.6.1.4.1.850.1.1.3.1.2.1.1.7.{{ $index }}',
      'descr' => 'Case Temperature',
      'divisor' => 10,
      'multiplier' => 0,
      'low_limit' => 0,
      'high_limit' => 40,
      'group' => 'EnviroSense',
      'skip_values' =>
      array (
        0 =>
        array (
          'oid' => 'tlpUPSDeviceTemperatureC',
          'op' => 'exists',
          'value' => false,
        ),
      ),
    ),
  ),
)
Data tlpEnvTemperatureC:
array (
  2 =>
  array (
    'tlpEnvTemperatureC' => '268',
  ),
)
Sensor fetched value: 268
Ambient Temperature: Cur 26.8, Low: 0, Low Warn: null, Warn: null, High: 40
Discover sensor: .1.3.6.1.4.1.850.1.1.3.3.3.1.1.1.2, 2, poweralert, Ambient Temperature, snmp, 10, 1, , 26.8, (limits: LL: 0, LW: , W: , H: 40), rrd_type = GAUGE
SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","temperature",549,"poweralert","2"] 0.54ms]

SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["temperature",549,"poweralert","2"] 0.43ms]

.Data tlpUPSDeviceTemperatureC:
array (
  1 =>
  array (
    'tlpUpsDeviceTemperatureC' => '270',
  ),
)
array (
  'poweralert' =>
  array (
    2 => 1,
  ),
)
SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["temperature",549,"snmp"] 0.66ms]

2 -> poweralert

Tv_signal: array (
)
SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["tv_signal",549,"snmp"] 0.54ms]


Bitrate: array (
)
SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["bitrate",549,"snmp"] 0.54ms]


Voltage: RFC1628 SNMP['/usr/bin/snmpget' '-v2c' '-c' 'COMMUNITY' '-OqvU' '-m' 'UPS-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'upsBatteryVoltage.0']
525

Discover sensor: .1.3.6.1.2.1.33.1.2.5.0, 1.2.5.0, rfc1628, Battery, snmp, 10, 1, , 52.5, (limits: LL: , LW: , W: , H: ), rrd_type = GAUGE
SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","voltage",549,"rfc1628","1.2.5.0"] 0.54ms]

SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["voltage",549,"rfc1628","1.2.5.0"] 0.41ms]

.SNMP['/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUsetX' '-m' 'UPS-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'upsOutputVoltage']
upsOutputVoltage[1] = 121

Discover sensor: .1.3.6.1.2.1.33.1.4.4.1.2.1, 1, rfc1628, Output, snmp, 1, 1, , 121, (limits: LL: , LW: , W: , H: ), rrd_type = GAUGE
SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","voltage",549,"rfc1628","1"] 0.65ms]

SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["voltage",549,"rfc1628","1"] 0.45ms]

.SNMP['/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUsetX' '-m' 'UPS-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'upsInputVoltage']
upsInputVoltage[1] = 121

Discover sensor: .1.3.6.1.2.1.33.1.3.3.1.3.1, 101, rfc1628, Input, snmp, 1, 1, , 121, (limits: LL: , LW: , W: , H: ), rrd_type = GAUGE
SQL[SELECT COUNT(sensor_id) FROM `sensors` WHERE `poller_type`= ? AND `sensor_class` = ? AND `device_id` = ? AND sensor_type = ? AND `sensor_index` = ? ["snmp","voltage",549,"rfc1628","101"] 0.75ms]

SQL[SELECT * FROM `sensors` WHERE `sensor_class` = ? AND `device_id` = ? AND `sensor_type` = ? AND `sensor_index` = ? ["voltage",549,"rfc1628","101"] 0.48ms]

.SNMP['/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUsetX' '-m' 'UPS-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'upsBypassVoltage']
upsBypassVoltage = No Such Instance currently exists at this OID

Dynamic Discovery (voltage):
array (
  'data' =>
  array (
    0 =>
    array (
      'oid' => 'tlpPduInputPhaseVoltage',
      'num_oid' => '.1.3.6.1.4.1.850.1.1.3.2.3.1.2.1.4.{{ $index }}',
      'descr' => 'Input',
      'divisor' => 10,
      'multiplier' => 1,
      'low_limit' => 110,
      'high_limit' => 240,
    ),
    1 =>
    array (
      'oid' => 'tlpAtsInputPhaseVoltage',
      'num_oid' => '.1.3.6.1.4.1.850.1.1.3.4.3.1.2.1.5.1.1.{{ $index }}',
      'descr' => 'Input',
      'divisor' => 10,
      'multiplier' => 1,
      'low_limit' => 110,
      'high_limit' => 240,
    ),
  ),
)
Data tlpPduInputPhaseVoltage:
array (
)
Data tlpAtsInputPhaseVoltage:
array (
)
array (
  'rfc1628' =>
  array (
    '1.2.5.0' => 1,
    1 => 1,
    101 => 1,
  ),
)
SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["voltage",549,"snmp"] 1.16ms]

1.2.5.0 -> rfc1628
1 -> rfc1628
101 -> rfc1628

Snr: array (
)
SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["snr",549,"snmp"] 0.85ms]


Pressure: array (
)
SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["pressure",549,"snmp"] 0.85ms]


Cooling: array (
)
SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["cooling",549,"snmp"] 0.59ms]


Delay: array (
)
SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["delay",549,"snmp"] 0.63ms]


Quality_factor: array (
)
SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["quality_factor",549,"snmp"] 0.62ms]


Chromatic_dispersion: array (
)
SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["chromatic_dispersion",549,"snmp"] 0.6ms]


Ber: array (
)
SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["ber",549,"snmp"] 0.58ms]


Eer: array (
)
SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["eer",549,"snmp"] 0.62ms]


Waterflow: array (
)
SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["waterflow",549,"snmp"] 0.6ms]


Percent: array (
)
SQL[SELECT * FROM sensors AS S, devices AS D WHERE S.sensor_class=? AND S.device_id = D.device_id AND D.device_id = ? AND S.poller_type = ? ["percent",549,"snmp"] 0.59ms]



>> Runtime for discovery module 'sensors': 1.5490 seconds with 245432 bytes
>> SNMP: [21/0.88s] MySQL: [74/0.48s] RRD: [0/0.00s]
#### Unload disco module sensors ####

Modules status: Global+
OS
Device

#### Load disco module storage ####
SNMP['/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUs' '-m' 'DATA-DOMAIN-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert:/opt/librenms/mibs/datadomain' 'udp:HOSTNAME:161' 'fileSystemSpaceTable']
fileSystemSpaceTable = No Such Object available on this agent at this OID

Invalid snmp_walk() data = fileSystemSpaceTable = No Such Object available on this agent at this OID
SNMP['/usr/bin/snmpget' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' '-m' 'SNMPv2-TC:SNMPv2-MIB:IF-MIB:IP-MIB:TCP-MIB:UDP-MIB:NET-SNMP-VACM-MIB' '-v2c' '-c' 'COMMUNITY' '-OQXUte' '-Os' 'udp:HOSTNAME:161' 'ARICENT-ISS-MIB::issSwitchCurrentFlashUsage.0']
Exitcode: 1 ["MIB search path: /opt/librenms/mibs:/opt/librenms/mibs/poweralert
Cannot find module (ARICENT-ISS-MIB): At line 65 in (none)
ARICENT-ISS-MIB::issSwitchCurrentFlashUsage.0: Unknown Object Identifier
"]

MIB search path: /opt/librenms/mibs:/opt/librenms/mibs/poweralert
Cannot find module (ARICENT-ISS-MIB): At line 65 in (none)
ARICENT-ISS-MIB::issSwitchCurrentFlashUsage.0: Unknown Object Identifier

hrStorage : SNMP['/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUs' '-m' 'UCD-SNMP-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'dskTable']
dskTable = No Such Object available on this agent at this OID

Invalid snmp_walk() data = dskTable = No Such Object available on this agent at this OID
SQL[SELECT `storage_descr` FROM `storage` WHERE `device_id`  = '549' AND `storage_type` != 'dsk' [] 0.58ms]

array (
)
SQL[SELECT * FROM `storage` WHERE `device_id`  = '549' [] 0.38ms]



>> Runtime for discovery module 'storage': 0.1820 seconds with 19176 bytes
>> SNMP: [3/0.17s] MySQL: [2/0.01s] RRD: [0/0.00s]
#### Unload disco module storage ####

Modules status: Global+
OS
Device

#### Load disco module hr-device ####
SNMP['/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUs' '-m' 'HOST-RESOURCES-MIB:HOST-RESOURCES-TYPES' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'hrProcessorTable']
hrProcessorTable = No Such Object available on this agent at this OID

Invalid snmp_walk() data = hrProcessorTable = No Such Object available on this agent at this OID
SNMP['/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUs' '-m' 'HOST-RESOURCES-MIB:HOST-RESOURCES-TYPES' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'hrDeviceTable']
hrDeviceTable = No Such Object available on this agent at this OID

Invalid snmp_walk() data = hrDeviceTable = No Such Object available on this agent at this OID
array (
)
SQL[SELECT * FROM `hrDevice` WHERE `device_id`  = '549' [] 0.44ms]



>> Runtime for discovery module 'hr-device': 0.0820 seconds with 3648 bytes
>> SNMP: [2/0.08s] MySQL: [1/0.00s] RRD: [0/0.00s]
#### Unload disco module hr-device ####

Modules status: Global+
OS
Device

#### Load disco module discovery-protocols ####
 LLDP-MIB: SNMP['/usr/bin/snmpbulkwalk' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' '-m' 'SNMPv2-TC:SNMPv2-MIB:IF-MIB:IP-MIB:TCP-MIB:UDP-MIB:NET-SNMP-VACM-MIB' '-v2c' '-c' 'COMMUNITY' '-OQXUte' '-Os' 'udp:HOSTNAME:161' 'LLDP-MIB::lldpRemTable']
lldpRemTable = No Such Object available on this agent at this OID



 OSPF Discovery: SQL[SELECT DISTINCT(`ospfNbrIpAddr`),`device_id` FROM `ospf_nbrs` WHERE `device_id`=? [549] 0.51ms]



SQL[SELECT * FROM `links` AS L, `ports` AS I WHERE L.local_port_id = I.port_id AND I.device_id = ? [549] 0.63ms]

SQL[DELETE T FROM `links` T LEFT JOIN `devices` ON `devices`.`device_id` = T.`local_device_id` WHERE `devices`.`device_id` IS NULL [] 6.68ms]

 0 orphaned links deleted

>> Runtime for discovery module 'discovery-protocols': 0.0480 seconds with 8520 bytes
>> SNMP: [1/0.04s] MySQL: [3/0.08s] RRD: [0/0.00s]
#### Unload disco module discovery-protocols ####

Modules status: Global+
OS
Device

#### Load disco module arp-table ####
SNMP['/usr/bin/snmpbulkwalk' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' '-m' 'SNMPv2-TC:SNMPv2-MIB:IF-MIB:IP-MIB:TCP-MIB:UDP-MIB:NET-SNMP-VACM-MIB' '-v2c' '-c' 'COMMUNITY' '-OQXUte' 'udp:HOSTNAME:161' 'IP-MIB::ipNetToPhysicalPhysAddress']
IP-MIB::ipNetToPhysicalPhysAddress = No Such Object available on this agent at this OID


SNMP['/usr/bin/snmpbulkwalk' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' '-m' 'SNMPv2-TC:SNMPv2-MIB:IF-MIB:IP-MIB:TCP-MIB:UDP-MIB:NET-SNMP-VACM-MIB' '-v2c' '-c' 'COMMUNITY' '-OQXUte' 'udp:HOSTNAME:161' 'IP-MIB::ipNetToMediaPhysAddress']
IP-MIB::ipNetToMediaPhysAddress = No Such Object available on this agent at this OID


SQL[SELECT * from `ipv4_mac` WHERE `device_id`=? AND `context_name`=? [549,""] 15.19ms]

SQL[DELETE T FROM `ipv4_mac` T LEFT JOIN `ports` ON `ports`.`port_id` = T.`port_id` LEFT JOIN `devices` ON `devices`.`device_id` = T.`device_id` WHERE `ports`.`port_id` IS NULL AND `devices`.`device_id` IS NULL [] 52.08ms]



>> Runtime for discovery module 'arp-table': 0.1700 seconds with 3736 bytes
>> SNMP: [2/0.10s] MySQL: [2/0.67s] RRD: [0/0.00s]
#### Unload disco module arp-table ####

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

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

Modules status: Global+
OS
Device

#### Load disco module bgp-peers ####
SNMP['/usr/bin/snmpget' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' '-m' 'SNMPv2-TC:SNMPv2-MIB:IF-MIB:IP-MIB:TCP-MIB:UDP-MIB:NET-SNMP-VACM-MIB' '-v2c' '-c' 'COMMUNITY' '-OQXUte' 'udp:HOSTNAME:161' 'BGP4-MIB::bgpLocalAs.0']
BGP4-MIB::bgpLocalAs.0 = No Such Object available on this agent at this OID


No BGP on hostPeers :
SQL[DELETE FROM `bgpPeers` WHERE device_id=? AND context_name=? [549,""] 0.34ms]

SQL[DELETE FROM `bgpPeers_cbgp` WHERE device_id=? AND context_name=? [549,""] 0.22ms]


SQL[SELECT DISTINCT context_name FROM bgpPeers WHERE device_id=? [549] 0.29ms]


>> Runtime for discovery module 'bgp-peers': 0.0340 seconds with 5232 bytes
>> SNMP: [1/0.03s] MySQL: [3/0.01s] RRD: [0/0.00s]
#### Unload disco module bgp-peers ####

Modules status: Global+
OS
Device

#### Load disco module vlans ####
SQL[SELECT * FROM `vlans` WHERE `device_id` = ? [549] 0.33ms]

SNMP['/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUs' '-m' 'BRIDGE-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'dot1dBasePortIfIndex']
dot1dBasePortIfIndex = No Such Object available on this agent at this OID

Invalid snmp_walk() data = dot1dBasePortIfIndex = No Such Object available on this agent at this OID
IEEE8021-Q-BRIDGE-MIB VLANs: SNMP['/usr/bin/snmpget' '-v2c' '-c' 'COMMUNITY' '-Oqv' '-m' 'IEEE8021-Q-BRIDGE-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'dot1qVlanVersionNumber.0']
No Such Object available on this agent at this OID



>> Runtime for discovery module 'vlans': 0.1150 seconds with 6160 bytes
>> SNMP: [2/0.11s] MySQL: [1/0.00s] RRD: [0/0.00s]
#### Unload disco module vlans ####

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

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

Modules status: Global+
OS
Device

#### Load disco module ucd-diskio ####
SNMP['/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUs' '-m' 'UCD-DISKIO-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'diskIOEntry']
diskIOEntry = No Such Object available on this agent at this OID

Invalid snmp_walk() data = diskIOEntry = No Such Object available on this agent at this OID
array (
)
SQL[SELECT * FROM `ucd_diskio` where `device_id`  = '549' [] 0.61ms]



>> Runtime for discovery module 'ucd-diskio': 0.1390 seconds with 2192 bytes
>> SNMP: [1/0.14s] MySQL: [1/0.01s] RRD: [0/0.00s]
#### Unload disco module ucd-diskio ####

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

Modules status: Global+
OS
Device

#### Load disco module services ####

>> Runtime for discovery module 'services': 0.0010 seconds with 688 bytes
>> SNMP: [0/0.00s] MySQL: [0/0.00s] RRD: [0/0.00s]
#### Unload disco module services ####

Modules status: Global+
OS
Device

#### Load disco module stp ####
SNMP['/usr/bin/snmpget' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' '-m' 'SNMPv2-TC:SNMPv2-MIB:IF-MIB:IP-MIB:TCP-MIB:UDP-MIB:NET-SNMP-VACM-MIB' '-v2c' '-c' 'COMMUNITY' '-OQXUte' 'udp:HOSTNAME:161' 'BRIDGE-MIB::dot1dStpProtocolSpecification.0']
BRIDGE-MIB::dot1dStpProtocolSpecification.0 = No Such Object available on this agent at this OID


Instances: SQL[select * from `stp` where `stp`.`device_id` = ? and `stp`.`device_id` is not null [549] 0.55ms]


Ports: SQL[select * from `ports_stp` where `ports_stp`.`device_id` = ? and `ports_stp`.`device_id` is not null [549] 0.38ms]



>> Runtime for discovery module 'stp': 0.0280 seconds with 47368 bytes
>> SNMP: [1/0.02s] MySQL: [2/0.01s] RRD: [0/0.00s]
#### Unload disco module stp ####

Modules status: Global+
OS
Device

#### Load disco module ntp ####

>> Runtime for discovery module 'ntp': 0.0000 seconds with 232 bytes
>> SNMP: [0/0.00s] MySQL: [0/0.00s] RRD: [0/0.00s]
#### Unload disco module ntp ####

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

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

Modules status: Global+
OS
Device

#### Load disco module wireless ####
SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`=? AND `sensor_class`=? [549,"ap-count"] 0.53ms]

SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`=? AND `sensor_class`=? [549,"clients"] 0.44ms]

SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`=? AND `sensor_class`=? [549,"quality"] 0.54ms]

SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`=? AND `sensor_class`=? [549,"capacity"] 0.56ms]

SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`=? AND `sensor_class`=? [549,"utilization"] 0.45ms]

SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`=? AND `sensor_class`=? [549,"rate"] 0.36ms]

SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`=? AND `sensor_class`=? [549,"ccq"] 0.33ms]

SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`=? AND `sensor_class`=? [549,"snr"] 0.33ms]

SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`=? AND `sensor_class`=? [549,"sinr"] 0.33ms]

SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`=? AND `sensor_class`=? [549,"rsrp"] 0.38ms]

SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`=? AND `sensor_class`=? [549,"rsrq"] 0.33ms]

SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`=? AND `sensor_class`=? [549,"ssr"] 0.32ms]

SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`=? AND `sensor_class`=? [549,"mse"] 0.33ms]

SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`=? AND `sensor_class`=? [549,"xpi"] 0.33ms]

SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`=? AND `sensor_class`=? [549,"rssi"] 0.37ms]

SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`=? AND `sensor_class`=? [549,"power"] 0.34ms]

SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`=? AND `sensor_class`=? [549,"noise-floor"] 0.32ms]

SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`=? AND `sensor_class`=? [549,"errors"] 0.36ms]

SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`=? AND `sensor_class`=? [549,"error-ratio"] 0.64ms]

SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`=? AND `sensor_class`=? [549,"error-rate"] 0.34ms]

SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`=? AND `sensor_class`=? [549,"frequency"] 0.52ms]

SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`=? AND `sensor_class`=? [549,"distance"] 0.36ms]

SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`=? AND `sensor_class`=? [549,"cell"] 0.34ms]

SQL[SELECT * FROM `wireless_sensors` WHERE `device_id`=? AND `sensor_class`=? [549,"channel"] 0.37ms]


>> Runtime for discovery module 'wireless': 0.0210 seconds with 206112 bytes
>> SNMP: [0/0.00s] MySQL: [24/0.10s] RRD: [0/0.00s]
#### Unload disco module wireless ####

Modules status: Global+
OS
Device

#### Load disco module fdb-table ####
SQL[SELECT `vlan_id`, `vlan_vlan` from `vlans` WHERE `device_id` = ? [549] 0.31ms]

SQL[SELECT * FROM `ports_fdb` WHERE `device_id` = ? [549] 0.32ms]

SNMP['/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUsetX' '-m' 'Q-BRIDGE-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'dot1qTpFdbPort']
dot1qTpFdbPort = No Such Object available on this agent at this OID

SNMP['/usr/bin/snmpbulkwalk' '-v2c' '-c' 'COMMUNITY' '-OQUsetX' '-m' 'BRIDGE-MIB' '-M' '/opt/librenms/mibs:/opt/librenms/mibs/poweralert' 'udp:HOSTNAME:161' 'dot1dTpFdbPort']
dot1dTpFdbPort = No Such Object available on this agent at this OID



>> Runtime for discovery module 'fdb-table': 0.1390 seconds with 3576 bytes
>> SNMP: [0/0.00s] MySQL: [2/0.01s] RRD: [0/0.00s]
#### Unload disco module fdb-table ####

Modules status: Global+
OS
Device

#### Load disco module mpls ####

>> Runtime for discovery module 'mpls': 0.0000 seconds with 38704 bytes
>> SNMP: [0/0.00s] MySQL: [0/0.00s] RRD: [0/0.00s]
#### Unload disco module mpls ####

SQL[update `devices` set `last_discovered_timetaken` = ?, `last_discovered` = NOW() where `device_id` = ? [9.685,549] 1.51ms]

Discovered in 9.685 seconds

./discovery.php 10.132.104.37 2024-04-08 10:06:40 - 1 devices discovered in 9.978 secs

SNMP [56/2.56s]: Snmpget[28/0.66s] Snmpwalk[28/1.90s]
SQL [136/1.59s]: Select[128/0.95s] Delete[5/0.61s] Insert[2/0.01s] Update[1/0.02s]
RRD [0/0.00s]:

Poller output

Note: I removed the Poller results since the body was too long...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant