Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust the 90-day cycle #105

Open
chen5293 opened this issue Sep 11, 2024 · 2 comments
Open

Adjust the 90-day cycle #105

chen5293 opened this issue Sep 11, 2024 · 2 comments

Comments

@chen5293
Copy link

Is there any way to adjust the 90-day cycle?
And reduce the frequency of monitoring, for example once every 10 minutes
I tried using cron but it didn't work

@rajnandan1
Copy link
Owner

To reduce the frequency of monitoring your will have to do it like this
This will run every two minutes

- name: Earth
  description: Our blue planet
  tag: "earth"
  defaultStatus: "UP"
  image: "/earth.png"
  cron: "*/2 * * * *"

@rajnandan1
Copy link
Owner

When you say adjust the 90day cycle what do you mean?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants