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

munin-monitoring / munin
46%

Build:
DEFAULT BRANCH: master
Repo Added 31 Mar 2017 02:16PM UTC
Files 20
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

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • dependabot/github_actions/actions/checkout-5
  • fix-1641-2nd-try
  • http_loadtime-nocheck-cert
  • ipv6
  • master
  • master-add_connections_total
  • patch-1

09 Oct 2025 08:11PM UTC coverage: 46.253%. Remained the same
18387880490

push

github

web-flow
df: add an example of name for the file (#1668)

I created a file with this config for the `df` plugin:

```
[df*]
env.warning 93
env.critical 98
```

I named it `/etc/munin/plugin-conf.d/df` and the settings were ignored.

Then I renamed it to `/etc/munin/plugin-conf.d/zz_df` and the settings
were applied.

It looks like my custom file must be read after
`/etc/munin/plugin-conf.d/munin-node`, so I used the `zz_` prefix.

I didn’t change the file `/etc/munin/plugin-conf.d/munin-node` to avoid
conflicts later when updating munin. It contains this configuration:

```
(…)
[df*]
env.warning 92
env.critical 98
env.exclude_re ^/run/user ^/var/lib/docker
(…)
```

### Test

```
# ls
df  dhcpd3  munin-node  README  spamstats
# munin-run --debug df
(…)
# Environment warning = 92
(…)
# mv -v df zz_df
renamed 'df' -> 'zz_df'
# munin-run --debug df
(…)
# Environment warning = 93
(…)
```

So yes the order of the files is important.

### Another proof

Files are processed by alphabetical order:

```
# munin-run --debug df
(…)
# Processing plugin configuration from /etc/munin/plugin-conf.d/README
# Processing plugin configuration from /etc/munin/plugin-conf.d/dhcpd3
# Processing plugin configuration from /etc/munin/plugin-conf.d/munin-node
# Processing plugin configuration from /etc/munin/plugin-conf.d/spamstats
# Processing plugin configuration from /etc/munin/plugin-conf.d/zz_df
```

1043 of 2255 relevant lines covered (46.25%)

275.02 hits per line

Relevant lines Covered
Build:
Build:
2255 RELEVANT LINES 1043 COVERED LINES
275.02 HITS PER LINE
Source Files on master
  • Tree
  • List 20
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
18387880490 master df: add an example of name for the file (#1668) I created a file with this config for the `df` plugin: ``` [df*] env.warning 93 env.critical 98 ``` I named it `/etc/munin/plugin-conf.d/df` and the settings were ignored. Then I renamed it to `/... push 09 Oct 2025 08:16PM UTC web-flow github
46.25
18353686855 patch-1 Merge 5e077b1f2 into e8c9b71ea Pull #1668 09 Oct 2025 08:13PM UTC web-flow github
46.25
18351261588 patch-1 Merge ba1b30356 into e8c9b71ea Pull #1668 08 Oct 2025 05:58PM UTC web-flow github
46.25
18105743278 master `munin-node.conf`: add comment on how to make default `host *` work in IPv4-only case (#1666) host * will default to [::] i.e. IP v6. If IPv6 is not working/switched off, munin-node will not start. In the ipv4 case, it helps to dictate ipv4 ... push 29 Sep 2025 05:46PM UTC web-flow github
46.25
18096794043 fix-1641-2nd-try Merge 88bece18c into ae042ab1e Pull #1666 29 Sep 2025 05:38PM UTC web-flow github
46.25
17412513778 http_loadtime-nocheck-cert Merge 91944a226 into 654446877 Pull #1664 02 Sep 2025 10:01PM UTC web-flow github
46.25
17416987188 master Enable wget --no-check-certificate option in http_loadtime plugin (#1664) This patch disables SSL/TLS certificate validation in the http_loadtime plugin when wget establishes an HTTPS connection. This prevents the plugin from considering an untru... push 02 Sep 2025 10:01PM UTC web-flow github
46.25
16899487863 master build(deps): bump actions/checkout from 4 to 5 (#1662) push 12 Aug 2025 05:08AM UTC web-flow github
46.25
16899428492 dependabot/github_actions/actions/checkout-5 Merge 35b9bcbaa into e05281bb8 Pull #1662 12 Aug 2025 05:04AM UTC web-flow github
46.25
16533573809 master Fix IPv6 node connections (#1661) Commit 012b33a70 changed `from IO::Socket::INET6` to `IO::Socket::IP` but that silently changed the meaning of our default `local_address 0` from `::` to `0.0.0.0` which made IPv6-c... push 25 Jul 2025 11:45PM UTC web-flow github
46.25
See All Builds (755)
  • Repo 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

© 2025 Coveralls, Inc