EN Monitoring agent - titandc/titan-sc-documentation GitHub Wiki

Summary

Linux

In order to benefit from all the statistics present on the Titan SmallCloud dashboard, it is now necessary to install a service on Linux/FreeBSD.

Any new machine created or re-initialized after March 10, 2021 already integrate the monitoring tool natively, it is therefore unnecessary to follow this procedure.

1) Detect machines requiring manual installation

Only the machines reporting the following incomplete metric gauges are concerned by the operation:

2) Installation of the tool

It is necessary to connect to your Titan machine, preferably using the SSH protocol rather than the KVM. It is not possible to copy/paste into a KVM.

The following command should be executed:

curl -fsSL https://repo.titandc.io/monitoring-client/install.sh | sh /dev/stdin $OSTYPE

If the curl command is not present on the system, you can also use wget istead:

wget -q https://repo.titandc.io/monitoring-client/install.sh -O - | sh /dev/stdin $OSTYPE

At the end of the installation procedure, the titan-monitoring-client is now running. Statistics will now be displayed on the Titan SmallCloud interface. If this is not the case, then you need to reboot your machine as explained below.

3) Restart the machine

If the machine has been restarted since March 10, 2021, this step is optional.

If graphics do not appear or if you have any doubt, please reboot your machine.

A restart of the machine is required if it has not been restarted since March 10, 2021. This restart must be executed via the Titan SmallCloud interface. A software restart (eg. using reboot or shutdown -r commands) is not sufficient.

Windows

This procedure is valid for all Windows OS delivered on Titan SmallCoud.

In order to benefit from all the statistics shown in Titan SmallCloud dashboard, it is now necessary to install a monitoring service on Windows.

The installation of the titan-monitoring tool has been tested on the following Windows OS as of April 28, 2021:

  • Windows 10 20h2
  • Windows server 2012 r2
  • Windows server 2016
  • Windows server 2019

Please note that, at this time, titan-monitoring and installation binaries are not yet signed.

1) Detect machines requiring manual installation

Only the machines reporting the following incomplete metric gauges are concerned by the operation:

2) Installation of the tool

Download the monitoring tool on your Windows machine.

Find the location where it was saved and then execute it, the following message will appear:

The installation will take place and once completed, a Windows service will be automatically launched. You should now have the statistics in your Titan SmallCloud interface.

3) Restart the machine

If the machine has been restarted since March 10, 2021, this step is optional.

If graphics do not appear or if you have any doubt, please reboot your machine.

A reboot is required if the machine has not been restarted since March 10, 2021. This restart must be executed via the Titan SmallCloud interface. A software restart (eg. using reboot or shutdown -r commands) is not sufficient.