[error] Mongodb.py replication_lag
Posted: Sat Aug 16, 2014 9:03 am
Hi ppl,
i hope someone can help me ^^
i using the chekc_mongodb.py plugin since around 1 month, just doing some connection checks and other main stuff.
now i need to check the replication_lag and replication_lag_percent and now i got the problem:
# ./check_mongodb.py -H xxx.xxx.xxx.165 -P 27017 -A replication_lag
CRITICAL - Unable to find host 'xxx.xxx.xxx.165' in replica set.
same with the replication_lag_percent
when i use it on an other mongodb server with no replication:
# ./check_mongodb.py -H xxx.xxx.xxx.94 -P 27017 -A replication_lag
OK - Not running with replSet
maybe im blind but i cnat find the error >.<
all other checks are running, connect/connections/lock...
anyone got a nice idea?
thanks for the help.
i hope someone can help me ^^
i using the chekc_mongodb.py plugin since around 1 month, just doing some connection checks and other main stuff.
now i need to check the replication_lag and replication_lag_percent and now i got the problem:
# ./check_mongodb.py -H xxx.xxx.xxx.165 -P 27017 -A replication_lag
CRITICAL - Unable to find host 'xxx.xxx.xxx.165' in replica set.
same with the replication_lag_percent
when i use it on an other mongodb server with no replication:
# ./check_mongodb.py -H xxx.xxx.xxx.94 -P 27017 -A replication_lag
OK - Not running with replSet
maybe im blind but i cnat find the error >.<
all other checks are running, connect/connections/lock...
anyone got a nice idea?
thanks for the help.