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

voxpupuli / puppet-collectd / 2454
0%

Build:
DEFAULT BRANCH: master
Ran 12 Jun 2019 10:08PM 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
2454

Pull #882

travis-ci

Steve Traylen
Add puppet tasts to call collectdctl

Two puppet tasks

* collectd::listval - lists all collectd metrics on a node
* collectd::getval metric=load/load-relative - shows values
  of a particular metric

For example

```bash
$ bolt -u root task run mine::getval metric=load/load-relative -n node.example.org
Started on node.example.org...
Finished on node.example.org:
  {
    "metric": "load/load-relative",
    "values": {
      "shortterm": "1.750000e-01",
      "longterm": "8.000000e-02",
      "midterm": "8.500000e-02"
    }
  }
```
Pull Request #882:

8 of 45 relevant lines covered (17.78%)

0.18 hits per line

Jobs
ID Job ID Ran Files Coverage
2 2454.2 (2.5.3, PUPPET_VERSION="~> 6.0" CHECK=test_with_coveralls) 12 Jun 2019 10:08PM UTC 0
17.78
Travis Job 2454.2
Source Files on build 2454
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2454
  • Pull Request #882
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