Feature

Steps to move a Component from one Germain Engine to another.

How-to

Using the Config Console, we will disable and export the Component, then import the Component at it’s new location.

Steps:

  • Locate the Component in question

    • Config Console → Monitoring Nodes → [Target Node] → Engines → [Target Engine] → Components → [Target Monitor/Component]

  • Disable the Monitor/Component

  • Click Download

  • Copy the raw json to clipboard

  • Navigate to the Target Engine

  • Open one of the Monitors/Components and click “Rest Client”

  • Modify the “Qualified Name” to the use the name of the Monitor/Component you are importing. For this example:

– Changes to –

  • Paste the raw json into the “Request Body” and click execute. As long as you updated the “Qualified Name”, it will not overwrite the Monitor/Component you clicked into.

    • The “Response” Body should be 1.

  • Remember to enable the Monitor/Component in it’s new location.

  • Remember to remove the Monitor/Component entry on the previous Engine once the new one is confirmed to be working.