iyth888 发表于 2018-11-3 10:57:45

lepus监控redis执行python check_redis.py报错

  python check_redis.py
  2017-08-02 11:00:58 check redis controller started.
  ./include/functions.py:45: Warning: Out of range value for column 'rdb_changes_since_last_save' at row 1
  curs.execute(sql,param)
  ./include/functions.py:45: Warning: Out of range value for column 'rdb_changes_since_last_save' at row 1
  curs.execute(sql,param)
  ./include/functions.py:45: Warning: Out of range value for column 'rdb_changes_since_last_save' at row 1
  curs.execute(sql,param)
  ./include/functions.py:45: Warning: Out of range value for column 'keyspace_hits' at row 1
  2017-09-12 09:54:00 check redis controller started.
  se "encoding" instead
  '"charset" is deprecated. Use "encoding" instead'))
  mysql execute: (1264, "Out of range value for column 'rdb_changes_since_last_save' at row 1")
  mysql execute: (1264, "Out of range value for column 'rdb_changes_since_last_save' at row 1")
  修改lepus库的的redis表字段结构解决:

  mysql>>  Query OK, 15 rows affected (0.01 sec)
  Records: 15Duplicates: 0Warnings: 0

  mysql>>  Query OK, 15 rows affected (0.02 sec)
  Records: 15Duplicates: 0Warnings: 0

  mysql>>  Query OK, 187 rows affected (0.02 sec)
  Records: 187Duplicates: 0Warnings: 0

  mysql>>  Query OK, 187 rows affected (0.02 sec)
  Records: 187Duplicates: 0Warnings: 0
  # python check_redis.py
  2017-09-13 12:01:38 check redis controller started.
  2017-09-13 12:01:39 check redis controller finished.

页: [1]
查看完整版本: lepus监控redis执行python check_redis.py报错