1ac0935b423d67ced9ef7fb4100916877e2564be
[sdc/sdc-distribution-client.git] /
1 tosca_definitions_version: tosca_simple_yaml_1_0
2
3 description: >
4   collectd is a daemon which gathers statistics about the system it is running on.
5
6 node_types:
7   tosca.nodes.SoftwareComponent.Collectd:
8     derived_from: tosca.nodes.SoftwareComponent
9     requirements:
10       - log_endpoint:
11           capability: tosca.capabilities.Endpoint
12           node:  tosca.nodes.SoftwareComponent.Logstash
13           relationship: tosca.relationships.ConnectsTo