Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
km3mon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
km3py
km3mon
Commits
d62ea0a7
Commit
d62ea0a7
authored
6 years ago
by
Tamas Gal
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
024b41ae
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+63
-29
63 additions, 29 deletions
README.md
with
63 additions
and
29 deletions
README.md
+
63
−
29
View file @
d62ea0a7
# km3mon
# km3mon
Monitoring facility for the KM3NeT neutrino detector.
Monitoring facility for the KM3NeT neutrino detector.
## Usage
## Requirements
First, install the requirements by typing
There are two requirements needed:
make
-
Python 3.5+
-
tmux
The
`make`
command can also be used to update the requirements.
Both of them should be available ony any DAQ system you encounter. If not,
Next check out the
`configure`
options with
contact the administrators.
./configure --help
Every other dependency will be installed or updated during the
`make`
procedure
via the Python package manager
`pip`
.
and configure the
``Makefile``
with
## Usage
./configure --your --options
First, install (or update) the requirements by typing
Finally everything is set up. To start the monitoring facility, type
make
make start
Next check out the
`configure`
options with
If you want to stop it:
./configure --help
make stop
which will print the following screen:
easy.
```
> ./configure --help
_ _ __ __ ___ __ __ _____ _ _
( )/ )( \/ )(__ )( \/ )( _ )( \( )
) ( ) ( (_ \ ) ( )(_)( ) (
(_)\_)(_/\/\_)(___/(_/\/\_)(_____)(_)\_)
Usage: ./configure [options]
OPTION DESCRIPTION DEFAULT
--detector-id Detector ID 29
--daq-ligier-ip DAQ Ligier 192.168.0.110
--daq-ligier-port Port of the DAQ Ligier 5553
--monitoring-ligier-port Port of the monitoring Ligier 5553
--tmux-session-name TMUX session name km3mon
--webserver-port Port of the web server 8080
All invalid options are silently ignored.
```
and configure the
``Makefile``
with
./configure --your --options
After that, a
`Makefile`
is generated and you can start the monitoring facility
with
make start
If you want to stop it:
make stop
easy.
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