tags:

views:

60

answers:

1

Excuse me, may I ask in linux, is there any way to call php code from the monitrc file of Monit?

THanks

A: 

Yes. You need to use the following command to execute scripts:

php /full/path/to/your/script.php

FractalizeR