Steps to show the current status of your FIWARE Lab node

The table below represents the template used to check the current status of a node.

OpenStack Version
Monitoring Version
Infographic Status
Health Check Status
Federation Status

In order to retrieve all those information it is necessary to perform the following operation:

  • HOW TO CHECK THE NODE NAME
$ ssh login into one controller node
$ grep region_name /etc/nova/nova.conf
  • HOW TO CHECK THE OPENSTACK VERSION
$ ssh login into one controller node
$ nova-api --version
(e.g. 2015.1.1)

Take note of 2015.1.1 and go to Release Naming to see the corresponding OpenStack release (in this example Kilo). Alternatively it is possible to use semi-automatic scripts in this repository

  • HOW TO CHECK THE MONITORING VERSION
$ ssh login into one controller node
$ search the fiware-check-monitoring.sh script
$ run fiware-check-monitoring.sh -v

Check the text “FIWARE Lab Monitoring System release xxxx”

  • HOW TO CHECK THE INFOGRAPHIC STATUS

Go to http://infographic.lab.fiware.org

Check the status of the node

  • HOW TO CHECK THE HEALTH CHECK STATUS

Go to https://fi-health.lab.fiware.org and check the Sanity Check status.

Go to http://status.lab.fiware.org and check the historical performance of the node and available resources.

  • HOW TO CHECK THE FEDERATION STATUS

Go to the corresponding JIRA workitem created to see the status of the federation process.