Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vendor별 Logstash Template 설정 #540

Open
2 tasks
kim-jinhyeong opened this issue Oct 16, 2024 · 1 comment
Open
2 tasks

Vendor별 Logstash Template 설정 #540

kim-jinhyeong opened this issue Oct 16, 2024 · 1 comment
Assignees

Comments

@kim-jinhyeong
Copy link
Collaborator

kim-jinhyeong commented Oct 16, 2024

Vendor 별 Logstash config 고려 필요

  • Apply Monitoring 에서 미리 생성해둔 logstash config template을 적용할 수 있는 기능 추가

  • Vendor 별 SNMP Connection Test 추가
    IPMI Connection Test에서 Vendor 별로 Connection Test를 고려해야 합니다.
    현재 코드에서는 지정된 Oid를 사용하여 Connection Test를 수행하고 있지만, Vendor 별로 다르게 처리할 필요가 있습니다.

    //현재 SNMP Connection Test Oid

      queries := []SNMPQuery{
        	  {Oid: "1.3.6.1.2.1.1.5", Key: "hostname", Process: processHostname},
    	  {Oid: "1.3.6.1.2.1.1.7", Key: "deviceType", Process: processDeviceType},
    	  {Oid: "1.3.6.1.2.1.1.1", Key: "deviceOS", Process: processDeviceOS},
    }
    
@kim-jinhyeong
Copy link
Collaborator Author

Logstash template 추가 대신 config를 editor할 수 있는 기능을 제공하는 쪽으로 개발 방향 변경

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

1 participant