~jillrouleau/+junk/collectd-srv-framework

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name: collectd-agent
maintainer: Jill Rouleau <jill.rouleau@canonical.com>
summary: "Collectd"
description: |
  collectd is a small daemon which collects system information
  periodically and provides mechanisms to monitor and store the values
  in a variety of ways. Since the daemon doesn't need to startup every
  time it wants to update the values it's very fast and easy on the
  system. Also, the statistics are very fine grained since the files are
  updated every 10 seconds by default.  The collected information can be
  used to find current performance bottlenecks (performance analysis)
  and predict future system load (capacity planning).  This package
  provides a full installation of the daemon, including the
  configuration.
tags: 
 - applications
 - analytics
 - monitoring 
subordinate: true
requires:
  juju-info:
    interface: juju-info
    scope: container
  carbon-server:
    interface: carbon-server
    optional: true