/*
	Saved by: SNMP MIB Application Builder
	    Date: Wed Apr  8 14:34:14 1998
*/

Application "SWPower" : "mibappl"
{
    Version "OpenView NNM 5.01";
    Description {
        "SNMP MIB Monitoring Application",
        "Created by:",
        "    OpenView Network Node Manager 5.01",
        "    SNMP MIB Application Builder",
    }
    Copyright {
        "(c) Copyright 1992-1997 Hewlett-Packard Co.",
        "All rights reserved",
    }
    MenuBar "DIGITAL" 
    {
              "Environment"   Context (AllContexts)  f.menu "DIGITAL->Environment";
    }
    Menu "DIGITAL->Environment"
    {
              "Power Supplies"   Context (AllContexts)  f.action "SWPower";
    }
    Action "SWPower"
    {
        SelectionRule ((isSNMPSupported)||(isSNMPProxied))&&(isDECAgentEnabled);
        MinSelected 1;
        CallbackArgs "\\
            -commandTitle \"Power Supplies\" \\
            -headingLine 4 \\
            -dataLine 5 \\
            -appendSelectList -appendSelectListToTitle \\
            -textFile \"ovmib/OVW/Functions/SWPower\" \\
            -cmd mibtable \\
            -table \".1.3.6.1.4.1.36.2.18.22.1.8.3.5.1\" \\
            -fields \"Index=1:11,Status=2:7\" \\
           -node ";
        Command -Shared "xnmappmon";
    }
}

