You are here

monitoring.sensor_config.dblog_event_severity_debug.yml in Monitoring 8

config/optional/monitoring.sensor_config.dblog_event_severity_debug.yml

File

config/optional/monitoring.sensor_config.dblog_event_severity_debug.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - dblog
  6. id: dblog_event_severity_debug
  7. label: 'Severity Debug'
  8. description: 'Watchdog entries of severity Debug'
  9. category: Watchdog
  10. plugin_id: watchdog_aggregator
  11. result_class: null
  12. value_label: Events
  13. value_type: number
  14. caching_time: 900
  15. settings:
  16. table: watchdog
  17. conditions:
  18. -
  19. field: severity
  20. value: '7'
  21. verbose_fields:
  22. - 'wid'
  23. - 'message'
  24. - 'variables'
  25. - 'timestamp'
  26. time_interval_field: timestamp
  27. time_interval_value: 86400
  28. history_status: true
  29. thresholds:
  30. type: exceeds
  31. warning: 20
  32. critical: 50