/*
	Saved by: SNMP MIB Application Builder
	    Date: Wed Apr  8 15:40:47 1998
*/

Application "SWMemOverview" : "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" 
    {
              "Memory"   Context (AllContexts)  f.menu "DIGITAL->Memory";
    }
    Menu "DIGITAL->Memory"
    {
              "Overview"   Context (AllContexts)  f.action "SWMemOverview";
    }
    Action "SWMemOverview"
    {
        SelectionRule ((isSNMPSupported)||(isSNMPProxied))&&(isDECAgentEnabled);
        MinSelected 1;
        CallbackArgs "\\
            -commandTitle \"Memory Overview\" \\
            -headingLine 4 \\
            -dataLine 5 \\
            -appendSelectList -appendSelectListToTitle \\
            -textFile \"ovmib/OVW/Functions/SWMemOverview\" \\
            -cmd mibtable \\
            -table \".1.3.6.1.4.1.36.2.18.22.1.4\" \\
            -fields \"Physical Memory=1:11,Free Physical Memory=2:11,Paging Memory=3:11,Free Paging Memory=4:11\" \\
           -node ";
        Command -Shared "xnmappmon";
    }
}

