M
MaRiOs
Guest
Ok lets get it straight,
now I'm testing the event manager uppon Physical hosting updated.
I have added a testing script with the command
/usr/local/psa/bin/update.sh <old_domain_name> <new_domain_name> <old_system_user> <new_system_user> <new_system_user_password>
the script looks like this :
#!/bin/sh
echo "--------------" >>/tmp/event_handler.log
echo Hosting Updated >>/tmp/event_handler.log
echo "--------------" >>/tmp/event_handler.log
#echo -e "Subjectsysical Hosting Update\nFrom:Server <[email protected]>\n"`cat /tmp/event_handler.log` | /usr/sbin/sendmail [email protected]
So I open the logs (cat /tmp/event_handler.log) to check and I see nothing..so...
Has anyone ever used something on Physical Hostin Update?
Do I define the update word wrong in my head and plesk?
I just go to hosting setup and change the login the pass and some info like asp support...
just to test it.
But its like the script isn't called by plesk at all.
now I'm testing the event manager uppon Physical hosting updated.
I have added a testing script with the command
/usr/local/psa/bin/update.sh <old_domain_name> <new_domain_name> <old_system_user> <new_system_user> <new_system_user_password>
the script looks like this :
#!/bin/sh
echo "--------------" >>/tmp/event_handler.log
echo Hosting Updated >>/tmp/event_handler.log
echo "--------------" >>/tmp/event_handler.log
#echo -e "Subjectsysical Hosting Update\nFrom:Server <[email protected]>\n"`cat /tmp/event_handler.log` | /usr/sbin/sendmail [email protected]
So I open the logs (cat /tmp/event_handler.log) to check and I see nothing..so...
Has anyone ever used something on Physical Hostin Update?
Do I define the update word wrong in my head and plesk?
I just go to hosting setup and change the login the pass and some info like asp support...
just to test it.
But its like the script isn't called by plesk at all.