{"id":13479879,"url":"https://github.com/yangxikun/monitor-man","last_synced_at":"2025-03-27T10:30:51.278Z","repository":{"id":70070815,"uuid":"96685982","full_name":"yangxikun/monitor-man","owner":"yangxikun","description":"HTTP API monitor based on postman and newman. ","archived":true,"fork":false,"pushed_at":"2017-10-10T02:50:59.000Z","size":1296,"stargazers_count":43,"open_issues_count":1,"forks_count":13,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-10-30T13:38:38.907Z","etag":null,"topics":["http-monitor","monitor","monitor-man","newman","newman-web","postman"],"latest_commit_sha":null,"homepage":null,"language":"Vue","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/yangxikun.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}},"created_at":"2017-07-09T13:27:33.000Z","updated_at":"2023-01-28T18:44:59.000Z","dependencies_parsed_at":"2023-05-18T18:01:14.200Z","dependency_job_id":null,"html_url":"https://github.com/yangxikun/monitor-man","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/yangxikun%2Fmonitor-man","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yangxikun%2Fmonitor-man/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yangxikun%2Fmonitor-man/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yangxikun%2Fmonitor-man/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yangxikun","download_url":"https://codeload.github.com/yangxikun/monitor-man/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245826731,"owners_count":20678849,"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":["http-monitor","monitor","monitor-man","newman","newman-web","postman"],"created_at":"2024-07-31T16:02:24.636Z","updated_at":"2025-03-27T10:30:50.931Z","avatar_url":"https://github.com/yangxikun.png","language":"Vue","funding_links":[],"categories":["Vue"],"sub_categories":[],"readme":"# monitor-man\n\nHTTP API monitor based on postman and newman. It provides webui for newman, and some other useful things.\n\n\u003e For multi IDC deploy support, see [monitor-man-distribute](https://github.com/yangxikun/monitor-man-distribute)\n\n![Home Page](https://github.com/yangxikun/monitor-man/raw/master/static/images/home.png)\n\n## How it work\n\n1. setup monitor-man\n1. export your collection, data file, enviroment from postman, then upload to monitor-man\n1. monitor-man will setup a newman for monitor your test\n\n## Setup\n\n#### By Node\n\n1. git clone this project\n1. run `npm install` or `yarn install`\n1. run `npm run build`\n1. change listening port `export PORT=9200`(default 8889)\n1. set redis info `export REDIS_HOST=127.0.0.1;export REDIS_PORT=6379;export REDIS_AUTH=foobar123;export REDIS_DB=0` (monitor-man rely on redis to store all information)\n1. set log level `export LOG_LEVEL=debug`, default to debug\n1. run `node app.js`\n\n#### BY Docker\n\n1. `docker pull yangxikun/monitor-man`(https://hub.docker.com/r/yangxikun/monitor-man/)\n1. `docker run --name monitor-man --env REDIS_HOST=10.17.16.5 --env REDIS_PORT=6379 --env REDIS_DB=1 --env REDIS_AUTH=foobar123 --env TIMEZONE=Asia/Shanghai -p 8889:8889 yangxikun/monitor-man:2.0.1`\n1. now, visit http://127.0.0.1:8889\n\nbuild docker image:\n\n1. git clone this project\n1. npm install\n1. wget https://nodejs.org/dist/v8.4.0/node-v8.4.0-linux-x64.tar.xz\n1. docker build -t yangxikun/monitor-man:2.0.1 .\n\n#### Available config environment variable\n\n* PORT: listen port\n* REDIS_HOST\n* REDIS_PORT\n* REDIS_AUTH\n* REDIS_DB\n* TIMEZONE: see `/usr/share/zoneinfo/`(docker only)\n* LOG_LEVEL: default debug, see [log4js](https://www.npmjs.com/package/log4js)\n\n## Doc\nsee [Wiki](https://github.com/yangxikun/monitor-man/wiki)\n\n## Write tests for APIs using Postman\n* [How to write automated tests for APIs using Postman – Part 1](http://blog.getpostman.com/2014/03/07/writing-automated-tests-for-apis-using-postman/)\n* [How to write automated tests for APIs with Postman – Part 2](http://blog.getpostman.com/2014/04/17/how-to-write-automated-tests-for-apis-with-postman-part-2/)\n* [Writing automated tests with Postman – Part 3](http://blog.getpostman.com/2014/05/09/writing-automated-tests-with-postman-part-3/)\n* [API testing tips from a Postman professional](http://blog.getpostman.com/2017/07/28/api-testing-tips-from-a-postman-professional/)\n\n## License\nThis software is licensed under MIT. See the [LICENSE](LICENSE) file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyangxikun%2Fmonitor-man","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyangxikun%2Fmonitor-man","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyangxikun%2Fmonitor-man/lists"}