diff --git a/modules/smart-agent_systemd-timers/conf/readme.yaml b/modules/smart-agent_systemd-timers/conf/readme.yaml index 805ac5a1c..b3f0b7fd6 100644 --- a/modules/smart-agent_systemd-timers/conf/readme.yaml +++ b/modules/smart-agent_systemd-timers/conf/readme.yaml @@ -9,7 +9,7 @@ source_doc: | The difference with [smart-agent_systemd-services](https://github.com/claranet/terraform-signalfx-detectors/tree/master/modules/smart-agent_systemd-services) is that services launched by timers are not supposed to be always running, and instead can be stopped most of the time. - **Beware:** by default signalfx agent check the service stat every 10s, if your timer/service run faster than 10s it's possible the agent will not detect the fact your service ran. And the "last execution state" detector will trigger an alert. + **Beware:** by default signalfx agent check the service stat every 10s, if your timer/service run faster than 10s it's possible the agent will not detect the fact your service ran and "Systemd-timers execution delay" will trigger an alert (however "last execution state" detector will still detect if the last run of your service failed or not). Detectors are designed to check that the job did not failed (enabled by default), the service have not been removed (disabled by default), and the job have been launched during the past day (disabled by default, you can override the default delay with the `execution_delay_lasting_duration_major` variable).