summaryrefslogtreecommitdiffstats
path: root/tosca2heat/tosca-parser-0.3.0/toscaparser/tests/data/CSAR/tosca_elk/Definitions/collectd.yaml
blob: 1ac0935b423d67ced9ef7fb4100916877e2564be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
tosca_definitions_version: tosca_simple_yaml_1_0

description: >
  collectd is a daemon which gathers statistics about the system it is running on.

node_types:
  tosca.nodes.SoftwareComponent.Collectd:
    derived_from: tosca.nodes.SoftwareComponent
    requirements:
      - log_endpoint:
          capability: tosca.capabilities.Endpoint
          node:  tosca.nodes.SoftwareComponent.Logstash
          relationship: tosca.relationships.ConnectsTo