Skip to content

Commit

Permalink
Improve polling schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
trick77 committed Dec 31, 2023
1 parent 40ca7cf commit 30f75c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion observium/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
ofelia.job-exec.discover-new.no-overlap: "true"
ofelia.job-exec.discover-new.user: "www-data"
ofelia.job-exec.discover-new.command: "/bin/bash -c \"/opt/observium/observium-wrapper discovery --host new\""
ofelia.job-exec.poll.schedule: "@every 5m"
ofelia.job-exec.poll.schedule: "0 */5 * * * *"
ofelia.job-exec.poll.no-overlap: "true"
ofelia.job-exec.poll.user: "www-data"
ofelia.job-exec.poll.command: "/bin/bash -c \"/opt/observium/observium-wrapper poller\""
Expand Down

0 comments on commit 30f75c9

Please sign in to comment.