The most recent content from our members.
I am polling a GEIST PDU for the state of the Outlets (OID Name: pduOutletSwitchState / MIB 1.3.6.1.4.1.21239.5.2.3.5.1.4) and it returned with numeric values: 1,2,3,4,5 You are supposed to just know that: "Switch state of the outlet: 1 = Outlet is on, 2 = Outlet is off, 3 = Outlet is on, but will turn off after a delay, 4…
Hi all I'm trying to wrap my head around a problem similar ot this: thwack.solarwinds.com/.../216922 Our goal is to have: A) a web based report covering all EIGRP speaking nodes (250+ nodes), showing their current total Eigrp Neighbor Count and some info if the value is as expected or lower. The nodes run between 1 an 5…
I am in the process of trying to create a complete install package for the classic track of Adobe Acrobat Pro 2020- I used the Acrobat Customization wizard to create a custom install (add serial number, silent install, a few other settings in adobe) - Reading alot of blogs trying to understand how do go about creating an…
I am struggling with a Universal Device Poller Where the get request returns a table. The table will have many rows of values like: Row ID Value 1.0 0 1.1 0 1.2 0 1.3 12 1.4 29 1.5 0 1.6 55 1.7 0 1.8 0 I am really not interested in the individual values, but I would really like to get a total of all of those values. I…
I am pulling wireless signal strength for every wireless client using a custom poller that returns a table similar to this: -35 -40 -60 -34 -50 etc, etc. I then use a transform to take the average of the column: columnavg({poller}). It gives the right average, but it still returns a long table and puts the average in for…
Hi, I have a device that provides seperate values for month / day / hour / minute . I am trying to use transform to join these 4 x values to into a single value. I currently get this result which removes the leading zeroes which is not ideal. Any idea how I can produce the intended result of "04/05 00:19" ? Thanks in…
Hopefully this is easy but I have been fighting with this for a while I am looking to write a regex for UDP transform that returns the last 4 digits/numbers e.g. A001234A00987 would transform to 0987 I have tried a few things but nothing provides the correct result. The closest I got was…
I was given a list of OID's to pull from devices. Each one of the OID's was returned in a format that needed to be transformed (e.g. the value returned is 123, and the transformed value needed to be 12.3 because the raw value is in a convenient 1/10ths of a standard unit). I created a Transform for each OID, and selected…
Hi In UPD transformations we can use some table functions (ColumnAverage, ColumnMinimum, ColumnMaximum, ColumnSum). In my understanding these functions should return a single (scalar) value, but they return also a table. Docu says: Provides an average of the column values in a polled table Also see UDP with Tabular Results…
I'm trying to get a transformation working on my PDU's. I currently have this: avg({rPDULoadStatusLoad.1}, {rPDULoadStatusLoad.2}, {rPDULoadStatusLoad.3}) All three of those pollers are assigned to a node, and the transformation is assigned to the node as well. I generated a report, and this is what I get:…
It looks like you're new here. Sign in or register to get started.