Skip to content

Running Environment Monitor

YagelNasManit edited this page Sep 8, 2017 · 4 revisions

1. Start mongodb before running monitor application

 mongod -dbpath {path_where_mongo_db_will_be stored}

2. Run war as common java application using:

java -Dplugin.jar.location="{path_to_plugin_jar}/{plugin_jar_name}.jar" 
-jar  {path_to_monitor_server_jar}/environment.monitor.server-{x.x.x}.jar

3. Environment Monitor is up and running!