/*
	Saved by: SNMP MIB Application Builder
	    Date: Wed Apr  8 16:01:15 1998
*/

Application "SWStoFileSyste" : "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" 
    {
              "Storage"   Context (AllContexts)  f.menu "DIGITAL->Storage";
    }
    Menu "DIGITAL->Storage"
    {
              "File Systems"   Context (AllContexts)  f.action "SWStoFileSyste";
    }
    Action "SWStoFileSyste"
    {
        SelectionRule ((isSNMPSupported)||(isSNMPProxied))&&(isDECAgentEnabled);
        MinSelected 1;
        CallbackArgs "\\
            -commandTitle \"File Systems\" \\
            -headingLine 4 \\
            -dataLine 5 \\
            -appendSelectList -appendSelectListToTitle \\
            -textFile \"ovmib/OVW/Functions/SWStoFileSyste\" \\
            -cmd mibtable \\
            -table \".1.3.6.1.2.1.25.3.8.1\" \\
            -fields \"Index=1:11,Drive=2:48,Access=5:9,Bootable=6:5,ST Index=7:11,Mount Point=3:48\" \\
           -node ";
        Command -Shared "xnmappmon";
    }
}

