Mobile app version of vmapp.org
Login or Join
Michele947

: Cron management I have crontabs across multiple servers using different accounts. The scripts are separated such for a reason, different users for different services, etc. I did some searching

@Michele947

Posted in: #Server

I have crontabs across multiple servers using different accounts. The scripts are separated such for a reason, different users for different services, etc. I did some searching for a tool to track what is running where in a central location, but didn't find anything. How are others keeping track of their crontabs? I'm writing some code now to fetch the crontabs from the servers and aggregate them in a central place, but was wondering if anyone has an elegant solution to this problem?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Michele947

1 Comments

Sorted by latest first Latest Oldest Best

 

@Eichhorn148

In the past, I've placed crontabs in /etc/cron.d, given them a unique name (usually the hostname of the server) and checked those files into a central version control repository.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme