Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

IBM DataPower Operations Dashboard contains an extensive set of parameters that let administrators fine-tune the system's behavior to the installation requirements.
The following sections describe these parameters in detail. 

...

ParameterCategoryDefault ValueDescription
Enable Queries Emails SMTPAlertstrueEnable / Disable publishing alerts via SMTP server
Enable Queries Emails SMTP WSAlertsfalseEnable / Disable publishing alerts via Web Service
Fields to Ignore in ElasticSearch Response in AlertsAlertsdoc_count_error_upper_bound,sum_other_doc_countField to omit from alert description
Enable Queries Output FileAlertsfalseEnable / Disable publishing alerts as file in local file system
Syslog Severity Field ValueAlertsinfoSyslog record message level (info, warn, error, etc)
Alerts Syslog Server HostnameAlerts172.77.77.7Syslog server hostname or IP address.
Alerts Syslog Server PortAlerts60031Syslog server listening port.

...

Parameter

Category

Default Value

Description

From Address

Email

from@example.com

The from address used for the report email.

SMTP Host

Email SMTP

smtp.example.com

Destination SMTP host

SMTP Password

Email SMTP

********

Password for logging in to the SMTP host. If no authentication required leave this field empty.

SMTP Port

Email SMTP

465

Destination SMTP host port

SMTP User

Email SMTP

mailer@example.com

Username for logging in to the SMTP host. If no authentication required leave this field empty.

SMTP SSL EnabledEmail SMTPtrueEnable / Disable TLS/SSL


SMTP WS Endpoint URI

Email SMTP WS

/SMTPSender

Destination URI for sending reports via Web-Service

SMTP WS Host

Email SMTP WS

localhost

Destination hostname for sending reports via Web-Service

SMTP WS Port

Email SMTP WS

8080

Destination port for sending reports via Web-Service

SMTP WS Protocol

Email SMTP WS

HTTP

Protocol for accessing the Web-Service host

Valid values: HTTP / HTTPS

SMTP WS User

Email SMTP WS

user

User used for sending reports via Web-Service. This value is sent using HTTP Basic Authentication.

SMTP WS Password

Email SMTP WS

********

Password used for sending reports via Web-Service. This value is sent using HTTP Basic Authentication.

...

ParameterCategoryDefaultDescription
Internal Alerts - Check Agents Interval in SecondsHealth300How often to check whether DPOD's syslog and WS-M agents are up and working
Internal Alerts - Check Derby Interval in SecondsHealth300How often to check whether DPOD's internal database is up and working
Internal Alerts - Check Dropped Syslogs Interval in SecondsHealth600How often to check whether DPOD's syslog agents lost incoming messages
Internal Alerts - Check Dropped WS-M Messages Interval in SecondsHealth600How often to check whether DPOD's WS-M agents lost incoming payloads
Internal Alerts - Check ES Interval in SecondsHealth300How often to check whether DPOD's big data component is up and working
Internal Alerts - Check File System Interval in SecondsHealth300How often to check whether DPOD's filesystem is out of space
Internal Alerts - Check Retention Interval in SecondsHealth300How often to check whether DPOD's internal big data retention process is working
Internal Alerts - Send Email on AlertHealthfalseWhether or not to send an Email when a problem was detected by the internal health monitoring
Internal Alerts - Email Destination Address for AlertsHealthNo DefaultDestination Email address for sending internal health alerts
Internal Alerts - Send Syslog on AlertHealthfalseWhether or not to send a Syslog message when a problem was detected by the internal health monitoring
Interval in Seconds to Sample Logging TargetsHealth300How often to sample DPOD's log targets in the monitored devices
Interval in Seconds to Sample Nodes Health StatisticsHealth300How often to collect statistics on DPOD's big data nodes
Interval in Seconds to Monitor Objects StatusHealth300How often to monitor enabled but down objects in the monitored devices
Object Status Monitor Should Only Check Common Object ClassesHealthtrue

