[Index]
To access the latest documentation, go to Documentation and Resources at: https://voss.portalshape.com
A sysadmin administrator can access the System Monitoring menu (menu model: data/SystemMonitoringConfig) to manage:
Default values are set in an instance called Global.
Alerts
From the Alerts tab on the Configuration menu, the following settings and options can be managed:
Database Size Threshold (GB): the default size is 200 GB
Database Index Size Threshold (GB): the default size is 50 GB
Database Queue Size Threshold: the default size is 500
Transaction Failures to Alert: errors for operations on model types.
The default operation is all Import operations on all data models (data/*)
For the configured alerts, SNMP traps are generated upon failure of the transaction. Refer to the System Monitoring SNMP topic in the Platform Guide for details and examples of the traps.
Metrics Collection
The Metric Collection tab shows:
A configurable RIS API data collector interval which is the time interval that the real-time information (RIS) data collector service polls the Unified CM to obtain the latest phone registration status information for phone instances stored in in the VOSS-4-UC database.
The value is in seconds and the default interval is: 43200 seconds (12 hours) Refer to the Best Practices Guide for further information if this interval needs to be modified.
Note that the Cisco RIS Data Collector service needs to be enabled and running on the Unified CM publisher.
The RIS data collector service updates the current registration status and/or IP address from the Unified CM Registration Status and IP address at the specified interval - for all clusters in the system. The Phones list view show Registration Status and IP Address columns containing this data.
The status of the collector service can be checked with the the platform CLI app status command - seen as voss-risapi_collector in the example console output snippet below:
platform@VOSS:~$ app status selfservice v19.3.2 (2020-04-18 19:27) |-node running voss-deviceapi v19.3.2 (2020-04-18 19:30) |-voss-cnf_collector running |-voss-queue running |-voss-risapi_collector running |-voss-monitoring running |-voss-wsgi running ...
Note
There is also a macro function get_phone_status available to return this Phone data, given as input parameters:
a phone PKID
followed by a comma and then exactly one RIS API field name.
The fields below are for example used in the VOSS-4-UC Admin Portal list view of Phones:
To see a full list of available fields, run the macro function without RIS API field names or refer to the Cisco RIS API documentation.
For example:
{{fn.get_phone_status 5ca2b90bce894e0014d488fb, status}}
output: "Registered"
Configuration for various system monitoring settings and thresholds for alert generation.
Title | Description | Details | |||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Name * |
|
||||||||||||||||||||||||||||||||||||||||||||||||
Alerts | Configuration for various alert generation conditions. |
|
|||||||||||||||||||||||||||||||||||||||||||||||
Database | Stores thresholds for database metrics |
|
|||||||||||||||||||||||||||||||||||||||||||||||
Database Size Threshold (GB) | The threshold at which DB size (in gigabytes) starts generating notifications. |
|
|||||||||||||||||||||||||||||||||||||||||||||||
Database Index Size Threshold (GB) | The threshold at which DB index size (in gigabytes) starts generating notifications. |
|
|||||||||||||||||||||||||||||||||||||||||||||||
Transactions | Specifies configuration for alert generation on transactions. |
|
|||||||||||||||||||||||||||||||||||||||||||||||
Transaction Queue Size Threshold | The threshold at which transaction queue size starts generating notifications. |
|
|||||||||||||||||||||||||||||||||||||||||||||||
On Failure | List of transactions for which an alert must be sent on failure. |
|
|||||||||||||||||||||||||||||||||||||||||||||||
Entity Type | Type of an entity for which an alert is required such as model, view, or tool. Wildcards are permitted e.g. data/* applies to all data models. Specific types take precedence over wildcards |
|
|||||||||||||||||||||||||||||||||||||||||||||||
Operations | The operations for which alerts are required |
|
|||||||||||||||||||||||||||||||||||||||||||||||
Metric Configuration | Stores settings for configurable metrics |
|
|||||||||||||||||||||||||||||||||||||||||||||||
Resource Count by Hierarchy | Settings for Resource Count by Hierarchy metric. |
|
|||||||||||||||||||||||||||||||||||||||||||||||
Model Types | List of model types that are to be aggregated by hierarchy. |
|
|||||||||||||||||||||||||||||||||||||||||||||||
Model Type | Name of a model type e.g. data/User |
|
|||||||||||||||||||||||||||||||||||||||||||||||
RIS API data collector interval | Interval in seconds between attempts to run the RIS API data collector |
|
|||||||||||||||||||||||||||||||||||||||||||||||
RIS API excluded device types | Devices to ignore in RIS API responses |
|
|||||||||||||||||||||||||||||||||||||||||||||||
Monitor external devices | Enable monitoring of connectivity to external devices e.g. UC apps |
|