[icinga-checkins] icinga.org: icingaweb2-module-director/master: DirectorDeploymentLog: new column
git at icinga.org
git at icinga.org
Sat Feb 27 22:15:27 CET 2016
Module: icingaweb2-module-director
Branch: master
Commit: c5f4d6d9e44d948d840dc6bb34771cb9a29aa45f
URL: https://git.icinga.org/?p=icingaweb2-module-director.git;a=commit;h=c5f4d6d9e44d948d840dc6bb34771cb9a29aa45f
Author: Thomas Gelf <thomas at gelf.net>
Date: Sat Feb 27 21:29:20 2016 +0100
DirectorDeploymentLog: new column
---
library/Director/Objects/DirectorDeploymentLog.php | 31 ++++++++++----------
1 file changed, 16 insertions(+), 15 deletions(-)
diff --git a/library/Director/Objects/DirectorDeploymentLog.php b/library/Director/Objects/DirectorDeploymentLog.php
index d8845d8..01cd07d 100644
--- a/library/Director/Objects/DirectorDeploymentLog.php
+++ b/library/Director/Objects/DirectorDeploymentLog.php
@@ -13,20 +13,21 @@ class DirectorDeploymentLog extends DbObject
protected $autoincKeyName = 'id';
protected $defaultProperties = array(
- 'id' => null,
- 'config_checksum' => null,
- 'peer_identity' => null,
- 'start_time' => null,
- 'end_time' => null,
- 'abort_time' => null,
- 'duration_connection' => null,
- 'duration_dump' => null,
- 'stage_name' => null,
- 'stage_collected' => null,
- 'connection_succeeded' => null,
- 'dump_succeeded' => null,
- 'startup_succeeded' => null,
- 'username' => null,
- 'startup_log' => null,
+ 'id' => null,
+ 'config_checksum' => null,
+ 'last_activity_checksum' => null,
+ 'peer_identity' => null,
+ 'start_time' => null,
+ 'end_time' => null,
+ 'abort_time' => null,
+ 'duration_connection' => null,
+ 'duration_dump' => null,
+ 'stage_name' => null,
+ 'stage_collected' => null,
+ 'connection_succeeded' => null,
+ 'dump_succeeded' => null,
+ 'startup_succeeded' => null,
+ 'username' => null,
+ 'startup_log' => null,
);
}
More information about the icinga-checkins
mailing list