Leonardo Certuche wrote :
[...]
I first tried decreasing the crontab time for the GenericAgent.pl:
*/2 * * * * $HOME/bin/GenericAgent.pl >> /dev/null
But that seems not to work :(
[...]
I think that there are two sorts of GenericAgent jobs, those who are configured in the GUI and saved in the database and those who are saved as separate files.
I guess that the file jobs are called by the crontab line you modified and that there is a second GenericAgent call in the crontab with parameter "-c db" for the db jobs.
So I assume that you use a db job and therefor have to modify the other GenericAgent call.