h1. Problem
The downtime scheduling tools deny access to users who are in more than one membership.
This issue was tracked in GWMON-12486.
h1. Solution
We have provided an updated war file which fixed the access issue.
Download the patch and extract it into place:
{attachments:patterns=TB7.1.0-4.rstools.tgz}
{code}
tar czvf 7.1.0.nms-rstools.orig.tgz \
/usr/local/groundwork/foundation/container/jpp/standalone/deployments/nms-rstools.war \
/usr/local/groundwork/foundation/container/rstools/php \
/usr/local/groundwork/foundation/container/rstools/yii-*
rm -rf /usr/local/groundwork/foundation/container/jpp/standalone/deployments/nms-rstools.war \
/usr/local/groundwork/foundation/container/rstools/php \
/usr/local/groundwork/foundation/container/rstools/yii-*
tar xvf TB7.1.0-4.rstools.tgz -C /
su - nagios -c "touch /usr/local/groundwork/foundation/container/jpp/standalone/deployments/nms-rstools.war.dodeploy"
su - nagios -c "/usr/local/groundwork/foundation/container/rstools/php/bsmCheck/protected/yiic migrate --interactive=0"
{code}
The downtime scheduling tools deny access to users who are in more than one membership.
This issue was tracked in GWMON-12486.
h1. Solution
We have provided an updated war file which fixed the access issue.
Download the patch and extract it into place:
{attachments:patterns=TB7.1.0-4.rstools.tgz}
{code}
tar czvf 7.1.0.nms-rstools.orig.tgz \
/usr/local/groundwork/foundation/container/jpp/standalone/deployments/nms-rstools.war \
/usr/local/groundwork/foundation/container/rstools/php \
/usr/local/groundwork/foundation/container/rstools/yii-*
rm -rf /usr/local/groundwork/foundation/container/jpp/standalone/deployments/nms-rstools.war \
/usr/local/groundwork/foundation/container/rstools/php \
/usr/local/groundwork/foundation/container/rstools/yii-*
tar xvf TB7.1.0-4.rstools.tgz -C /
su - nagios -c "touch /usr/local/groundwork/foundation/container/jpp/standalone/deployments/nms-rstools.war.dodeploy"
su - nagios -c "/usr/local/groundwork/foundation/container/rstools/php/bsmCheck/protected/yiic migrate --interactive=0"
{code}