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

How to have two sets of commands with different cron run on the same set of hosts ? #256

Open
grf692 opened this issue Aug 27, 2019 · 0 comments

Comments

@grf692
Copy link

grf692 commented Aug 27, 2019

Hi,

On the same set of hosts (with same credentials then), I am trying to perform two different sets of commands using OpenNTI. One set of commands every minute and the other set of command every 15 minutes. Somehow, I did not succeed, it always do both sets of commands every minute even I add the cron-job differently.

* * * * * /usr/bin/python /opt/open-nti/open-nti.py -s --tag 1mn
*/15 * * * * /usr/bin/python /opt/open-nti/open-nti.py -s --tag 15mn

There must be something I don't get or is it simply not possible ? Can someone help maybe please ?

Thanks

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

1 participant