summaryrefslogtreecommitdiffstats
path: root/application/controllers/GearmanController.php
diff options
context:
space:
mode:
authorBjörn Geiger2011-09-21 14:28:54 +0200
committerBjörn Geiger2011-09-21 14:28:54 +0200
commit24025bbcd2b3d27b3faaee838be7d65e69189451 (patch)
tree2fada98cd40443f8ab353deb97492b14fe73988b /application/controllers/GearmanController.php
parentrm getpoolselectboxval (diff)
downloadpoolctrl-24025bbcd2b3d27b3faaee838be7d65e69189451.tar.gz
poolctrl-24025bbcd2b3d27b3faaee838be7d65e69189451.tar.xz
poolctrl-24025bbcd2b3d27b3faaee838be7d65e69189451.zip
StatusWorker überarbeitet, noch nicht getestet
Diffstat (limited to 'application/controllers/GearmanController.php')
-rwxr-xr-xapplication/controllers/GearmanController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/controllers/GearmanController.php b/application/controllers/GearmanController.php
index 5882add..b44de8b 100755
--- a/application/controllers/GearmanController.php
+++ b/application/controllers/GearmanController.php
@@ -170,7 +170,7 @@ class GearmanController extends Zend_Controller_Action
public function checkbootstatusAction() {
$eventName = 'bootTest';
$data = array(
- 'type' => 'boot',
+ 'type' => 'getBootState',
'events' => array(
0 => $eventName,
),
@@ -189,7 +189,7 @@ class GearmanController extends Zend_Controller_Action
public function checkshutdownstatusAction() {
$eventName = 'shutdownTest';
$data = array(
- 'type' => 'shutdown',
+ 'type' => 'getShutdownState',
'events' => array(
0 => $eventName,
),