You are here

monitoring.sensor_config.core_cron_safe_threshold.yml in Monitoring 8

config/optional/monitoring.sensor_config.core_cron_safe_threshold.yml

File

config/optional/monitoring.sensor_config.core_cron_safe_threshold.yml
View source
  1. id: core_cron_safe_threshold
  2. label: 'Cron safe threshold enabled'
  3. description: 'Cron safe threshold (Poormanscron) is enabled'
  4. plugin_id: config_value
  5. value_type: 'bool'
  6. category: 'Cron'
  7. status: TRUE
  8. settings:
  9. config: 'automated_cron.settings'
  10. key: 'interval'
  11. value: '0'
  12. dependencies:
  13. module:
  14. - automated_cron