forked from YagelNasManit/environment.monitor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request YagelNasManit#6 from YagelNasManit/develop
Develop
- Loading branch information
Showing
9 changed files
with
53 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
engines: | ||
fixme: | ||
enabled: true | ||
pmd: | ||
enabled: true | ||
channel: beta | ||
tslint: | ||
enabled: true | ||
channel: beta | ||
config: environment.monitor.ui/tslint.json | ||
|
||
ratings: | ||
paths: | ||
- "environment.monitor.server/**/*" | ||
- "environment.monitor.core/**/*" | ||
- "environment.monitor.runner/**/*" | ||
- "environment.monitor.plugins/**/*" | ||
- "environment.monitor.ui/**/*" | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
|
||
# environment.monitor | ||
|
||
[![Build Status](https://travis-ci.org/YagelNasManit/environment.monitor.svg?branch=master)](https://travis-ci.org/YagelNasManit/environment.monitor) [![Code Climate](https://codeclimate.com/github/YagelNasManit/environment.monitor/badges/gpa.svg)](https://codeclimate.com/github/YagelNasManit/environment.monitor) | ||
|
||
Is a tool for continuous gathering, aggregation and representation of environment health, that provides access to environment status information via both UI dashboards & REST API | ||
|
||
For example this view and mutch more: | ||
![CURRENT STATUS DASHBOARD](https://raw.githubusercontent.com/wiki/YagelNasManit/environment.monitor/images/current_env_status_dashboard.png) | ||
Current environment components states | Environment components daily statistics | ||
--- | --- | ||
![CURRENT STATUS DASHBOARD](https://raw.githubusercontent.com/wiki/YagelNasManit/environment.monitor/images/2.0.0/current_env_status_dashboard.png) | ![ENVIRONMENT DAILY STATUS DASHBOARD](https://raw.githubusercontent.com/wiki/YagelNasManit/environment.monitor/images/2.0.0/env_daily_status_dashboard.png) | ||
|
||
Particular component availability over time | | ||
--- | | ||
![RESOURCE DETAILS DASHBOARD](https://raw.githubusercontent.com/wiki/YagelNasManit/environment.monitor/images/2.0.0/resource_details_dashboard.png)| | ||
|
||
|
||
|
||
|
||
## Quickstart | ||
- In progress for Release 2.0.0 | ||
|
||
# Quickstart | ||
// todo :) | ||
## Documentation | ||
See the [Wiki](https://github.com/YagelNasManit/environment.monitor/wiki) for the available documentation | ||
|
||
# Current Functionality (1.0-SNAPSHOT) | ||
- current environments status dashboard | ||
- environment last 24h status dashboard | ||
- current environment status service | ||
## Feature Requests & Bugs | ||
Found a bug or would like to see a new feature implemented? Raise an issue in the [Issue Tracker](https://github.com/YagelNasManit/environment.monitor/issues) | ||
|
||
## Contributing | ||
Eager to fix a bug or introduce a new feature? Clone the repository and issue a pull request | ||
|
||
|
||
#add environment monitor artefacts repository with maven: | ||
```xml | ||
... | ||
<repositories> | ||
<repository> | ||
<id>Cybercat-mvn-repo</id> | ||
<url>https://raw.github.com/YagelNasManit/environment.monitor/mvn-repo/</url> | ||
<snapshots> | ||
<enabled>true</enabled> | ||
<updatePolicy>always</updatePolicy> | ||
</snapshots> | ||
</repository> | ||
</repositories> | ||
... | ||
``` | ||
## License | ||
environment.monitor is licensed under the [Apache License 2.0](https://github.com/YagelNasManit/environment.monitor/blob/master/LICENSE) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters