Problem
This technical bulletin applies to GroundWork Monitor 7.2.0. On GroundWork systems, using the UTC timezone, there is an issue with creating new contacts or notification rules with NoMa. When selecting Configuration > NoMa > Create, you may receive a 500 error. This is due to an issue with a rare condition in which the code does not catch.
Solution
To address the problem above, the provided patch updates the NoMa code and underlying database. It does not require downtime and is non-destructive of data.
Installation steps
- Download the TB7.2.0-2.tar.gz tarball below, and place in an accessible location on your GroundWork server.
- Unzip the tarball:
tar zxvf TB7.2.0-2.tar.gz
This will create the sub-directory TB7.2.0-2.
- Change to the TB7.2.0-2 directory:
cd TB7.2.0-2
- As root user run install:
./TB7.2.0-2_install.sh
Uninstall rollback steps
- As root user, in the Technical Bulletin directory (e.g., TB7.2.0-2) run uninstall:
./TB7.2.0-2_uninstall.sh
This Technical Bulletin creates a backup for the uninstaller in /usr/local/groundwork/backup/nms-rstools. If this is removed, the uninstaller will not run. |