mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
freeipmi: fix multigraph declaration.
This commit is contained in:
parent
157c0675fa
commit
4c0e44be9d
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ foreach my $type (keys %sensors) {
|
|||
# don't print anything if no value is found
|
||||
next if scalar(@{$sensors{$type}->{inputs}}) == 0;
|
||||
|
||||
print "multigraph sensors_$type\n";
|
||||
print "multigraph freeipmi_$type\n";
|
||||
|
||||
foreach my $sensor (@{$sensors{$type}->{inputs}}) {
|
||||
print "$sensor->{graphid}.value $sensor->{value}\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue