Skip to content

Reboot Master Hook

Supported Versions Last Updated
1.16.03 & higher 2014/08/18

Reboot

Script Description Variables
openvz_reboot_pre.php Hook will run before the openvz virtual server is rebooted

Various:

$params[KEY]=VALUE

openvz_reboot_post.php Hook will run after the openvz virtual server is rebooted

 Various:

$params[KEY]=VALUE

xenpv_reboot_pre.php Hook will run before the xen pv virtual server is rebooted

 Various:

$params[KEY]=VALUE

xenpv_reboot_post.php Hook will run after the xen pv virtual server is rebooted

 Various:

$params[KEY]=VALUE

xenhvm_reboot_pre.php Hook will run before the xen hvm virtual server is rebooted

 Various:

$params[KEY]=VALUE

xenhvm_reboot_post.php Hook will run after the xen hvm virtual server is rebooted

 Various:

$params[KEY]=VALUE

kvm_reboot_pre.php Hook will run before the kvm virtual server is rebooted

 Various:

$params[KEY]=VALUE

kvm_reboot_post.php Hook will run after the kvm virtual server is rebooted

 Various:

$params[KEY]=VALUE

Back to top