openconfig-procmon

This module provides data definitions for process health monitoring of one or more processes running on the system.

  • Version: 2017-09-18

    openconfig-procmon@2017-09-18


    
      module openconfig-procmon {
    
        yang-version 1;
    
        namespace
          "http://openconfig.net/yang/system/procmon";
    
        prefix oc-proc;
    
        import openconfig-extensions {
          prefix oc-ext;
        }
        import openconfig-types {
          prefix oc-types;
        }
    
        organization "OpenConfig working group";
    
        contact
          "OpenConfig working group
    www.openconfig.net";
    
        description
          "This module provides data definitions for process health
    monitoring of one or more processes running on the system.";
    
        revision "2017-09-18" {
          description
            "Updated to use OpenConfig types modules";
          reference
            "0.3.0";
    
        }
    
        revision "2017-07-06" {
          description
            "Move to oc-inet types, add IETF attribution, add RADIUS
    counters, changed password leaf names to indicate hashed";
          reference
            "0.2.0";
    
        }
    
        revision "2017-01-29" {
          description "Initial public release";
          reference
            "0.1.0";
    
        }
    
        oc-ext:openconfig-version "0.3.0";
      }  // module openconfig-procmon
    

© 2023 YumaWorks, Inc. All rights reserved.