Project

General

Profile

Bug #48825

Updated by Sebastian Wagner over 3 years ago

The zabbix module is sending values that are too long. Therefor they are converted in to shorter values like this : 

 <pre> 
 "key":"ceph.[device_health_metrics,percent_used]","value":"5.3464890292787*e-09*" 
 "key":"ceph.[.rgw.root,percent_used]","value":"2.0936130606941106*e-09*" 
 "key":"ceph.[eu-west1.rgw.log,percent_used]","value":"4.745523085603054*e-09*" 
 "key":"ceph.[eu-west1.rgw.meta,percent_used]","value":"5.730974805828737*e-09*" 
 "key":"ceph.[eu-west1.rgw.buckets.non-ec,percent_used]","value":"1.3847708757452892*e-08*" 
 </pre> 

 Looks like this is only happening with "percentage_used" values 

 Zabbix will complain and see this as string values 

 My ceph version is 15.2.7 and manually patched the index/indent bug in de module.py

Back