/*
	Saved by: SNMP MIB Application Builder
	    Date: Wed Apr  8 16:39:27 1998
*/

Application "SWPackErrsGrap" : "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"
    {
              "Packet Errors"   Context (AllContexts)  f.action "SWPackErrsGrap";
    }
    Action "SWPackErrsGrap"
    {
        SelectionRule ((isSNMPSupported)||(isSNMPProxied))&&(isDECAgentEnabled);
        MinSelected 1;
        CallbackArgs "";
        Command "xnmgraph \\
            -title \"Packet Errors Transmitted & Received\" \\
            -textFile \"ovmib/OVW/Functions/SWPackErrsGrap\" \\
            -units \"Packets per sec.\" \\
            -poll \"10s\" \\
            -mib \".1.3.6.1.2.1.2.2.1.14:Receive Errors:::::::,.1.3.6.1.2.1.2.2.1.20:Transmit Errors:::::::\" \\
            ${OVwSelections}";
        NameField "IP Hostname", "Selection Name";
    }
}

