{"id":38828071,"url":"https://github.com/scouter-contrib/scouter-plugin-server-alert-slack","last_synced_at":"2026-01-17T13:14:48.513Z","repository":{"id":39961140,"uuid":"58376413","full_name":"scouter-contrib/scouter-plugin-server-alert-slack","owner":"scouter-contrib","description":"scouter alert plugin for slack","archived":false,"fork":false,"pushed_at":"2022-05-20T20:52:30.000Z","size":1445,"stargazers_count":19,"open_issues_count":3,"forks_count":14,"subscribers_count":6,"default_branch":"master","last_synced_at":"2023-03-01T05:55:40.386Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scouter-contrib.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-05-09T12:54:50.000Z","updated_at":"2022-12-01T08:39:44.000Z","dependencies_parsed_at":"2022-08-25T09:10:45.020Z","dependency_job_id":null,"html_url":"https://github.com/scouter-contrib/scouter-plugin-server-alert-slack","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/scouter-contrib/scouter-plugin-server-alert-slack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scouter-contrib%2Fscouter-plugin-server-alert-slack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scouter-contrib%2Fscouter-plugin-server-alert-slack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scouter-contrib%2Fscouter-plugin-server-alert-slack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scouter-contrib%2Fscouter-plugin-server-alert-slack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scouter-contrib","download_url":"https://codeload.github.com/scouter-contrib/scouter-plugin-server-alert-slack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scouter-contrib%2Fscouter-plugin-server-alert-slack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28508987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T11:50:55.898Z","status":"ssl_error","status_checked_at":"2026-01-17T11:50:55.569Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-17T13:14:48.421Z","updated_at":"2026-01-17T13:14:48.494Z","avatar_url":"https://github.com/scouter-contrib.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# scouter-plugin-server-alert-slack\n### Scouter server plugin to send a alert via slack\n\n- this project inspired by telegram plugin project of noces96. it is very similar.\n\n- this project is  scouter server plugin project. this project goal is that send message to slack.\n-  this project only support a sort of Alert.\n\t- CPU of Agent  (warning / fatal)\n\t- Memory of Agent (warning / fatal)\n\t- Disk of Agent (warning / fatal)\n\t- connected new Agent\n\t- disconnected Agent\n\t- reconnect Agent\n\n### Properties (you can modify in conf/scouter.conf of scouter server home )\n* **_ext\\_plugin\\_slack\\_send\\_alert_** : can send slack message or can'not  (true / false) - default : false\n* **_ext\\_plugin\\_slack\\_debug_** : can log message or can't  - default false\n* **_ext\\_plugin\\_slack\\_level_** : log level (0 : INFO, 1 : WARN, 2 : ERROR, 3 : FATAL) - default 0\n* **_ext\\_plugin\\_slack\\_webhook_url_** : Slack WebHook URL\n* **_ext\\_plugin\\_slack\\_channel_** : #Channel or @user_id\n* **_ext\\_plugin\\_slack\\_botName_** : bot name\n* **_ext\\_plugin\\_slack\\_icon\\_emoji_** : Slack emoticon  (if  it is existed slack emotion, it will use slack emotion )\n* **_ext\\_plugin\\_slack\\_icon\\_url_** : icon image URL\n* **_ext\\_plugin\\_elapsed\\_time\\_threshold_** : 응답시간의 임계치 (ms) - 기본 값은 0으로, 0일때 응답시간의 임계치 초과 여부를 확인하지 않는다.\n* **_ext\\_plugin\\_gc\\_time\\_threshold_** : GC Time의 임계치 (ms) - 기본 값은 0으로, 0일때 GC Time의 임계치 초과 여부를 확인하지 않는다.\n* **_ext\\_plugin\\_thread\\_count\\_threshold_** : Thread Count의 임계치 - 기본 값은 0으로, 0일때 Thread Count의 임계치 초과 여부를 확인하지 않는다.\n* **_ext\\_plugin\\_slack\\_xlog\\_enabled_** : xlog message send (true / false) - default : false\n* **_ext_plugin_slack_object_alert_enabled_** : object active/dead alert (true / false) - default : false\n  \n* Example\n```\n# External Interface (Slack)\next_plugin_slack_send_alert=true\next_plugin_slack_debug=true\next_plugin_slack_level=1\next_plugin_slack_webhook_url=https://hooks.slack.com/services/T02XXXXX/B159XXXXX/W5CDXXXXXXXXXXXXXXXXXXXX\next_plugin_slack_channel=#scouter\next_plugin_slack_botName=scouter\next_plugin_slack_icon_emoji=:computer:\next_plugin_slack_icon_url=http://XXX.XXX.XXX/XXX.gif\next_plugin_slack_xlog_enabled=true\next_plugin_slack_object_alert_enabled=true\n\next_plugin_elapsed_time_threshold=5000\next_plugin_gc_time_threshold=5000\next_plugin_thread_count_threshold=300\n```\n\n### Dependencies\n* Project\n    - scouter.common\n    - scouter.server\n* Library\n    - commons-codec-1.9.jar\n    - commons-logging-1.2.jar\n    - gson-2.6.2.jar\n    - httpclient-4.5.2.jar\n    - httpcore-4.4.4.jar\n\n### Build \u0026 Deploy\n* Pre-condition\n    - should set scouter server home  in .bashrc or .zshrc  \n* Build\n    - ant compile\n\n* Deploy\n    - ant dist\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscouter-contrib%2Fscouter-plugin-server-alert-slack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscouter-contrib%2Fscouter-plugin-server-alert-slack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscouter-contrib%2Fscouter-plugin-server-alert-slack/lists"}