BUG: @ in vname

sppw
edited August 2021 in DataCore
Hello,

I just installed stor2rrd to monitor our DataCore storage.
Out of the box we got several errors and no capacity data.

I found that the problem was '@' in volume names which is unfortunately part of all Snapshot names in DataCore.

I fixed it by adding the following line in storage.pl:
    $itemm  =~ s/\@/XatX/g;

Best regards,
Sebastian

Comments

Sign In or Register to comment.