Table of Contents

Administration

Purpose

This section in accessible only for super admin user.

Getting started

Once done, you will be able to log into your first tenant and start configuring the monitoring.

Don't use the same DB name for Primary database and tenant database

Administration sections

Find here below a description of the different sections :

Settings Description
DB Connectors Configure connection parameters to the application databases
Tenants Configure tenants and tenant admin users
Settings Configure main application settings
Logs Download application logs
Updates Manage application updates
Collector updates Manage collector updates
Super user Manage super user properties
Statistics Check and investigate problems

Security

Sensitive data

Certificates

Generating a self signed certificate:

# Backup existing keystore
cp /opt/Pro.Monitor-Cockpit/certificates/.keystore /opt/Pro.Monitor-Cockpit/certificates/.keystore.backup
# Convert existing keystore to pkcs12
keytool -importkeystore -srckeystore /opt/Pro.Monitor-Cockpit/certificates/.keystore -destkeystore /opt/Pro.Monitor-Cockpit/certificates/.keystore -deststoretype pkcs12 -srcstorepass agentilKeyStore
# Generate private key and certificate : Use the actual server FQDN as Common Name in the formular.
openssl genrsa  -out domain.key 2048
openssl req -key domain.key -new -x509 -days 1800 -out domain.crt
# Bundle the key and certificate together
openssl pkcs12 -export -in domain.crt -inkey domain.key -name pro_monitor -out ks.p12
# Replace existing certificate
keytool -importkeystore -destkeystore /opt/Pro.Monitor-Cockpit/certificates/.keystore  -storepass agentilKeyStore -noprompt -alias pro_monitor -srckeystore ks.p12
# Restart Redpeaks service

Super admin credentials

Maintenance

The promonitor cockpit has been designed for a low maintenance, however, there are few aspects you need to pay attention

Database restore

In case of major problem with the application, you might need to restore the database.

Emergency recovery

Reset tenant

Conditions:

Probable cause:

Resolution:

Reset all

Conditions:

Probable cause 1:

Resolution 1:

Probable cause 2:

Resolution 2: