Open testrashmi opened 2 years ago
Reference link to be updated :
https://cloud.ibm.com/docs/monitoring?topic=monitoring-config_agent#config_agent_linux_1
Append here:
after downloading draios.repo, vi the file and change it to the following:
[draios] name=Draios baseurl=http://mirrors.service.networklayer.com/sysdig/stable/rpm/$basearch enabled=1 gpgcheck=1 gpgkey=http://mirrors.service.networklayer.com/sysdig/DRAIOS-GPG-KEY.public
To configure EPEL repository for host without Internet access, use the following steps:
Create a file named /etc/yum.repos.d/epel.repo and include the following contents:
[epel] name=Extra Packages for Enterprise Linux 7 - $basearch
baseurl=http://mirrors.service.softlayer.com/fedora-epel/7/$basearch
failovermethod=priority enabled=1 gpgcheck=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
Example:
echo collector: ingest.private.jp-tok.monitoring.cloud.ibm.com >> /opt/draios/etc/dragent.yaml
echo collector_port:6443>> /opt/draios/etc/dragent.yaml
For more clarification on the Cloud doc update, reach out to the Sysdig Engineer :
thomas.ko@sysdig.com
Slack Channel:
ibm-sysdig-guest-cso
Reference link to be updated :
https://cloud.ibm.com/docs/monitoring?topic=monitoring-config_agent#config_agent_linux_1
Append here:
after downloading draios.repo, vi the file and change it to the following:
[draios] name=Draios baseurl=http://mirrors.service.networklayer.com/sysdig/stable/rpm/$basearch enabled=1 gpgcheck=1 gpgkey=http://mirrors.service.networklayer.com/sysdig/DRAIOS-GPG-KEY.public
repo_gpgcheck=1
To configure EPEL repository for host without Internet access, use the following steps:
Create a file named /etc/yum.repos.d/epel.repo and include the following contents:
[epel] name=Extra Packages for Enterprise Linux 7 - $basearch
baseurl=http://download.fedoraproject.org/pub/epel/7/$basearch
baseurl=http://mirrors.service.softlayer.com/fedora-epel/7Server/$basearch
baseurl=http://mirrors.service.softlayer.com/fedora-epel/7/$basearch
metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=$basearch
failovermethod=priority enabled=1 gpgcheck=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
Example:
echo collector: ingest.private.jp-tok.monitoring.cloud.ibm.com >> /opt/draios/etc/dragent.yaml
echo collector_port:6443>> /opt/draios/etc/dragent.yaml