• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Event handlers not working

Steve Vos

New Pleskian
Dear,

I just installed a new plesk 11 server on Centos 6.3. I'm trying to get my event handlers to work but for some strange reason it is not working.

I created a create test.sh in /usr/local/psa/bin with following content:

Code:
#!/bin/bash
/bin/date >> log.txt

I created a new event handler for 'panel failed login' executed is as both root ans psaadm but both no luck. When i login with a wrong password into plesk nothing is written to the log file.

The command that I use is /usr/local/psa/bin/test.sh

Permission on sh are set correctly , as I run it from commandline it is working smoothly.

I also tried some other event handlers but also with no luck, it seems that event handlers are turned off is that possible ?

Can someone help me with this ?
 
Back
Top