Is there a way to execute a graph on Linux on the commercial Clover Server product? I have a cron script that I’d like to be able to execute a graph when it finishes. I’ve seen many references to the command line capability, but I don’t see any mention in the documentation so I have no clue where to start.
You can utilize Simple HTTP API, namely operation “graph_run”. You can invoke such URL using curl, wget, or similar tool from your Cron script.
You probably know that, but just for sure - Server contains Cron-like scheduler internally - Scheduling. So I guess you have some special requirement to use system-wide Cron.
I’m using a cron job because I can’t get shell commands to work when Clover runs them due to the user (tomcat) that Clover runs as. If I could specify a different account for Clover to use when it runs the shell commands, I would be good.