Project

General

Profile

Bug #11648

Updated by Janos Mattyasovszky over 6 years ago

In #11257 a flag was introduced to disable @send-clean.sh@ and a n/a output log was additionally made. 

 This apparently conflicts with the case if no reports are to be sent, because then you get double reporting: 

 <pre> 
 E| n/a             DistributePolicy            Send inventories to CMDB                       Sending inventories has been disabled 
 E| compliant       DistributePolicy            Send inventories to CMDB                       No inventory to send 
 </pre> 

 !unexpected_Send_to_CMDB.png!

Back