Skip to content

Run Test Example

YagelNasManit edited this page Nov 20, 2017 · 3 revisions

Running Environment Monitor Test

1. Download & install MongoDB

2. Download last version of Environment monitor Link

3. Download test monitor collector plugin Link

4. Start mongodb before running monitor application

 mongod -dbpath {path_where_mongo_db_will_be stored}

5. 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

6. Go to localhost:8080. Environment monitor is up and running.