This module defines common status objects for monitoring of Tail-f products. Copyright 2019 Cisco Systems, Inc. All rights rese...
Version: 2019-04-09
module tailf-common-monitoring { yang-version 1; namespace "http://tail-f.com/yang/common-monitoring"; prefix tfcg; import ietf-inet-types { prefix inet; } organization "Tail-f Systems"; description "This module defines common status objects for monitoring of Tail-f products. Copyright 2019 Cisco Systems, Inc. All rights reserved. Permission is hereby granted to redistribute this file without modification."; revision "2019-04-09" { description "Released as part of ConfD-7.1 and NSO-5.1. Added leaf-list 'callbacks'' under 'daemon-info'."; } revision "2018-06-14" { description "Released as part of ConfD-6.7 and NSO-4.7. Added 'mount' list under 'loaded-data-models'."; } revision "2013-06-14" { description "Released as part of ConfD-4.3 and NCS-2.3. Added 'relay-slave' enum for HA mode."; } revision "2013-03-07" { description "Released as part of ConfD-4.2 and NCS-2.2. Added container 'loaded-data-models'. Added container 'rest' for status of the REST server."; } revision "2012-11-08" { description "Released as part of ConfD-4.1 and NCS-2.1. Fixed bug in 'when' expression in 'cluster-info' choice."; } revision "2012-03-08" { description "Released as part of ConfD-3.9 and NCS-1.9. Added 'pending-read' and 'pending-subscription' values for internal/cdb/client/lock."; } revision "2011-12-08" { description "Released as part of ConfD-3.8. Added CDB status."; } revision "2011-09-22" { description "Initial revision."; } typedef ha-node-id { type string; description "The node identifier, as provided by the HA framework."; } typedef size-in-bytes { type uint64; units "bytes"; } } // module tailf-common-monitoring
© 2023 YumaWorks, Inc. All rights reserved.