redis.conf 689 B

123456789101112131415161718192021222324252627
  1. template: redis_bgsave_broken
  2. families: *
  3. on: redis.bgsave_health
  4. class: Errors
  5. type: KV Storage
  6. component: Redis
  7. every: 10s
  8. crit: $rdb_last_bgsave_status != 0
  9. units: ok/failed
  10. info: status of the last RDB save operation (0: ok, 1: error)
  11. delay: down 5m multiplier 1.5 max 1h
  12. to: dba
  13. template: redis_bgsave_slow
  14. families: *
  15. on: redis.bgsave_now
  16. class: Latency
  17. type: KV Storage
  18. component: Redis
  19. every: 10s
  20. warn: $rdb_bgsave_in_progress > 600
  21. crit: $rdb_bgsave_in_progress > 1200
  22. units: seconds
  23. info: duration of the on-going RDB save operation
  24. delay: down 5m multiplier 1.5 max 1h
  25. to: dba