Git Product home page Git Product logo

scouter-plugin-server-alert-email's People

Contributors

gunlee01 avatar nices96 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

scouter-plugin-server-alert-email's Issues

Sending e-mail failed if the SMTP server don't need to be authenticated.

Hello, Thank you for developing this plug-in.

When I configured this plugin, I can't send an e-mail via SMTP that don't need to be authenticated.
I installed the Scouter in private network and our SMTP don't need to be authenticated.

Although I already modified the source code and apply it, I think it would be nice to have an option to choose whether to authenticate with SMTP server or not.

I change the source code like this, and I can receive an e-mail with SMTP server that need no auth.

boolean authEnabled = conf.getBoolean("ext_plugin_email_smtp_auth", true);

if (authEnabled) {
    email.setAuthenticator(new DefaultAuthenticator(username, password));
}

Thank you.

Sending Email Failed

image
I create a new Gmail account for testing . But I meet three issues.

  1. When I shutdown tomcat , but I can't find any logs in the file "${scouter.server}/logs/server-${date}.log"
  2. When I start tomcat , there are some logs like this !While I set port to 587, it seems to not work.
    image
  3. Last , I can't find more logs. And I had not found how the logs generated.

scouter-plugin-server-alert-email 관련문의입니다.

안녕하세요 현재 스카우터 이용자입니다 .
좋은 프로그램을 만들어주셔서 감사합니다.

다름이아니구요 eamil alert 전송 플러그인을 사용하려고하는데요 세팅부분은 다해준것같은데
제가 놓친부분이있는것같아서 확인한번 부탁드려도 괜찮으실까요 ?

image

host에서 cpu warning pct 옵션값을 통해서

image

client 에서 alert 가 뜨는것을 확인했구요, (여기까지는 잘되었습니다 ㅠ )
이후, scouter / server / scouter.conf 파일에서 파일을 아래와 같이 수정했습니다.

image

수정완료후, alert plugin을 사용하기위해 필요한 lib를 추출하기위해
소스를 pull받은후

image

아래와같이 빌드하였고,
image

빌드된 lib 를 scouter / server / lib 디렉토리에 복사하였고,

image

테스트를 해보기위해 과부하를줘서 알럿이 뜨게끔 유도했으나
메일로 얼럿 내용이 전송되지않았습니다..
제가혹시 놓친부분이 있을까요 ..ㅠㅠ?

facing an issue while installation of tomcat

Hi,

I am facing an issue while installing tom in my system, request you to share the detailed procedure to install tomcat.

issue faced:- when we start the Tomcat it open and closed with seconds.

Regards,
Sandeep

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.