CO - bug fix

community
Steve L. Nyemba 7 years ago
parent 7711472513
commit cf843c16bd

@ -236,10 +236,10 @@ def app_status() :
@app.route('/init/collector',methods=['POST']) @app.route('/init/collector',methods=['POST'])
def InitCollector(): def InitCollector():
""" """
This endpoint is intended to initialize the collection agent This endpoint is intended to initialize the collection agent
@pre registration of the client should be done against the store API @pre registration of the client should be done against the store API
""" """
global CONFIG global CONFIG
r = [] r = []
manager={} manager={}

Loading…
Cancel
Save