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

munin-monitoring / munin / 2715 / 1
73%
master: 46%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions/checkout-7
DEFAULT BRANCH: master
Ran 10 Jun 2019 02:30AM UTC
Files 15
Run time 0s
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

10 Jun 2019 02:26AM UTC coverage: 73.011% (+0.02%) from 72.992%
TEST_MEDIUM=1 PERLLIB=/home/travis/perl5/lib/perl5

Pull #1140

travis-ci

web-flow
Remove "ignore" value for "use_node_name"

The additional value "ignore" was added in dd4cbb501ca7152.

It caused the following "list" commands to be sent to the node:
* "yes" -> "list $self->{node_name}"
* "ignore" -> "list "
* "no" -> "list $self->{host}"
* any other value -> "list $self->{host}"

The above "$self->{node_name}" is the name advertised by the node during
the opening of the connection.
"$self->{host}" is the name of the node section in the master
configuration.

The new behaviour is the following:
* "yes" -> "list"
* "ignore" -> "list"
* "no" -> "list $self->{host}"
* any other value -> "list $self->{host}"

This behaviour has the same effect as before, as the request for "list"
(without a specific node name) is handley by munin-node exactly, as if
its "node_name" is supplied.
Pull Request #1140: Remove possible "ignore" value from "use_node_name"

1028 of 1408 relevant lines covered (73.01%)

10858.6 hits per line

Source Files on job 2715.1 (TEST_MEDIUM=1 PERLLIB=/home/travis/perl5/lib/perl5)
  • Tree
  • List 0
  • Changed 6
  • Source Changed 3
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2300
  • Travis Job 2715.1
  • 7d74f37f on github
  • Prev Job for TEST_MEDIUM=1 PERLLIB=/home/travis/perl5/lib/perl5 on remove_use_node_name-ignore (#2714.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc