• 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: master
CHANGE BRANCH
x
Reset
  • master
  • dependabot/github_actions/actions/cache-5
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/actions/checkout-6
  • fix-1641-2nd-try
  • http_loadtime-nocheck-cert
  • ipv6
  • master-add_connections_total
  • mysql84
  • patch-1

15 Dec 2025 11:29PM UTC coverage: 46.253%. Remained the same
20251024223

push

github

web-flow
build(deps): bump actions/cache from 4 to 5 (#1677)

Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/cache/releases">actions/cache's
releases</a>.</em></p>
<blockquote>
<h2>v5.0.0</h2>
<blockquote>
<p>[!IMPORTANT]
<strong><code>actions/cache@v5</code> runs on the Node.js 24 runtime and
requires a minimum Actions Runner version of
<code>2.327.1</code>.</strong></p>
<p>If you are using self-hosted runners, ensure they are updated before
upgrading.</p>
</blockquote>
<hr />
<h2>What's Changed</h2>
<ul>
<li>Upgrade to use node24 by <a
href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a
href="https://redirect.github.com/actions/cache/pull/1630">actions/cache#1630</a></li>
<li>Prepare v5.0.0 release by <a
href="https://github.com/salmanmkc"><code>@​salmanmkc</code></a> in <a
href="https://redirect.github.com/actions/cache/pull/1684">actions/cache#1684</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/cache/compare/v4.3.0...v5.0.0">https://github.com/actions/cache/compare/v4.3.0...v5.0.0</a></p>
<h2>v4.3.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Add note on runner versions by <a
href="https://github.com/GhadimiR"><code>@​GhadimiR</code></a> in <a
href="https://redirect.github.com/actions/cache/pull/1642">actions/cache#1642</a></li>
<li>Prepare <code>v4.3.0</code> release by <a
href="https://github.com/Link"><code>@​Link</code></a>- in <a
href="https://redirect.github.com/actions/cache/pull/1655">actions/cache#1655</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/GhadimiR"><code>@​GhadimiR</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/cache/pull/1642">actions/cache#1642</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/cache/compare/v4...v4.3.0">https://github.com/actions/cache/comp... (continued)

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
20251024223 master build(deps): bump actions/cache from 4 to 5 (#1677) Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/cache/releases">actions/ca... push 15 Dec 2025 11:31PM UTC web-flow github
46.25
19972985240 master Update mysql plugin to work with MySQL 8.4 (#1676) Fixes #1648 push 05 Dec 2025 06:59PM UTC web-flow github
46.25
19790054321 master plugins/nut_*: emit 'U' if value is not seen in upsc output (#1675) Not all UPS support all metrics that the plugins look for. In my case, some CyberPower brand units don't show input_frequency/ups_temperature for nut_misc, and input_voltage_min... push 29 Nov 2025 10:20PM UTC web-flow github
46.25
19650352717 master Update ipmi_ : Add option to return the amp values (#1644) There were already options for Fans (RPM), Temperature (Celsius), Power (Watts) and Volts, now there is another one for Amperes. push 24 Nov 2025 09:51PM UTC web-flow github
46.25
19650333702 master build(deps): bump actions/checkout from 5 to 6 (#1673) Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/releases... push 24 Nov 2025 09:50PM UTC web-flow github
46.25
19243446856 master Plugin documentation: Explain colour format (#1671) I did try HTML color codes first `#FF8000` and wondered why they did not work. push 10 Nov 2025 07:25PM UTC web-flow github
46.25
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
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
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
See All Builds (764)
  • 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