Skip to content

alkoclick/c2mon

 
 

Repository files navigation

C2MON : CERN Control and Monitoring Platform

build status

The CERN Control and Monitoring Platform (C2MON) is a heterogeneous data acquisition and monitoring framework. It contains many useful features such as historical metric persistence and browsing, command execution and alerting. It can be suitable for building many different types of monitoring and control system or a full SCADA application.

Documentation

See the current reference docs.

Issue tracking

Please report issues on GitLab via the issue tracker.

Release notes

Please have a look into the CHANGELOG.md file.

Milestone planning

Find here the complete list of all existing version milestones.

Downloading latest stable server tarball

The C2MON server tarball can be downloaded from CERN Nexus Repository

Please check also the CHANGELOG.md to find out the latest stable release version.

Building from Source

C2MON uses a Maven-based build system. In the instructions below, ./mvnw is invoked from the root of the source tree and serves as a cross-platform, self-contained bootstrap mechanism for the build.

Prerequisites

Git and JDK 8 update 20 or later

Be sure that your JAVA_HOME environment variable points to the jdk1.8.0 folder extracted from the JDK download.

Check out sources

git clone git@github.com:c2mon/c2mon.git

Compile and test; build all jars, distribution tarball, and docs

./mvnw package -pl \!docs -DskipDockerBuild -DskipDockerTag

Contributing

Pull requests are welcome; see the contributor guidelines for details.

License

C2MON is released under the GNU LGPLv3 License.

About

CERN Control and Monitoring Platform

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.5%
  • Other 1.5%