WAS THIS PAGE HELPFUL? Leave Feedback
Q: How can I find what versions are running and patches installed?
A: Follow the instructions below to view the running versions.
GroundWork Monitor version
- From the GroundWork Monitor portal select Dashboards, then from the bottom left corner click Show Install Info to display the installation name and date, and component versions.
- From the Command Line on the GroundWork server enter:
/usr/local/groundwork/Info.txt
GroundWork Monitor patch level
- From the command line, enter the following to display the running GroundWork Monitor version along with the name of any installed patches:
grep -E "version|PatchLevel" /usr/local/groundwork/Info.txt
Patch installs and uninstalls
- List the files in the following directory to display a record of all installs and uninstalls as they are performed:
/usr/local/groundwork/common/var/patches
OS version
- Enter the following command to display the OS version you are running:
cat /etc/*-release
Monarch version
- In GroundWork Monitor, go to Configuration > Control > Setup.
Nagios version
- Enter one of the following commands to display the Nagios version being used:
/usr/local/groundwork/nagios/bin/nagios --version
/usr/local/groundwork/nagios/bin/nagios -V
GDMA client version
- Windows:
{path-to}\groundwork\gdma\bin\gdma_run_checks.exe -v
- Linux:
/usr/local/groundwork/gdma/bin/gdma_run_checks.pl -v
- Solaris:
/opt/groundwork/gdma/bin/gdma_run_checks.pl -v
- AIX:
/usr/local/groundwork/gdma/bin/gdma_run_checks.pl -v
InfluxDB version
- Enter the following command to display the running InfluxDB version:
/usr/local/groundwork/influxdb/bin/influx -version
Grafana version
- Enter the following command to display the running Grafana cli version:
/usr/local/groundwork/grafana/bin/grafana-cli -v
- Enter the following command to display the running Grafana server version:
/usr/local/groundwork/grafana/bin/grafana-server -v