-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
munin-node cannot start #70930
Copy link
Copy link
Closed
Labels
0.kind: bugSomething is brokenSomething is broken0.kind: regressionSomething that worked before working no longerSomething that worked before working no longer6.topic: nixosIssues or PRs affecting NixOS modules, or package usability issues specific to NixOSIssues or PRs affecting NixOS modules, or package usability issues specific to NixOS
Milestone
Description
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).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
0.kind: bugSomething is brokenSomething is broken0.kind: regressionSomething that worked before working no longerSomething that worked before working no longer6.topic: nixosIssues or PRs affecting NixOS modules, or package usability issues specific to NixOSIssues or PRs affecting NixOS modules, or package usability issues specific to NixOS