• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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