Customer Portal

Command line graph execution on Linux

Comments 3

  • Avatar
    admin
    0
    Comment actions Permalink
    Hi Andrew,

    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 hope this helps.
  • Avatar
    dflkid
    0
    Comment actions Permalink
    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.
  • Avatar
    admin
    0
    Comment actions Permalink
    Hi,

    Unfortunately Server can execute scripts only under Tomcat account. What you can do:



    Just please keep in mind that those options are potential security threat.

    I hope this helps.

Please sign in to leave a comment.