/*
	Saved by: SNMP MIB Application Builder
	    Date: Wed Apr  8 16:41:55 1998
*/

Application "SWDiscardsGrap" : "mibgraph"
{
    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" 
    {
              "Graphs"   Context (AllContexts)  f.menu "DIGITAL->Graphs";
    }
    Menu "DIGITAL->Graphs"
    {
              "Packets Discarded"   Context (AllContexts)  f.action "SWDiscardsGrap";
    }
    Action "SWDiscardsGrap"
    {
        SelectionRule ((isSNMPSupported)||(isSNMPProxied))&&(isDECAgentEnabled);
        MinSelected 1;
        CallbackArgs "";
        Command "xnmgraph \\
            -title \"Packets Discarded\" \\
            -textFile \"ovmib/OVW/Functions/SWDiscardsGrap\" \\
            -units \"Packets per sec.\" \\
            -poll \"10s\" \\
            -mib \".1.3.6.1.2.1.2.2.1.13:Receive Discards:::::::,.1.3.6.1.2.1.2.2.1.19:Transmit Discards:::::::\" \\
            ${OVwSelections}";
        NameField "IP Hostname", "Selection Name";
    }
}

