Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
monitoring
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cylab
monitoring
Commits
aea4357b
Commit
aea4357b
authored
1 year ago
by
Thibault Debatty
Browse files
Options
Downloads
Patches
Plain Diff
updated readme
parent
23ab658c
No related branches found
No related tags found
No related merge requests found
Pipeline
#11628
passed
1 year ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+10
-28
10 additions, 28 deletions
README.md
monitoring.png
+0
-0
0 additions, 0 deletions
monitoring.png
with
10 additions
and
28 deletions
README.md
+
10
−
28
View file @
aea4357b
...
...
@@ -3,40 +3,22 @@
[

](https://gitlab.cylab.be/cylab/monitoring/-/commits/master)
[

](https://gitlab.cylab.be/cylab/monitoring/-/commits/master)
## Contributing
To run this tool localy, you will need:
A simple monitoring tool where monitored servers "push" their state to the monitoring interface.
### Installation
```
composer install
touch storage/app/db.sqlite
cp env.dev .env
php artisan migrate
php artisan key:generate
```
To check your installation is correct, you can run the phpunit tests:
```
./vendor/bin/phpunit
```

## Contributing
### Fro
nten
d
The easiest way to run the developme
nt
en
vironment is using docker compose.
To build CSS and JS code:
Once docker is installed, you can start the dev environment with
```
npm install
npm run watch
```
bash
docker compose up
```
### Launch monitoring
After a few seconds, the monitoring interface will be available at
```http://127.0.0.1:8080/```
```
php artisan serve
```
The dev stack also includes mailhog, so you can inspect sent emails at
```http://127.0.0.1:8025```
Then, see your monitoring interface at http://127.0.0.1:8000/
You can check https://cylab.be/blog/190/run-a-development-environment-for-laravel-with-docker-compose for more info...
This diff is collapsed.
Click to expand it.
monitoring.png
0 → 100644
+
0
−
0
View file @
aea4357b
81.6 KiB
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment