• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

voxpupuli / puppet-collectd / 2271
0%

Build:
DEFAULT BRANCH: master
Ran 11 Jul 2018 02:22PM UTC
Jobs 1
Files 3
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
2271

Pull #829

travis-ci

Romain Tartière
Make the threshold plugin configurable

```puppet
class { 'collectd::plugin::processes':
  process_matches => [
    'carbon-cache',
    'python.+carbon-cache',
  ],
}

class { 'collectd::plugin::threshold':
  plugins => {
    processes => {
      instance => 'carbon-cache',
      types    => {
        data_source => 'processes',
        warning_min => 2,
        failure_min => 1,
      },
    },
  },
}
```

Fixes #292 (Above example from this issue).
Pull Request #829:

8 of 45 relevant lines covered (17.78%)

0.18 hits per line

Jobs
ID Job ID Ran Files Coverage
3 2271.3 (2.5.1, PUPPET_VERSION="~> 5.0" CHECK=test_with_coveralls) 11 Jul 2018 02:22PM UTC 0
17.78
Travis Job 2271.3
Source Files on build 2271
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2271
  • Pull Request #829
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc