Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Commit

Permalink
fix: PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
weliasz committed Oct 13, 2021
1 parent bed9a60 commit 0b7a0fa
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions splunk_connect_for_snmp_poller/manager/poller.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,11 @@ def __check_inventory(self):
# update job when either inventory changes or config changes
if server_config_modified or inventory_config_modified or self._force_refresh:
self._force_refresh = False
logger.info(f"Refreshing inventory and config: server_config_modified = {server_config_modified}, "
f"inventory_config_modified = {inventory_config_modified}, "
f"force_refresh = {self._force_refresh}")
logger.info(
f"Refreshing inventory and config: server_config_modified = {server_config_modified}, "
f"inventory_config_modified = {inventory_config_modified}, "
f"force_refresh = {self._force_refresh}"
)

inventory_hosts = set()
profiles = get_profiles(self._server_config)
Expand Down

0 comments on commit 0b7a0fa

Please sign in to comment.