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.
See the current reference docs.
All C2MON issues are tracked and maintained within the CERN JIRA system. Alternatively, you can send an email to c2mon-support@cern.ch.
C2MON uses a Maven-based build system. In the instructions
below, mvn
is invoked from the root of the source tree.
Be sure that your JAVA_HOME
environment variable points to the JDK 11
folder
extracted from the JDK download.
git clone git@github.com:c2mon/c2mon-web-restapi.git
mvn package
Make sure that you start first the C2MON server before executing the command. By default the project expects C2MON running on the same machine.
mvn spring-boot:run
Pull requests are welcome; see the contributor guidelines for details.
C2MON is released under the GNU LGPLv3 License.