Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Added: | ||||||||
> > | WMSMonitor 3.0 for WeNMRWMSMonitor web page: https://wmsmonitor.cnaf.infn.it:8443/wmsmon/main/main.php![]() ![]() Old Stuff | |||||||
WMSMonitor 2.1 for WeNMRWMSMonitor web page: https://wmsmonitor.pd.infn.it:50080/wmsmon/main/main.php![]() | ||||||||
Line: 138 to 147 | ||||||||
where DN are authorized people allowed to view users statistics
| ||||||||
Changed: | ||||||||
< < | -- MarcoVerlato - 2012-03-08 | |||||||
> > | -- MarcoVerlato - 2012-11-22 |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
WMSMonitor 2.1 for WeNMRWMSMonitor web page: https://wmsmonitor.pd.infn.it:50080/wmsmon/main/main.php![]() ![]() Management instructionsAdd, remove or change a WMS/LB entry in WMSMonitorTo modify the list of monitored WMS/LB, execute these steps on wmsmonitor.pd.infn.it:cd /opt/WMSMonitor/collector/etc/
./wmsmon_server_setup.py
cp /var/www/html/wmsmon/common/config.php.ok /var/www/html/wmsmon/common/config.php
case 'enmr.eu': $wmsCount[0]='wms-enmr.chem.uu.nl'; $wmsCount[1]='mb-enmr.chemie.uni-frankfurt.de'; $wmsCount[2]='wms-enmr.cerm.unifi.it'; $wmsCount[3]='prod-wms-01.pd.infn.it'; break; Add or remove authorized users to let them see User ActivityFor privacy reasons, User Activity pages on WMSMonitor are protected. To permit some user to see them, insert certificate DNs of authorized users in /var/www/html/wmsmon/common/config.php; for example:
Installation instructionsWMS/LB sensors installationThese steps must be executed both on WMS and LB hosts.
cd /etc/yum.repos.d wget http://grid-it.cnaf.infn.it/certification/downloads/WMSMonitor.repo yum clean all yum install WMSMonitor.sensors cd /opt/WMSMonitor/common
cd /opt/WMSMonitor/sensors/etc ./WMSLB_wmsmon_configuration.py
service snmpd restart
snmpwalk -v 3 -u wmsmon -l authNoPriv -a MD5 -A <SNMP_pwd> hostname:10161 1.3.6.1.4.1.10403.80 WMSMonitor collector installationSteps executed on collector host wmsmonitor.pd.infn.itcd /etc/yum.repos.d wget http://grid-it.cnaf.infn.it/certification/downloads/WMSMonitor.repo yum clean all yum install WMSMonitor.collector
cd /opt/WMSMonitor/collector/etc
service mysqld start chkconfig mysqld on chkconfig httpd on ./wmsmon_server_setup.py
yum install mod_ssl cd /etc/yum.repos.d/ wget -O lcg-ca.repo http://grid-it.cnaf.infn.it/mrepo/repos/lcg-ca.repo yum install lcg_CA
-- MarcoVerlato - 2012-03-08 |