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
Версия mamonsu 3.5.1
Собрано из исходников.
bootstrap режим включен.
PostgreSQL 13
На мастер сервере в логах мамонсу возникает такая ошибка в модуле репликации.
[ERROR] 2022-08-01 13:17:49,743 - REPLICATION - plugin replication caught error: float() argument must be a string or a number, not 'NoneType'
[DEBUG] 2022-08-01 13:17:49,743 - REPLICATION - Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/mamonsu/lib/plugin.py", line 170, in _loop
self.run(self.sender)
File "/usr/lib/python3/dist-packages/mamonsu/plugins/pgsql/replication.py", line 65, in run
zbx.send("pgsql.replication.total_lag[{0}]".format(info[0]), float(info[6]))
TypeError: float() argument must be a string or a number, not 'NoneType'
The text was updated successfully, but these errors were encountered:
Версия mamonsu 3.5.1
Собрано из исходников.
bootstrap режим включен.
PostgreSQL 13
На мастер сервере в логах мамонсу возникает такая ошибка в модуле репликации.
[ERROR] 2022-08-01 13:17:49,743 - REPLICATION - plugin replication caught error: float() argument must be a string or a number, not 'NoneType'
[DEBUG] 2022-08-01 13:17:49,743 - REPLICATION - Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/mamonsu/lib/plugin.py", line 170, in _loop
self.run(self.sender)
File "/usr/lib/python3/dist-packages/mamonsu/plugins/pgsql/replication.py", line 65, in run
zbx.send("pgsql.replication.total_lag[{0}]".format(info[0]), float(info[6]))
TypeError: float() argument must be a string or a number, not 'NoneType'
The text was updated successfully, but these errors were encountered: