I'm now totally confused about what you're trying to achieve... and I'm fairly sure Adam will have the same issue.

You're being asked to run snmpget/walk commands like the poller, but start adding definitions to a file... which definitely don't belong in there currently as all PowerNet-MIB is discovered through code... then claim it doesn't work. :O

On 4/18/2018 8:00 AM, Jacek.Dabrowski@selgros.pl wrote:

Hi Adam,

 

I added test entries in apc.inc

 

$config['mibs'][$mib]['sensor']['atsOutputVoltage']['tables'][] = array(

  'table'   => 'atsOutputPhaseTable',

  'class'   => 'voltage',

  'descr'   => 'Output-test',

  'oid'     => 'atsOutputVoltage',

  'oid_num' => '.1.3.6.1.4.1.318.1.1.8.5.4.3.1.3,',

  'min'     => 210,

  'scale'   => 1, // in V

 

Debug show correct voltage in discovery.php, the voltage is shown in the observium, after finishing the pooler, the value disappears, why ???, for me debug poller does not bring anything, maybe I cannot interpret it