Skip to content

Commit bb1bf0e

Browse files
authored
Additional debug logs collected as part of CloudGuard Central License logs collector (#509)
1 parent 73e3a10 commit bb1bf0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/central_license_debug_collector.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ psql_client cpm postgres -c "select * from vseclicense_data;" >> $TMPPATH/vsecLi
121121
log_msg " Collecting filtered vseclicense_data DB into $TMPPATH"
122122
psql_client cpm postgres -c "select * from vseclicense_data where not deleted and dlesession=0;" >> $TMPPATH/vsecLicenseData_filtered.txt
123123

124-
log_msg " Collecting number of unattached licenses into $TMPPATH (Shloud be empty)"
124+
log_msg " Collecting number of unattached licenses into $TMPPATH (Should be empty)"
125125
psql_client cpm postgres -c "select domb.name, dod.domainid, count(1) from domainbase_data as domb join dleobjectderef_data as dod on dod.domainid=domb.objid where (dod.fwset ilike '%not-installed%' or (dod.fwset ilike '%(installed)%' and dod.fwset ilike '%network_object ()%')) and dod.cpmitype='license' and not dod.deleted and dod.dlesession=0 group by domb.name, dod.domainid order by count(1) desc;" >> $TMPPATH/number_of_unattached_licenses.txt
126126

127127
log_msg " Collecting number of all licenses into $TMPPATH (for cprlic debug)"

0 commit comments

Comments
 (0)