Ceph_df breaks if pool name is whitespace

Hi,

we have a ceph pool which name is a whitespace:

eu-msg-1.rgw.buckets.non-ec         67     1.3 MiB         232     1.3 MiB         0        50 TiB     N/A               N/A                 232            0 B             0 B
                                    68      31 MiB      76.95k      31 MiB         0        50 TiB     N/A               N/A              76.95k            0 B             0 B
default.rgw.control                 69         0 B           8         0 B         0        50 TiB     N/A               N/A                   8            0 B             0 B

This breaks the monitoring:
grafik

Maybe it would be a good idea to switch to json output from ceph?

ceph df -f json
...snip
{
   "name":" ",
   "id":68,
   "stats":{
      "stored":32942090,
      "objects":76946,
      "kb_used":32171,
      "bytes_used":32942090,
      "percent_used":2.0164840464076406e-07,
      "max_avail":54454653026304       
   }
}
....snip

I guess no one cares?

Not using ceph myself, so …
But you might consider posting in the Feedback category or even writing to feedback@checkmk.com directly.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.