이 문서는 Freshservice에서 Discovery Agent로 자산을 수집하기 위한 가이드를 공유하기 위해 작성되었다.


도구명Discovery Agent
버전3.4.0
OS

Windows11

CentOs7

비고-

목차



0. Discovery Agent


Discovery Agents는 두 가지 업데이트 논리를 사용하여 Freshservice에 정보를 전송합니다.

1. Windows 자산 수집하기

1) agent 다운로드 및 설치

2) Freshservice에서 수집된 자산 확인

3) 프록시가 구성되어 있는 경우

  1. agent 파일 다운로드
  2. 명령 프롬프트에서 다음 코드 입력
    > msiexec /i <agent installer> PROXYSERVER=<proxy server name/ip> PROXYPORT=<proxy port> PROXYUSERNAME=<proxy user name> PROXYPASSWORD=<proxy password>

    PROXYUSERNAMEPROXYPASSWORD는 선택사항

2. Linux 자산 수집하기

📌 .Net Core Runtime 이상 설치되어 있어야 합니다.

📌 Mac 버전 5.1.0 및 Linux 버전 4.0.0부터 Freshservice 검색 에이전트는 이제 .NET 6 런타임에서 작동합니다.

📌 지원되는 Python 버전은 3.8 이상입니다.

1) Linux용 설치 파일 다운로드

2) 수집된 자산 확인하기

3) 프록시가 구성되어 있는 경우

  1. tar.gz 파일 다운로드 및 압축 해제
  2. 파라미터 사용하여 설치
    sudo python FS-Linux-Agent.py --server <host_address> --port <port> --username <username> --password <password>

    username과 password는 선택사항



참조