@@ -8,15 +8,15 @@ One has two options to install the client.
from pakiti-client.
#### Before installation, check your installation of pakiti-client, see whether it support --svmonreport option.
If unsupported, please remove it.
#### A new version of pakiti-client will be installed with svmon client(rpm or pip). Make sure you have installed perl-libwww-perl, perl-LWP-Protocol-https packages.
<b> Before installation, check your installation of pakiti-client, see whether it support --svmonreport option. </b>
If unsupported, please remove it. A new version of pakiti-client will be installed with svmon client(rpm or pip).
Make sure you have installed perl-libwww-perl, perl-LWP-Protocol-https packages. <
Then one can use pip tools directly ( with root privileges ),
pip install svmon-client
#### Update pip client to the latest version (pip 18.1 )
<b>Update pip client to the latest version (pip 18.1 )</b>
pip install --upgrade pip
...
...
@@ -32,8 +32,8 @@ For example (currently not all service types are supported),
the --dump option will save the configuration to config.json file.
##### Make sure you have write access to the configuration files.
the --dump option will save the configuration to config.json file.
<b>Make sure you have write access to the configuration files. </b>
Currently, for B2HANDLE service, one need
to further input epic version file and handle server executable directory into the client.
...
...
@@ -47,8 +47,12 @@ To see output of svmon client, use
svmon --print
##### For services without well-defined automated way to extract version information, please specify the service component, as well as specify the versions. For instance,
and save the specification with --dump options. The --with-version option should be always with --component option, otherwise it makes no sense. And in principal, the combination of these two options can be repeated as many times as the service components.
...
...
@@ -65,7 +69,9 @@ One can add it to crontab. Or alternatively, direct post to the svmon server is
svmon --send
. However, you need install python requests library (http://docs.python-requests.org/en/master/user/install/#install).
. <b>For such option, you need to create an API token after you login in svmon.eudat.eu; and then configure it in the
client with --token yourapitoken --dump
. </b>However, you need install python requests library (http://docs.python-requests.org/en/master/user/install/#install).
In addition, to establish secure link, you will also need SSL trusted CA chain file.
##### Note: we also enclose the trusted CA file within the client: chain_TERENA_SSL_CA_3.pem.
\ No newline at end of file
<b> Note: we also enclose the trusted CA file within the client: chain_TERENA_SSL_CA_3.pem.</b>