ASM - OPMS - Where does the system proxy set up?
search cancel

ASM - OPMS - Where does the system proxy set up?

book

Article ID: 233031

calendar_today

Updated On:

Products

CA App Synthetic Monitor

Issue/Introduction

ASM - OPMS - Where is the system proxy set up i.e. in which file on OPMS ?

Environment

Release : SAAS

Component :

Resolution

It is inside /etc/yum.conf as per our documentation.

https://techdocs.broadcom.com/us/en/ca-enterprise-software/it-operations-management/app-synthetic-monitor/SaaS/on-premise-monitoring-stations-opms/opms-deployment-information.html

Additional Information

the system proxy is read from the yum configuration. E.g.
 
[main]
cachedir=/var/cache/yum/$basearch/$releasever
debuglevel=2
logfile=/var/log/yum.log
...
 
proxy=http://##.##.##.##:<port>
proxy_username=<username>
proxy_password=<password
 
Please keep in mind that only http proxy is supported (not https nor SOCKS).