Skip to content

Commit

Permalink
Merge branch 'munin-monitoring:master' into unconfigured_ds
Browse files Browse the repository at this point in the history
  • Loading branch information
mtillberg authored Jul 2, 2023
2 parents 4bc5f86 + ab98746 commit 4259efc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/Munin/Master/UpdateWorker.pm
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,12 @@ sub uw_handle_config {
next; # Handled
}

# Prevent plugins from trying to set rrd:* attrs
if ($arg2 =~ /^rrd:/) {
WARN "Invalid line: $line";
next;
}

$fields{$arg1}{$arg2} = $value;

# Adding the $field if not present.
Expand Down

0 comments on commit 4259efc

Please sign in to comment.