Table des matières

Activate back-up monitoring

Once your node has been entered into Esia and synchronised.

See one of the following tutorials:

Basic configuration

Go to the node page or controls page (the page indicating the status of services).

  1. Go to the “Latest backups” tab
  2. Go to the “Backup diagrams” submenu
  3. Select the sources, nodes and vms for which you want to be sure that backups are being made.
  4. Optional: You can click on the + button to configure the services that will be added. (next paragraph)
  5. Click on the “Add” button

You can see that your page will refresh and that services have been added.

Advanced configuration

When you click on the “+” when adding backups (see number 4 in the previous paragraph), you can directly modify the execution line of the plugins.

copy
-H $NODEID -c 0 -w 1 -p 48h -n <SRC_NAME>

It is advisable to change only the following parameters: “-c 0 -w 1 -p 48h”.

The parameters are as follows

For example, with the basic parameters : “-c 0 -w 1 -p 48h ”

The service will count the number of backups performed in the last 48 hours (-p 48h) and return CRITICAL if 0 backups (-c 0) have been performed, WARNING if only 1 backup has been performed (-w 1). In this way, we will be warned if no backup has been run by the backup application.

In the example above, if no backup is made at the weekend and we don't change the “-p 48h” (or -p 2d) to -p 96h or (-p 4d)“, the plugin will be OK all the time, except :