/*
	Saved by: SNMP MIB Application Builder
	    Date: Wed Apr  8 16:37:56 1998
*/

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

