Contents
This page references the GroundWork Cloud Hub and the OpenStack virtualization environment.
1.0 Managing an OpenStack Connection
This section reviews how to add and configure the Cloud Hub connector OpenStack. Each connector requires a unique set of parameters (e.g. endpoint, credentials). You will need your GroundWork server and virtual environment connector parameters handy.
1.1 Adding a new connection
- Log in to GroundWork Monitor as an Administrator.
- Select GroundWork Administration > GroundWork Cloud Hub. The Cloud Hub Configuration Wizard screen will be displayed where you can add and configure the Cloud Hub for various virtual environments. For each of the established configurations you can start or stop the connection, modify the parameters, or choose to remove a connection.
- To start a new connection click the +Add icon next to the environment to add. You will create a new connector in this way for each region in OpenStack that is to be monitored.
Figure: Cloud Hub Configuration Wizard
1.2 Configuring GroundWork server values
- Next, enter the GroundWork server values to access the region. You will need to point the Cloud Hub OpenStack connector to a GroundWork server, indicate if it supports SSL, and give it an API key to transmit data.
Figure: GroundWork server values for OpenStack (Example)
- Display Name: This is the configuration server display name.
- GroundWork Server Name: You will need to enter the name of the GroundWork server that will integrate the Cloud Hub messages. If Cloud Hub is running on the same server as the portal the name can be localhost, or as preferred the server name.
- Is SSL enabled on GroundWork Server?: Check this box if the GroundWork server is configured for secure HTTPS.
- GroundWork Web Services Username and Password: User and password configured to access the Web Services API. These can be obtained by opening a tab to the GroundWork Administration > GroundWork License page. These are the same credentials set within /usr/local/groundwork/config/ws_client.properties.
- Important for LDAP enabled systems: Make sure that it matches with the entry in the ws_client.properties file and the user is member of the Authenticated group and the WSUser (or GWUser) group in LDAP.
- Without 7.0.2 SP3: The Web Services user name may be different if you are using LDAP and GroundWork Monitor 7.0.2 without the SP3 patch. In this case make an adjustment to what you see in the image below to match what you have, and also fill in the accurate password.
- With 7.0.2 SP3: If you applied the SP3 patch the Web Services user will not have a password, instead you need to fill in the token from the GroundWork Administration > GroundWork License page. Under the title Webs Services API Account Info the default encrypted token can be copied into the Cloud Hub page.
- Merge hosts on GroundWork Server?: If checked, this option combines all metrics of same named hosts under one host. For example, if there is a Nagios configured host named demo1 and a Cloud Hub discovered host named demo1, the services for both configured and discovered hosts will be combined under the hostname demo1 (case-sensitive).
1.3 Configuring virtualization server values
- Next, we continue with the second half of the configuration wizard by entering the values for the virtualization server. The data that the GroundWork server receives comes from the OpenStack server, the information is pulled from the API on a periodic basis based on the check interval that is set. You can also select which views to include.
Figure: Values for a OpenStack connection (Example)
- Is SSL enabled on OpenStack Server?: Check this box if the OpenStack server is configured for secure HTTPS.
- OpenStack Server URL: This is the URL for the OpenStack virtualization server (e.g. openstack.yourdomain.com).
- OpenStack Tenant ID: This is the ID for the OpenStack group of users.
- OpenStack Tenant Name: This is the Name for the OpenStack group of users.
- OpenStack Server Username and Password: This is the OpenStack server user name and password.
- Nova Port Number: The Nova API listen on port 8774 for OpenStack API.
- Keystone Port Number: The Keystone port number is 5000 (public port).
- Ceilometer Port Number: The Ceilometer port number is 8777.
- Check Interval (in mins): This is the polling interval for collecting monitoring data from the virtual instance and sending it to the GroundWork server. The value is in minutes.
- Connection Retries (-1 infinite): This entry is the number of retries for the connection and sets a limit on how many attempts are made after a failure. If you set this to -1 the retrying goes on forever. The number set indicates how many connections are attempted before the connection is left inactive (until you restart it).
- Select SAVE which saves the current connection values and writes the entries to an XML file in the GroundWork server /usr/local/groundwork/conifg/cloudhub directory. When you choose to save the Cloud Hub connector is assigned an agent ID and that in turn becomes a record locator in Foundation when you begin monitoring.
- Then to validate the configuration select TEST CONNECTION which will check if the virtual instance is accessible with the given credentials. If successful you should see Connection successful! at the top of the screen.
- After the credentials have been validated select NEXT to display an associated connection metrics screen where you can determine the metrics to be monitored for OpenStack, (the HOME option would take you back to the first page of the configuration wizard).
1.4 Determining metrics to be monitored
Each management system provides metrics for specific checks that can be defined for the instance or the container. The property name and the thresholds are defined in a monitoring profile in an XML format, (see section 3.2 below). In the UI, the available metrics are separated based on the hypervisor and virtual machines thresholds. By default Warning and Critical thresholds are set to -1 which turns them off and can allow you to get an idea by watching the data coming in and to set a threshold value that is appropriate for the environment.
- The metrics screen allows you to define if a metric should be monitored and graphed and lets you set the values for Warning and Critical thresholds at which to trigger alerts, these profile metric options are described below. The selections you make are applied to every instance discovered in the region. The set of selections is saved on the GroundWork server in the /usr/local/groundwork/config/cloudhub/profiles directory as a profile in an XML file. Upon saving, changes are written to the XML profile file and become effective both against new instances that may be discovered as well as already monitored instances.
Figure: Cloud Hub Configuration wizard for OpenStack - Hypervisor thresholds, Virtual Machine thresholds (Ceilometer and Nova Compute)
- Attribute: The name of the service attribute (the metric name reported by the virtualization server).
- Monitored: When on (checked) the service will be monitored.
- Graphed: When on (checked) the service will be graphed.
- Warning and Critical Thresholds: These values control the triggering of alerts. A Warning number larger than the Critical value will cause Cloud Hub to detect the metric as a trigger. Choosing a -1 in a threshold box will disable triggering on that alert.
- Service Name: CloudHub automatically creates service names based on the metric name gathered from a virtualization server. The Service Names option adds the ability to report the polled metrics under a unique name that is set by the administrator. Leaving the Service Name field blank defaults to the metric name reported by the virtualization server. All CloudHub connectors now support the editable Service Name feature.
If a Service Name is added for an attribute, along with the Graphed option on (checked), a performance graph will need to be configured for the new service name. You can easily do this by copying and editing the original performance graph entry. Go to Configuration > Performance, from the Select Service-Host entry drop-down list select the original service name, select Copy, and in the Service field replace the entry with the new service name you entered in Cloud Hub, select Create Copy. After a couple minutes the graph should display in Status. - Description: A description of the service attribute.
- When you are satisfied with the profile selections choose SAVE to write out the profile. Select HOME to return to the main Cloud Hub panel.
- Select START for the specific connector to begin the discovery and data collection process.
Figure: Cloud Hub Configuration
2.0 Unified Monitoring
So how does all this get represented in the unified monitoring context? The data for the monitored services selected are passed to the GroundWork REST API and are directly inserted into the Status and Event Console tables in the GroundWork Foundation database which makes them show up in the UI almost immediately.
2.1 Status view
After starting the connection, in a couple minutes the Status viewer application will display the automatically created host groups corresponding to the views chosen in setup. The monitoring can be adjusted by returning to the Cloud Hub configuration screen and modifying metrics collected (check/un-check) or modifying threshold values.
- You will see names of the instances prefixed with the string OS to distinguish them as Cloud Hub OpenStack connector items
- You may assign the discovered host groups to Custom Groups (e.g. Virtual, OpenStack) in order to organize the Status display
In our example, we show the running_vms service Status Information as WARNING, as this is reflective of the current threshold set in the profile. In this view you can also see the graphs coming in under Service Availability and Performance Measurement, and the events being logged at the bottom of the screen.
Figure: Status view
2.2 Event Console
Here in Event Console, we have selected the system applications filter OS, which lists events for the OpenStack application type. From here you can select specific events and apply various actions.
Figure: Event Console, by Application Type (OS)
2.3 Dashboards
This view displays the Enterprise View dashboard and indicates the host node-4.gwos.com status as Host Recently Recovered.
Figure: OpenStack Connection - Dashboards, Enterprise View
2.4 NoMa
Below we show the NoMa log for notifications in which you can see alerts for the service running_vms.
Figure: NoMa notification log
3.0 Monitoring Profile for the OpenStack Virtual Environment
The master monitoring profiles for virtual environments are stored on the GroundWork server. Each time the user goes into the configuration screens for Cloud Hub the monitoring profile from the GroundWork server would be loaded into the Cloud Hub. This allows to you to manage and maintain the monitoring profiles for Cloud Hub in a central location.
3.1 Location of profiles
The location for Cloud Hub monitoring profiles is:
/usr/local/groundwork/core/vema/profiles/
Viewing the profiles directory:
[root@gwdemo~]# cd /usr/local/groundwork/core/vema/profiles [root@gwdemo profiles\]# ls amazon_monitoring_profile.xml openstack_monitoring_profile.xml docker_monitoring_profile.xml rhev_monitoring_profile.xml netapp_monitoring_profile.xml vmware_monitoring_profile.xml opendaylight_monitoring_profile.xml [root@gwdemo profiles]#
The name of the OpenStack monitoring profile is:
openstack_monitoring_profile.xml
If you wish, you may carefully edit openstack_monitoring_profile.xml to include additional numeric metrics.
If you edit PLEASE test immediately. Any metric test that is slightly misspelled or otherwise rejected short-circuits ALL the metrics from reporting silently and without raising flags. In general, we can't recommend adding additional numeric metrics, at the time of this writing all useful metrics have been included as part of the released XML file contents. |
3.2 OpenStack monitoring profile: openstack_monitoring_profile.xml
<?xml version="1.0" encoding="UTF-8"?> <vema-monitoring> <profileType>openstack</profileType> <hypervisor> <metric name="running_vms" description="Number of running Virtual Machines" monitored="true" graphed="true" warningThreshold="8" criticalThreshold="-1" /> <metric name="free_ram_mb" description="Free Memory in MB" monitored="true" graphed="true" warningThreshold="2" criticalThreshold="-1" /> <metric name="free_disk_gb" description="Free Disk Space in GB" monitored="true" graphed="true" warningThreshold="5" criticalThreshold="-1" /> </hypervisor> <vm> <metric name="disk.read.bytes" description="Cumulative Bytes Read from Disk" monitored="true" graphed="true" warningThreshold="-1" criticalThreshold="-1" sourceType="ceilometer" /> <metric name="cpu_util" description="Percent CPU Utilization (Gauge)" monitored="true" graphed="true" warningThreshold="75" criticalThreshold="95" sourceType="ceilometer"/> <metric name="memory" description="Total Memory on VM/Server (bytes)" monitored="true" graphed="false" warningThreshold="-1" criticalThreshold="-1" /> <metric name="memory-actual" description="Actual Memory on VM/Server (bytes)" monitored="true" graphed="false" warningThreshold="-1" criticalThreshold="-1" /> <metric name="memory-rss" description="Memory Resident Set Size on VM/Server (bytes)" monitored="true" graphed="false" warningThreshold="-1" criticalThreshold="-1" /> <metric name="cpu(.)_time" description="CPU Execution Time (Hertz)" monitored="false" graphed="false" warningThreshold="-1" criticalThreshold="-1" computeType="regex"/> <metric name="syn.cpu(.)_time" description="CPU Execution Time (MHz)" monitored="true" graphed="true" warningThreshold="-1" criticalThreshold="-1" computeType="regex"/> <metric name="tap(.+)_rx" description="Network TAP device Byte Receive Count" monitored="true" graphed="false" warningThreshold="-1" criticalThreshold="-1" computeType="regex" /> <metric name="tap(.+)_rx_packets" description="Network TAP Device Packet Count" monitored="true" graphed="false" warningThreshold="-1" criticalThreshold="-1" computeType="regex" /> <metric name="tap(.+)_rx_errors" description="Network TAP Device Error Count" monitored="true" graphed="false" warningThreshold="-1" criticalThreshold="-1" computeType="regex" /> <metric name="tap(.+)_rx_drop" description="Network TAP Device Drop Count" monitored="true" graphed="false" warningThreshold="-1" criticalThreshold="-1" computeType="regex" /> <metric name="tap(.+)_tx" description="Network TAP device Byte Transfer Count" monitored="true" graphed="false" warningThreshold="-1" criticalThreshold="-1" computeType="regex" /> <metric name="tap(.+)_tx_packets" description="Network TAP Device Packet Count" monitored="true" graphed="false" warningThreshold="-1" criticalThreshold="-1" computeType="regex" /> <metric name="tap(.+)_tx_errors" description="Network TAP Device Error Count" monitored="true" graphed="false" warningThreshold="-1" criticalThreshold="-1" computeType="regex" /> <metric name="tap(.+)_tx_drop" description="Network TAP Device Drop Count" monitored="true" graphed="false" warningThreshold="-1" criticalThreshold="-1" computeType="regex" /> <metric name="vd(.)_read" description="Virtual Disk Read Bytes Transferred" monitored="true" graphed="false" warningThreshold="-1" criticalThreshold="-1" computeType="regex" /> <metric name="vd(.)_write" description="Virtual Disk Write Bytes Transferred" monitored="true" graphed="false" warningThreshold="-1" criticalThreshold="-1" computeType="regex" /> <metric name="vd(.)_read_req" description="Virtual Disk Read Requests" monitored="true" graphed="false" warningThreshold="-1" criticalThreshold="-1" computeType="regex" /> <metric name="vd(.)_write_req" description="Virtual Disk Write Requests" monitored="true" graphed="false" warningThreshold="-1" criticalThreshold="-1" computeType="regex" /> </vm> </vema-monitoring>
4.0 Removing Connectors from Monitoring
If you decide you do not want to monitor a particular region, simply navigate to GroundWork Administration > GroundWork Cloud Hub select STOP for the connector, then DELETE. All of the created host groups and the discovered and monitored instances for that region will be deleted from the Foundation database within a few minutes and monitoring access to the region endpoint will cease.
Additionally, see How to remove Cloud Hub hosts in the document How to delete or remove hosts.