You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anyone find what causes this KeyError: 'mapped' issue? I'm also getting it.
For mongodb 4+,there is no field named 'mapped' or 'mappedWithJournal',
so change for k in ['resident', 'virtual', 'mapped', 'mappedWithJournal']: self.add_metrics('mongodb.memory.' + k, ss['mem'][k])
to for k in ['resident', 'virtual']: self.add_metrics('mongodb.memory.' + k, ss['mem'][k])
zabbix-mongodb/bin/zabbix-mongodb.py
Line 185 in cee748d
The text was updated successfully, but these errors were encountered: