Updated skipback and added extra stats
This commit is contained in:
@@ -392,6 +392,7 @@ def findQuietAgents(url):
|
||||
zero_percentage = (zero_count / total_hosts) * 100
|
||||
|
||||
# Print results
|
||||
print(f"Number of hosts in policy : {total_hosts} ")
|
||||
print(f"Number of hosts with execution_count = 0: {zero_count}")
|
||||
print(f"Percentage of hosts with execution_count = 0: {zero_percentage:.2f}%")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user