By default, the Failed Objects dashboard (under the "explore" menu) displays only common object classes,
set this option to false to make it sample all object classes in the monitored devices

Interval in Seconds to Sample WSM Agents StatisticsHealth300How often to sample WS-M Agents in the monitored devices
Internal Alerts REST API Service HostHealthlocalhostHost name / IP address of the maintenance housekeeping server to save and publish internal alerts.
Internal Alerts REST API Service PortHealth8084Port of the maintenance housekeeping service to save and publish internal alerts.

Auto-Generated Service Wiki

DPOD automatically creates a service configuration wiki for all monitored devices. DPOD collects configuration and transactional data, and when a configuration change was made (e.g. a new service was created) it sends a JSON file with all its configuration details to a wiki update service.
The parameters below determine where JSON requests are sent and some of their data.

...

Parameter

...

Category

...

Default

...

Description

...

Wiki Default New Service Contact Mail

...

Wiki

...

changeme@example.com

...

This value is configured as the service contact email when a new service is created

...

Wiki Default New Service Contact Name

...

Wiki

...

Contact Name

...

This value is configured as the service contact name when a new service is created

...

Wiki Default New Service Contact Phone

...

Wiki

...

+0-(000)-000-0000

...

This value is configured as the service contact phone number when a new service is created

...

Wiki Push REST Password

...

Wiki

...

Password for logging in to the REST service which updates the wiki

...

Wiki Push REST User

...

Wiki

...

MS

...

Username for logging in to the REST service which updates the wiki

...

Wiki Push REST API Version

...

Wiki

...

v1

...

Determines the WS request format version of the requests sent to the wiki portal. Manipulating this value can be used for backwards compatibility,
in cases when DPOD was updated but you still want to receive the older version format.

Note: This is for future use - Currently only v1 applies.

...

Wiki URL

...

Wiki

...

https://127.0.0.2/wiki/

...

URL of the wiki update service

...

.


DevOps Portal Parameters

ParameterCategoryDefaultDescription
Path and Name of Local WSDL Analyze ScriptServicesPortal/app/custom/scripts/download_wsdl_artifacts_sample.pyThe path and name of the user configurable python script for analyzing local WSDL
Path and Name of Local WSDL Replace ScriptServicesPortal/app/custom/scripts/replace_wsdl_references_sample.pyThe path and name of the user configurable python script for replacing local WSDL references
Enable Services Portal Operations for non-Admin UsersServicesPortaltrueEnable or disable access of non-admin users to DevOps portal actions
Temporary Device Name for WSDL Validations OperationsServicesPortal(no default)Device name that will be used to create temporary services for WSDL validations, the device must be monitored by DPOD
Temporary Domain Name for WSDL Validations OperationsServicesPortal(no default)Temporary domain name that will be used to create temporary services for WSDL validations
The domain needs to exist, DPOD will not create it
Local WSDL Files Max Upload Size in KBServicesPortal300Upload size limit for each WSDL or XSD file used in Local WSDL Validation/Promotion.
Change will take effect after hitting refresh in the browser's window.
Import Service Max Upload File Size in KBServicesPortal10000Upload size limit for the import file in KB
Import Service Deployment Policies PathServicesPortal/tmpThe dropdown with the selection of deployment policy files will be read from this folder (ZIP, XML and XCFG files only)
Service Import Temp Working PathServicesPortal/app/tmp/servicesportal/importImport files and deployment policies will be copied and processed in this folder
Path and Name of Import Service Validation ScriptServicesPortal/app/custom/scripts/import_service_validation.pyThe path and name of the user configurable python script for validating the import file
Path and Name of Import Service Deployment Policy ScriptServicesPortal/app/custom/scripts/import_service_deppolicy_selector.pyThe path and name of the user configurable python script for overriding the user selected deployment policy
Deployment Policy is Mandatory for Import ServiceServicesPortaltrueIs deployment policy mandatory for imports

...