mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-24 09:57:09 +00:00
snmp__acp_ups2_: remove commented-out cdef line.
This commit is contained in:
parent
6c1541a682
commit
bb2076ecc9
1 changed files with 0 additions and 1 deletions
|
@ -147,7 +147,6 @@ if ($ARGV[0] and $ARGV[0] eq "config")
|
|||
for(my $i=0;$i<$count_data;$i++) {
|
||||
printf "line%u.label Line %u\n",$i+1,$i+1;
|
||||
printf "line%u.type GAUGE\n",$i+1;
|
||||
# printf "line%u.cdef recv,8,*\n",$i+1;
|
||||
printf "line%u.info %s\n",$i+1,$graphs->{$mode}->{'unit'};
|
||||
}
|
||||
exit 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue