Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Salt Minion Install

  1. Installer Download: https://github.com/snetsystems/salt/releases/download/v3001.4-5/Salt-Minion-3001.4-Py3-x86-Setup.exe

  2. Salt-Minion-3001.4-Py3-x86-Setup.exe을 실행한 후, 아래 화면에서 Minion Name은 비워둡니다.

  3. 아래 화면이 나오면 “예(Y)”를 클릭합니다.

  4. Minion config 설정을 위해 minion 실행은 하지 않고 “Finish”를 클릭하여 종료합니다.

  5. Config Path: C:\salt\conf\minion (default salt root path: c:\salt)
    주의 아래 설정 파일에는 주석 포함하여 영문 외 2 Byte 문자(예, 한글, 일본어, 중국어 등)가 포함되지 않도록 주의해야 합니다.

    ## log_level ##
    # One of 'garbage', 'trace', 'debug', info', 'warning'(default), 'error', 'critical'.
    log_level: info
    master: <master ip address>
    id: <유일한 minion id 설정해야 하며, 생략 시, hostname = minion id>
    
    multiprocessing: False
    
    # The maximum number of bytes a single log file may contain before it is rotated.
    # A value of 0 disables this feature.
    # Currently only supported on Windows.
    # On other platforms, use an external tool such as 'logrotate' to manage log files.
    log_rotate_max_bytes: 314572800 #300MB
    
    # The number of backup files to keep when rotating log files.
    # Only used if log_rotate_max_bytes is greater than 0.
    # Currently only supported on Windows.
    # On other platforms, use an external tool such as 'logrotate' to manage log files.
    log_rotate_backup_count: 7

  6. 윈도우 서비스에서 salt-minion 시작.

  7. CloudHub Portal 로그인 →“Agent Configuration > Minions” 메뉴 화면에서 새로 등록된 minion을 Operation 버튼을 통해 “Accept”합니다.

Telegraf Install

to do

  • No labels