Skip to content

munin-node cannot start #70930

@bjornfor

Description

@bjornfor

Describe the bug
services.munin-node is broken (cannot start). It seems due to a perl change in v5.30.

Ref.
munin-monitoring/munin#1202
https://rt.perl.org/Public/Bug/Display.html?id=134194
Perl/perl5@15dbe1a

To Reproduce

  services = {
    munin-node.enable = true;

    munin-cron = {
      enable = true;
      hosts = ''
        [${config.networking.hostName}]
        address localhost
      '';
    };
  };

After activating the configuration, systemctl --failed shows munin-node.service in failed status.

Expected behavior
Munin would generate some plugins in /etc/munin/plugins and munin-node.service should be working.

Metadata
NixOS 19.09 (regression from 19.03).

Metadata

Metadata

Assignees

No one assigned

    Labels

    0.kind: bugSomething is broken0.kind: regressionSomething that worked before working no longer6.topic: nixosIssues or PRs affecting NixOS modules, or package usability issues specific to NixOS

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions