Monitoring-GLPlugin

 view release on metacpan or  search on metacpan

lib/Monitoring/GLPlugin/SNMP/MibsAndOids/IDRACMIBSMIV2.pm  view on Meta::CPAN

  controllerPatrolReadState => {
    '1' => 'other',
    '2' => 'stopped',
    '3' => 'active',
  },
  ChassisSystemClassEnum => {
    '1' => 'other',
    '2' => 'unknown',
    '3' => 'workstationClass',
    '4' => 'serverClass',
    '5' => 'desktopClass',
    '6' => 'portableClass',
    '7' => 'netPCClass',
    '8' => 'storageClass',
  },
  SystemBatteryReadingFlags => sub {
    my $val = shift;
    my $state = unpack("B*", $val);
    my @errors = ();
    my $errors = {
        0 => 'noProblem',

lib/Monitoring/GLPlugin/SNMP/MibsAndOids/IDRACMIBSMIV2.pm  view on Meta::CPAN

    '2' => 'oneDotFiveGbps',
    '3' => 'threeGbps',
    '4' => 'sixGbps',
    '5' => 'twelveGbps',
    '6' => 'fiveGTps',
    '7' => 'eightGTps',
  },
  ChassisTypeEnum => {
    '1' => 'other',
    '2' => 'unknown',
    '3' => 'desktop',
    '4' => 'lowProfileDesktop',
    '5' => 'pizzaBox',
    '6' => 'miniTower',
    '7' => 'tower',
    '8' => 'portable',
    '9' => 'lapTop',
    '10' => 'noteBook',
    '11' => 'handHeld',
    '12' => 'dockingStation',
    '13' => 'allInOne',

lib/Monitoring/GLPlugin/SNMP/MibsAndOids/MIBDELL10892.pm  view on Meta::CPAN

  DellDisketteControlSettingsUnique => {
    '1' => 'unknown',
    '2' => 'disketteAutoConfigEnabledOrEnabled',
    '4' => 'disketteisReadOnly',
  },
  DellChassisSystemClass => {
    '1' => 'other',
    '2' => 'unknown',
    '3' => 'workstationClass',
    '4' => 'serverClass',
    '5' => 'desktopClass',
    '6' => 'portableClass',
    '7' => 'netPCClass',
    '8' => 'storageClass',
  },
  DellSystemResourceMapType => {
    '1' => 'other',
    '2' => 'unknown',
    '3' => 'typeOne',
  },
  DellParallelPortConnectorType => {

lib/Monitoring/GLPlugin/SNMP/MibsAndOids/MIBDELL10892.pm  view on Meta::CPAN

    '2' => 'dmaTransferWidthIsunknown',
    '3' => 'dmaTransferWidthIs8Bits',
    '4' => 'dmaTransferWidthIs16Bits',
    '5' => 'dmaTransferWidthIs32Bits',
    '6' => 'dmaTransferWidthIs64Bits',
    '7' => 'dmaTransferWidthIs128Bits',
  },
  DellChassisType => {
    '1' => 'other',
    '2' => 'unknown',
    '3' => 'desktop',
    '4' => 'lowProfileDesktop',
    '5' => 'pizzaBox',
    '6' => 'miniTower',
    '7' => 'tower',
    '8' => 'portable',
    '9' => 'lapTop',
    '10' => 'noteBook',
    '11' => 'handHeld',
    '12' => 'dockingStation',
    '13' => 'allInOne',



( run in 0.620 second using v1.01-cache-2.11-cpan-299005ec8e3 )