Juniper/open-nti

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

grf692 opened this issue · 0 comments

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