{"id":24280670,"url":"https://github.com/steffenbrand/error-radar","last_synced_at":"2026-04-16T21:02:35.058Z","repository":{"id":57059476,"uuid":"107786624","full_name":"steffenbrand/error-radar","owner":"steffenbrand","description":"Error Radar is a fullscreen dashboard to monitor build plans from various build servers that you can use on a big screen in your office.","archived":false,"fork":false,"pushed_at":"2018-03-05T10:51:59.000Z","size":3519,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-16T02:25:49.555Z","etag":null,"topics":["bamboo","build-server","jenkins","monitoring","monitoring-tool"],"latest_commit_sha":null,"homepage":"https://github.com/steffenbrand/error-radar","language":"PHP","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/steffenbrand.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-21T14:23:05.000Z","updated_at":"2019-02-04T11:28:29.000Z","dependencies_parsed_at":"2022-08-24T07:30:34.956Z","dependency_job_id":null,"html_url":"https://github.com/steffenbrand/error-radar","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steffenbrand%2Ferror-radar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steffenbrand%2Ferror-radar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steffenbrand%2Ferror-radar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steffenbrand%2Ferror-radar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/steffenbrand","download_url":"https://codeload.github.com/steffenbrand/error-radar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242038390,"owners_count":20061833,"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":["bamboo","build-server","jenkins","monitoring","monitoring-tool"],"created_at":"2025-01-16T02:25:20.589Z","updated_at":"2026-04-16T21:02:34.989Z","avatar_url":"https://github.com/steffenbrand.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Error Radar\n\nError Radar is a dashboard to monitor plans from various build servers that you can use on a big screen in your office.\n\n## Currently supported build servers\n\n- Bamboo (tested with 6.1.1)\n\n## Planned build servers\n\n- Jenkins\n- Travis CI\n\n## Screenshots\n\n#### Dashboard\n![Dashboard](https://github.com/steffenbrand/error-radar/blob/master/screenshots/dashboard.jpg?raw=true)\n\n#### Settings\n![Settings](https://github.com/steffenbrand/error-radar/blob/master/screenshots/settings.jpg?raw=true)\n\n## Installation\n\n### Requirements\n\n- PHP \u003e= 7.0\n- A database, peferably MySQL (other databases supported by CakePHP3 are fine as well)\n- A webserver, preferably nginx or Apache 2.4 (Installation and configuration of your webserver is not part of this installation guide)\n\n### Get composer\n\nSee https://getcomposer.org/\n\n### Install application\n\nGo to your desired installation directory and run the following command, to install the application using composer.\n\n```\ncomposer create-project steffenbrand/error-radar error-radar\n```\n\nAlternatively you could clone the git repository and run `composer install` afterwards.\n\n### Create an empty database\n- Preferably MySQL\n- utf8_general_ci\n- InnoDB\n\n### Configure database\n\nEdit the config/app.php file.\n\n```\ncd error-radar\nnano config/app.php\n```\n\nAt the top of the file you will find the Datasources array.  \nEdit the configuration to your needs and save.\n\n```\n////////////////////////////////////////////////////////////////////////////////////////////////////////////\n// CONFIGURE YOUR DB CONNECTION HERE ///////////////////////////////////////////////////////////////////////\n////////////////////////////////////////////////////////////////////////////////////////////////////////////\n'host'      =\u003e 'localhost',\n'username'  =\u003e 'my_app',\n'password'  =\u003e 'secret',\n'database'  =\u003e 'my_app',\n'port'      =\u003e '3306',\n'driver'    =\u003e 'Cake\\Database\\Driver\\Mysql',\n////////////////////////////////////////////////////////////////////////////////////////////////////////////\n```\n\n### Migrate and seed database\n\nRun the following commands from the applications root directory to create the database and insert a default admin user.\n\n```\nbin/cake migrations migrate\nbin/cake migrations seed\n```\n\n### Go for it\n\nLogin and create your categories, configure your servers and add plans.\nThe admin default credentials (please change them immediately) are as follows:\n\n```\nuser: admin\npassword: password\n```\n\n## Security concerns\n\nError Radar stores the build servers passwords (encrypted) in the database, so make sure to ...\n\n- create and use accounts that have only READ access to the build servers REST API.\n- make it reachable only within your network.\n- separate the application server from the database server.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteffenbrand%2Ferror-radar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsteffenbrand%2Ferror-radar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteffenbrand%2Ferror-radar/lists"}