Q: What component versions are used in GroundWork Monitor?

A: The following section shows how to find the component versions for GroundWork Monitor 8.

Docker

  • From the command line on your GroundWork server enter the following:

    cd gw8
    docker version
    CODE

GDMA Client

  • From a Windows GDMA client, at the command prompt, from the directory C:\Program Files (x86)\groundwork\gdma\bin, enter the following:

    gdma_run_checks.exe -v 
    CODE
  • From a Linux GDMA client, at the command line, from the directory /usr/local/groundwork/gdma/bin, enter the following:

    gdma_run_checks.pl -v
    CODE
  • From a Solaris GDMA client, at the command line, from the directory /opt/groundwork/gdma/bin, enter the following:

    gdma_run_checks.pl -v
    CODE
  • From an AIX GDMA client, at the command line, from the directory /usr/local/groundwork/gdma/bin, enter the following:

    gdma_run_checks.pl -v
    CODE

Grafana

  • From the command line on your GroundWork server enter the following:

    cd gw8
    docker-compose exec grafana bash
    cd /usr/share/grafana
    grafana-cli -v
    CODE

GroundWork Monitor

  • Your running GroundWork Monitor version is displayed on the log in screen. This includes the edition, version, license, and role.

Monarch

  • From the GroundWork Monitor UI, go to Configuration > Nagios Monitoring > Control > Setup.

Nagios

  • From the GroundWork Monitor UI, go to Configuration > Nagios Monitoring > Control > Setup.

Net-SNMP

  • From the command line on your GroundWork server enter the following:

    cd gw8
    docker-compose exec nagios bash
    snmpwalk --version
    CODE

Operating System

  • From the command line on your GroundWork server enter the following:

    cat /etc/*-release
    CODE