{"id":13849573,"url":"https://github.com/hawkular/hawkular-dist-old","last_synced_at":"2025-07-12T16:33:01.194Z","repository":{"id":25709564,"uuid":"29146289","full_name":"hawkular/hawkular-dist-old","owner":"hawkular","description":"ARCHIVED - The Hawkular integration project","archived":true,"fork":false,"pushed_at":"2017-08-23T11:33:41.000Z","size":4484,"stargazers_count":90,"open_issues_count":0,"forks_count":33,"subscribers_count":17,"default_branch":"master","last_synced_at":"2024-08-05T19:37:20.944Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":false,"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/hawkular.png","metadata":{"files":{"readme":"README.adoc","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":"2015-01-12T17:01:45.000Z","updated_at":"2024-02-28T08:47:38.000Z","dependencies_parsed_at":"2022-08-24T14:13:05.733Z","dependency_job_id":null,"html_url":"https://github.com/hawkular/hawkular-dist-old","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hawkular%2Fhawkular-dist-old","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hawkular%2Fhawkular-dist-old/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hawkular%2Fhawkular-dist-old/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hawkular%2Fhawkular-dist-old/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hawkular","download_url":"https://codeload.github.com/hawkular/hawkular-dist-old/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225829364,"owners_count":17530663,"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":[],"created_at":"2024-08-04T19:01:22.703Z","updated_at":"2024-11-22T01:31:03.366Z","avatar_url":"https://github.com/hawkular.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"= Hawkular\n\nifdef::env-github[]\n[link=https://travis-ci.org/hawkular/hawkular]\nimage:https://travis-ci.org/hawkular/hawkular.svg?branch=master[\"Build Status\", link=\"https://travis-ci.org/hawkular/hawkular\"]\nendif::[]\n\nHawkular is a modular systems monitoring suite, that consists of several sub-projects for\nstoring of metrics, alerting on incoming events and more. Those projects are developed\nin their own GitHub repositories and integrated in this project.\n\nProject website: http://www.hawkular.org (its code: https://github.com/hawkular/hawkular.github.io)\n\nSub-projects are currently:\n\n* https://github.com/hawkular/hawkular-metrics[Hawkular-metrics]: metric storage and retrieval engine\n* https://github.com/hawkular/hawkular-bus[Hawkular-bus]: asynchronous bus to connect the various parts\n* https://github.com/hawkular/hawkular-alerts[Hawkular-alerts]: alerting on events.\n* Hawkular UI Console (a https://github.com/hawtio[hawt.io 2 plugin])\n** https://github.com/hawkular/hawkular-ui-services[Hawkular-ui-services]: common services and ngResource wrappers for Hawkular REST Apis.\n\nimage::https://www.bithound.io/github/hawkular/hawkular-ui-services/badges/score.svg[link=\"https://www.bithound.io/github/hawkular/hawkular-ui-services\"]\nimage::https://www.bithound.io/github/hawkular/hawkular-ui-services/badges/dependencies.svg[link=\"https://www.bithound.io/github/hawkular/hawkular-ui-services/master/dependencies/npm\"]\n\n** https://github.com/hawkular/hawkular-charts[Hawkular-charts]: Charts and other Angular visualization components used to graphically render data in _Hawkular._\n\nimage::https://www.bithound.io/github/hawkular/hawkular-charts/badges/score.svg[link=\"https://www.bithound.io/github/hawkular/hawkular-charts\"]\nimage::https://www.bithound.io/github/hawkular/hawkular-charts/badges/dependencies.svg[link=\"https://www.bithound.io/github/hawkular/hawkular-chars/master/dependencies/npm\"]\n\n* https://github.com/hawkular/hawkular-build-tools[Hawkular build tools]: Helpers and definitions to build Hawkular\n\n== About this repository\n\nIn this repository we are assembling the individual pieces, sub projects and UI into\nthe overall Hawkular instance.\n\nIn the root `pom.xml` you can actually set the particular versions of the components, but we can't\nguarantee the various permutation of component versions to work together.\n\n== Building\n\nTo build Hawkular, clone this repository and build from the top level.\n\n[source,shell]\n----\n$ git clone https://github.com/hawkular/hawkular.git\n$ cd hawkular\n$ mvn install\n----\nOnce those steps are achieved, .zip and .tgz archives will be available in `dist/target` directory.\n\nTIP: If you build with `mvn install -Pdev`, an uncompressed directory will be created in `dist/target`.\nA default user will be created, the username is `jdoe` and the password is `password`. This can be convenient\nwhen you are working on the project as you won't have to unzip/untar and register a new user. The uncompressed directory\ncan be found in `dist/target/hawkular-${version}/hawkular-${version}/` and run with `bin/standalone.sh` as normally\nstarting a WildFly server.\n\nPlease have a look at the\nhttp://www.hawkular.org/docs/dev/development.html[developer documentation] for more information.\n\n== License\n\nHawkular is released under Apache License, Version 2.0 as described in the link:LICENSE[LICENSE] document.\n\n----\n   Copyright 2015-2016 Red Hat, Inc.\n\n   Licensed under the Apache License, Version 2.0 (the \"License\");\n   you may not use this file except in compliance with the License.\n   You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n   Unless required by applicable law or agreed to in writing, software\n   distributed under the License is distributed on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for the specific language governing permissions and\n   limitations under the License.\n----\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhawkular%2Fhawkular-dist-old","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhawkular%2Fhawkular-dist-old","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhawkular%2Fhawkular-dist-old/lists"}