First steps
In this section, the steps to be followed by the Administrator once WOCU-Monitoring is installed are explained. This documentation follows a practical approach to facilitate the understanding and monitoring of the operation.
Access to WOCU-Monitoring
1. Access the WOCU-Monitoring interface by entering the following address in your browser:
https://<yourserverip>/aggregator2. When logging in using a self-signed certificate, the browser will return a warning by default. You need to accept this certificate in order to continue with the process. Learn more about managed certificates in the section: HTTPS administration.
3. Enter your credentials in the login page. The default username and password are
admin/admin
, as long as not previously modified in the Initial configuration file.4. Once you have entered your credentials, click on the Log in button to access WOCU-Monitoring.
Creation of Realms
Once inside the application, the next step is to register a first Realm.
Attention
This guide will only focus on setting up the fields necessary to set up a Realm. More complete and detailed information can be found in here.
1. Click on the blue button + New Realm to start the creation process through the following form.
Complete the following fields to set up the first Realm:
Se destacan los campos a modificar.
2.1 Display Name: add
wocu
.2.2 Import Tool: to add a first Import-Tool trigger the + function.
Se destacan los campos a modificar.
The fields to be modified for the registration of a new Import-Tool are:
2.2.1 Name: add
WOCU IT
.2.2.2 Import tool host: añada
wocu
.2.2.3 Path of CA file to validate SSL: copy the text indicated in the help information:
/opt/wocu/embedded/ssl/certs/wocuCA.pemNext:
2.3 Monitoring Host: add
wocu
.2.4 PNP4Nagios Protocol: select
HTTPS
.2.5 PNP4Nagios Host: add
wocu
.2.6 PNP4Nagios Port: add
443
.2.7 Metrics: to add a first database server, trigger the + function.
2.8 Metric Database: to create the database that will store metrics perform the following steps:
Run the following command in a new terminal:
apt install -y curl && curl -X POST 'http://localhost:8086/query?u=root&p=root' -d 'q=CREATE DATABASE "localhost"'The database has been created. The answer should be as follows:
{"results":[{"statement_id":0}]}Back to the form, in the Metric Database field, add the same value used in the previous command:
localhost
.2.9 Host Name: add
localhost
.
3. Once you have entered all the required data, save the form configuration using the Add Realm button.
Congratulations! The first Realm has been successfully created. The default WOCU-Monitoring main page is the Status view, where only the Global Panel will be operational with a single operational Host.
At this point there is only one team in the Realm. The next step will be to expand the infrastructure by adding new hosts.
Manual registration of a Host
Follow the steps below to install new Hosts to the WOCU
Realm and expand the monitored network.
Attention
This guide will only focus on configuring the attributes needed to add a new Host. More complete and detailed information here.
1. Access the Configuration Module of the
WOCU
Realm and go to the Active Assets > Hosts section.2. Click on the + Add Host button to start the process.
Please complete the following form fields:
4. Once you have entered the data, save the configuration using the blue Create button.
5. You now have the first
wocu_01
unit registered from the Configuration Module.6. To enforce monitoring of the new Host on the system, run Check.
7. Confirm the action by clicking on the Restart WOCU button, located in the dialogue box reporting the status of the DB. The verification message confirms the optimal status of the system to proceed with the restart.
8. Finally, access the Assets > Hosts section where all the monitored Realm teams are listed and locate
wocu_01
via the search bar.Although the new equipment is already registered, it has no data collected during its monitoring activity. Therefore, the next step will be to associate services to it.
Configuration of monitoring services
Follow the steps below to configure new monitoring services to the wocu_01
equipment.
1. Access the Configuration Module of the
WOCU
Realm and go to the Active Assets > Hosts section.2. Locate the
wocu_01
host in the list and click on the action Packs.Find out more…
The configuration of services will be carried out through the application of Monitoring Packs. Further information can be found in our Pack Catalogue.
3. Search and select from the list: LINUX-SSH. The entry corresponding to the pack will turn a green background colour, indicating that it has been selected for linking.
4. Confirm the selection using the Apply and exit button, and return to the global view Hosts.
5. You can see how in the Packs column there is a tag referring to the LINUX-SSH (newly configured) pack.
6. To make the new Host configuration effective on the system, re-run Check.
7. Confirm the action by clicking on the Restart WOCU button, located in the dialogue box reporting the status of the DB. The verification message confirms the optimal status of the system to proceed with the restart.
8. Go back to section Assets > Services to verify that the
wocu_01
machine already has operational monitoring services (relative to the associated LINUX-SSH pack).As can be seen, there are services already operational (
OK
andWARNING
) and others inPENDING
status, indicating that they are waiting to be executed after the next check.From this interface, it is possible to obtain up-to-date information on each monitoring service. By clicking on the name of a specific service (Service column), a new Detailed view of Services associated to a Host will pop up with specific information on the current status, last executed checks, as well as other metric graphs provided during the checking tasks.
What now?
Note
If you have any comments you would like to share, please contact us at <info@wocu-monitoring.com>. We would be happy to receive your suggestions and consider them for future updates.
Below are various sections that may be of interest to you, once you have the first hosts configured.
Specific use cases: detailed information on specific functions is provided, as well as step-by-step descriptions of the operation to be followed.
Monitoring Packs: catalogue of packs classified by most common technologies, functions or manufacturers in the market.
API: serves the complete and detailed documentation of the WOCU-Monitoring
API
.Release Notes: list of releases of new features, bug fixes and other significant changes, which accompany each version of WOCU-Monitoring.
User Manual: divided into three sections according to the most common tasks:
A chapter dedicated to the Operation and monitoring with WOCU tasks of monitored assets.
A chapter detailing the management of Report Generation and their types.
A chapter describing the Basic WOCU configuration for the registration, import and management of assets.
Now you can start taking full advantage of all the functionalities that WOCU-Monitoring has to offer.