Skip to content

Commit

Permalink
fix: fix deprecated daq_job_type in example healthcheck.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
furkan-bilgin committed Nov 8, 2024
1 parent eaa4ef1 commit 8001a6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/examples/healthcheck.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ daq_job_type = "DAQJobHealthcheck"

# Alert if restarted
[[healthcheck_stats]]
daq_job_type = "n1081b"
daq_job_type = "DAQJobN1081B"
stats_key = "restart_stats"
interval = "1m"
alert_if_interval_is = "satisfied"
alert_info = { message = "N1081B job crashed and got restarted!", severity = "error" }

# Alert if no message out
[[healthcheck_stats]]
daq_job_type = "n1081b"
daq_job_type = "DAQJobN1081B"
stats_key = "message_out_stats"
interval = "2m"
alert_if_interval_is = "unsatisfied"
Expand Down

0 comments on commit 8001a6a

Please sign in to comment.