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
In shard cluster with mongos router server in front, is prohibited to connect via mongo to local database.
So I changed db definition for local counters storage in def check_queries_per_second from db = con.local to db = con.nagios_check_db and it started to work.
Please change this in code for support MongoDB cluster with mongos router.
The text was updated successfully, but these errors were encountered:
In shard cluster with mongos router server in front, is prohibited to connect via mongo to local database.
So I changed db definition for local counters storage in
def check_queries_per_second
fromdb = con.local
todb = con.nagios_check_db
and it started to work.Please change this in code for support MongoDB cluster with mongos router.
The text was updated successfully, but these errors were encountered: