• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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