IcingaConfig: store file statistics
This commit is contained in:
parent
a09e1d638c
commit
4d13f8a9af
|
@ -238,7 +238,9 @@ class IcingaConfig
|
|||
$fileTable,
|
||||
array(
|
||||
$fileKey => $this->dbBin($checksum),
|
||||
'content' => $file->getContent()
|
||||
'content' => $file->getContent(),
|
||||
'cnt_object' => $file->getObjectCount(),
|
||||
'cnt_template' => $file->getTemplateCount()
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue