You are here

monitoring.sensor_config.dblog_404.yml in Monitoring 8

config/optional/monitoring.sensor_config.dblog_404.yml

File

config/optional/monitoring.sensor_config.dblog_404.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - dblog
  6. id: dblog_404
  7. label: 'Page not found errors'
  8. description: 'Page not found errors logged by watchdog'
  9. category: Watchdog
  10. plugin_id: dblog_404
  11. result_class: null
  12. value_label: 'Watchdog events'
  13. value_type: number
  14. caching_time: 3600
  15. settings:
  16. table: watchdog
  17. conditions:
  18. -
  19. field: type
  20. value: 'page not found'
  21. verbose_fields:
  22. - 'location'
  23. - 'timestamp'
  24. time_interval_field: 'timestamp'
  25. time_interval_value: 86400
  26. history_status: true
  27. thresholds:
  28. type: exceeds
  29. warning: 20
  30. critical: 100