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

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

