jamesrwhite / minicron

🕰️ Monitor your cron jobs
GNU General Public License v3.0
2.34k stars 154 forks source link

Alerts from remote machine #254

Closed ivanstan closed 7 years ago

ivanstan commented 7 years ago

I have added new host, and I'm able to perform CRUD operations on remote machine but no execution feedback. I'm probably doing something wrong? Maybe documentation needs to be a bit more detailed for such cases.

ivanstan commented 7 years ago

I have minicron installed on remote host, but database is not setup for that machine. Should all instances of minicron on remote machines point to the host database running on machine that I use for management?

jamesrwhite commented 7 years ago

The database only needs to exist on the server the web ui runs on, when a job is actually run the data is transmitted over http(s).

What do your config files look like on the the servers the web ui and jobs are run on? (I'm assuming they are different)

jamesrwhite commented 7 years ago

Closing this due to lack of a reply, feel free to re-open if needed.