mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 16:24:05 +02:00
Db: don't collect states we learned about
Might be reverted later on, but is the safer choice for now
This commit is contained in:
parent
386a7ee90d
commit
a0c418a952
@ -390,6 +390,7 @@ class Db extends DbConnection
|
|||||||
->from('director_deployment_log')
|
->from('director_deployment_log')
|
||||||
->where('stage_name IS NOT NULL')
|
->where('stage_name IS NOT NULL')
|
||||||
->where('stage_collected IS NULL')
|
->where('stage_collected IS NULL')
|
||||||
|
->where('startup_succeeded IS NULL')
|
||||||
->order('stage_name');
|
->order('stage_name');
|
||||||
|
|
||||||
return DirectorDeploymentLog::loadAll($this, $query, 'stage_name');
|
return DirectorDeploymentLog::loadAll($this, $query, 'stage_name');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user