{"id":20083947,"url":"https://github.com/xbaysal11/wazzup-web","last_synced_at":"2026-06-07T04:31:44.837Z","repository":{"id":99754091,"uuid":"244366525","full_name":"xbaysal11/wazzup-web","owner":"xbaysal11","description":":raised_hand::joy:  WAZZUP WEB - Universal server monitoring script with Telegram bot notification ","archived":false,"fork":false,"pushed_at":"2020-04-25T12:08:11.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-13T02:09:50.306Z","etag":null,"topics":["monitoring","monitoring-application","monitoring-plugins","monitoring-scripts","monitoring-server","monitoring-tool","server","serverless-plugin","servers","telegram-api","telegram-notification","wazzup","wazzup-web","web"],"latest_commit_sha":null,"homepage":"https://xbaysal11.github.io/wazzup-web/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xbaysal11.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-02T12:32:57.000Z","updated_at":"2024-07-07T13:18:55.000Z","dependencies_parsed_at":"2023-07-31T21:01:03.712Z","dependency_job_id":null,"html_url":"https://github.com/xbaysal11/wazzup-web","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xbaysal11%2Fwazzup-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xbaysal11%2Fwazzup-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xbaysal11%2Fwazzup-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xbaysal11%2Fwazzup-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xbaysal11","download_url":"https://codeload.github.com/xbaysal11/wazzup-web/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241516406,"owners_count":19975206,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["monitoring","monitoring-application","monitoring-plugins","monitoring-scripts","monitoring-server","monitoring-tool","server","serverless-plugin","servers","telegram-api","telegram-notification","wazzup","wazzup-web","web"],"created_at":"2024-11-13T15:49:31.888Z","updated_at":"2026-06-07T04:31:44.768Z","avatar_url":"https://github.com/xbaysal11.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://i.postimg.cc/85JD0dGD/external-content-duckduckgo-com.png\" alt=\"logo\" width=\"260\" height=\"120\"\u003e\n\u003c/p\u003e\n\n\u003ch2 align=\"center\"\u003eWazzup WEB\u003c/h2\u003e\n\n\u003cp align=\"center\"\u003e\n     Universal server monitoring script + Telegram bot notification\n\u003c/p\u003e\n\n[![https://t.me/xruin](https://img.shields.io/badge/sponsors-0-brightgreen)](https://t.me/xruin)\n[![Privatium](https://img.shields.io/github/license/xbaysal11/privatium)](https://github.com/xbaysal11/wazzup-web)\n[![Github](https://img.shields.io/github/followers/xbaysal11?style=social)](https://github.com/xbaysal11)\n[![Privatium](https://img.shields.io/github/stars/xbaysal11/wazzup-web?style=social)](https://github.com/xbaysal11/wazzup-web)\n[![https://t.me/xruin](https://img.shields.io/badge/%F0%9F%92%AC%20Telegram-xruin-blue.svg)](https://t.me/xruin)\n\n---\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://media.giphy.com/media/g1n3pswjr0ouc/giphy.gif\" alt=\"wazzup-web-gif\"\u003e\n\u003c/p\u003e\n\n---\n\n# Installation\n\n## 1. Clone Repository\n```sh\ngit clone https://github.com/xbaysal11/wazzup-web.git\ncd wazzup-web/\nchmod +x wazzup-web.sh\n```\n\n## 2. Get TOKEN and CHAT_ID\n\n - 1. Create bot with `@BotFather` and copy bot TOKEN\n - 2. Open your bot and type `/start`\n - 3. Get chat id here:  `https://api.telegram.org/bot\u003cTOKEN\u003e/getUpdates`\n\n## 3. Configure script\n\nOpen `wazzup-web.sh` file and configure\n\n```sh\nTOKEN=\u003cbot_token\u003e\nCHAT_ID=\u003cchat_id\u003e\nAPI=https://api.telegram.org/bot$TOKEN/sendMessage\n\nSERVER=\u003cweb_url\u003e\nLOG_FILE=\u003cpath_to_log_file\u003e\nLOG_LINES=10\nMESSAGE_HEAD='SERVER IS DOWN!'\nAVAILABLE_STATUS_CODE='200|301'\n```\n\n## 4. Cron\n \n#### 1. Open terminal and write: \n```sh\nsudo crontab -u \u003cUSERNAME\u003e -e\n```\n\n#### 2. Add new cron tab in the cron file \n```\n* * * * * bash /path/to/script/wazzup-web.sh\n```\n\nNOTE: generate time here : [crontab.guru](https://crontab.guru/#*_*_*_*_*)\n\n---\n\n### SPONSORS [[Become a sponsor](https://t.me/xruin)]\n\n[![https://t.me/xruin](https://img.shields.io/badge/sponsors-0-brightgreen)](https://t.me/xruin)\n\n---\n\n### LICENSE\n\nWazzup WEB is [MIT licensed.](https://github.com/xbaysal11/wazzup-web/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxbaysal11%2Fwazzup-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxbaysal11%2Fwazzup-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxbaysal11%2Fwazzup-web/lists"}