vote up 0 vote down star

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

THanks

flag
Please elaborate. E.g do you want to check whether a php process is (still) running? Or do you want to evaluate the return value of the php script as a test? Or ... – VolkerK Sep 15 at 11:39

1 Answer

vote up 0 vote down

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

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.