Skip to content

Commit

Permalink
Merge pull request ceph#26052 from tchaikov/wip-37976
Browse files Browse the repository at this point in the history
mgr/zabbix: drop "total_objects" field

Reviewed-by: Sage Weil <[email protected]>
  • Loading branch information
tchaikov authored Jan 21, 2019
2 parents 91b38e7 + 3065ba5 commit e2ff665
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pybind/mgr/zabbix/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ def get_data(self):

df = self.get('df')
data['num_pools'] = len(df['pools'])
data['total_objects'] = df['stats']['total_objects']
data['total_used_bytes'] = df['stats']['total_used_bytes']
data['total_bytes'] = df['stats']['total_bytes']
data['total_avail_bytes'] = df['stats']['total_avail_bytes']
Expand Down

0 comments on commit e2ff665

Please sign in to comment.