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

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

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

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"

8 of 8 new or added lines in 1 file covered. (100.0%)

1028 of 1408 relevant lines covered (73.01%)

10858.6 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2715.1 (TEST_MEDIUM=1 PERLLIB=/home/travis/perl5/lib/perl5) 10 Jun 2019 02:30AM UTC 0
73.01
Travis Job 2715.1
Source Files on build 2715
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2715
  • Pull Request #1140
  • PR Base - master (#2714)
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