Once your node has been entered into Esia and synchronised.
See one of the following tutorials:
Go to the node page or controls page (the page indicating the status of services).
You can see that your page will refresh and that services have been added.
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.
-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 :