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

voxpupuli / puppet-collectd / 2269 / 3
0%
master: 0%

Build:
DEFAULT BRANCH: master
Ran 11 Jul 2018 01:52PM UTC
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

11 Jul 2018 01:52PM UTC coverage: 17.778%. First build
2.5.1, PUPPET_VERSION="~> 5.0" CHECK=test_with_coveralls

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 => 16,
	failure_min => 12,
      },
    },
  },
}
```

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

8 of 45 relevant lines covered (17.78%)

0.18 hits per line

Source Files on job 2269.3 (2.5.1, PUPPET_VERSION="~> 5.0" CHECK=test_with_coveralls)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2177
  • Travis Job 2269.3
  • 27ca6dc7 on github
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