{"id":15764938,"url":"https://github.com/shuding/pingdash","last_synced_at":"2025-10-12T20:19:23.200Z","repository":{"id":57324423,"uuid":"75271380","full_name":"shuding/pingdash","owner":"shuding","description":"A simple dashboard.","archived":false,"fork":false,"pushed_at":"2017-09-07T06:41:13.000Z","size":6263,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-08T18:21:33.872Z","etag":null,"topics":["dashboard","monitoring-server"],"latest_commit_sha":null,"homepage":"https://quietshu.github.io/pingdash","language":"JavaScript","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/shuding.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-12-01T08:25:07.000Z","updated_at":"2024-10-11T03:11:24.000Z","dependencies_parsed_at":"2022-09-04T11:42:52.087Z","dependency_job_id":null,"html_url":"https://github.com/shuding/pingdash","commit_stats":null,"previous_names":["quietshu/pingboard"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shuding/pingdash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuding%2Fpingdash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuding%2Fpingdash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuding%2Fpingdash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuding%2Fpingdash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shuding","download_url":"https://codeload.github.com/shuding/pingdash/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuding%2Fpingdash/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265585296,"owners_count":23792714,"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":["dashboard","monitoring-server"],"created_at":"2024-10-04T12:23:19.299Z","updated_at":"2025-10-12T20:19:18.165Z","avatar_url":"https://github.com/shuding.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pingdash ![](https://img.shields.io/npm/v/pingdash.svg)\r\nA simple Web status dashboard for all your services with periodic monitoring commands.\r\n\r\nDemo: [t.shud.in](//t.shud.in) or [azure.shud.in](http://azure.shud.in).\r\n\r\n![](https://raw.githubusercontent.com/quietshu/pingdash/master/screenshot-terminal.png)\r\n\r\n![](https://raw.githubusercontent.com/quietshu/pingdash/master/screenshot-browser.png)\r\n\r\n## Usage\r\nCreate a config and run `pingdash config.json`, a beautiful realtime monitoring page will be instantly setup on http://localhost:3000.\r\n\r\nThe config file is defined as below:\r\n\r\n## config.json sample\r\n```javascript\r\n{\r\n  \"title\": \"Hello Pingdash\",\r\n  \"port\": 3000,\r\n  \"data\": [\r\n    // send a GET request to Google every 3 seconds\r\n    {\r\n      \"name\": \"Google\",\r\n      \"url\": \"https://google.com\",       // using GET by default\r\n      \"interval\": 3\r\n    },\r\n    // ping GitHub once every minute\r\n    {\r\n      \"name\": \"GitHub\",\r\n      \"method\": \"ping github.com -c 1\",  // CLI commands\r\n      \"interval\": 60\r\n    },\r\n    // POST request\r\n    {\r\n      \"name\": \"POST Google\",\r\n      \"method\": \"post\",                  // POST\r\n      \"url\": \"https://google.com\",\r\n      \"interval\": 3\r\n    },\r\n    // ...\r\n  ]\r\n}\r\n```\r\n\r\n## Install\r\nYou could use npm or yarn to install it globally (recommand node.js version \u003e= 6.0):\r\n\r\n```bash\r\nnpm i pingdash -g\r\n```\r\n\r\nOr use yarn:\r\n\r\n```bash\r\nyarn global add pingdash\r\n```\r\n\r\n## Options\r\n```bash\r\n$ pingdash --help\r\n\r\n  Usage: pingdash [options] \u003cconfig file\u003e\r\n\r\n  Options:\r\n\r\n    -h, --help         output usage information\r\n    -V, --version      output the version number\r\n    -p, --port \u003cport\u003e  server's listen port, 3000 default\r\n    -s, --silent       don't output any logs\r\n\r\n```\r\n\r\n## License\r\nThe MIT license.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuding%2Fpingdash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshuding%2Fpingdash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuding%2Fpingdash/lists"}