File tree 4 files changed +0
-5
lines changed
4 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 16
16
import fnmatch
17
17
import logging
18
18
import os
19
- import uuid
20
- import sched
21
19
import sys
22
20
import threading
23
21
import time
Original file line number Diff line number Diff line change @@ -189,7 +189,6 @@ def agent_singleton():
189
189
190
190
return Agent ._instance
191
191
192
-
193
192
def __init__ (self , config ):
194
193
"""Initialises the agent and attempt to establish a connection
195
194
to the core application. Will start the harvest loop running but
Original file line number Diff line number Diff line change 19
19
import logging
20
20
import os
21
21
import sys
22
- import uuid
23
22
import threading
24
23
import time
25
24
import traceback
Original file line number Diff line number Diff line change @@ -84,7 +84,6 @@ def is_valid_file_delivery_location(file_uri):
84
84
def health_check_enabled ():
85
85
fleet_id_present = os .environ .get ("NEW_RELIC_SUPERAGENT_FLEET_ID" , None )
86
86
if not fleet_id_present :
87
- _logger .warning ("Super Agent fleet ID not found in environment. Health reporting will not be enabled." )
88
87
return False
89
88
90
89
health_file_location = os .environ .get ("NEW_RELIC_SUPERAGENT_HEALTH_DELIVERY_LOCATION" , None )
You can’t perform that action at this time.
0 commit comments