classImageCheckClient { constPROJECT_ID='YOUR_PROJECT_ID_GOES_HERE'; constSECRET_KEY='YOUR_SECRET_KEY_GOES_HERE'; constREQ_URL='https://isafe.ilivedata.com/api/v1/image/check'; constHOST='isafe.ilivedata.com'; constPATH='/api/v1/image/check'; ...
neb CMakeLists.txt 2 changes: 1 addition & 1 deletion 2 agents/check_mk_agent.aix Show comments View file Edit file Delete file This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor ...
class ImageCheckClient {const PROJECT_ID = 'YOUR_PROJECT_ID_GOES_HERE'; const SECRET_KEY = 'YOUR_SECRET_KEY_GOES_HERE'; const REQ_URL = 'https://isafe.ilivedata.com/api/v1/image/check'; const HOST = 'isafe.ilivedata.com'; const PATH = '/api/v1/image/check';public...