-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release 0.2.11 to pull the lates agent 0.6.6
- Loading branch information
Yahong Gu
committed
May 14, 2018
1 parent
b12daf7
commit 7b52ac2
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# VERSION 0.2.10 | ||
# VERSION 0.2.11 | ||
# DESCRIPTION: Netuitive-agent in a container | ||
# MAINTAINER Netuitive <[email protected]> | ||
|
||
|
@@ -21,7 +21,7 @@ ENV TAGS "" | |
RUN yum -y update \ | ||
&& rpm --import https://repos.app.netuitive.com/RPM-GPG-KEY-netuitive \ | ||
&& rpm -ivh https://repos.app.netuitive.com/rpm/noarch/netuitive-repo-1-0.2.noarch.rpm \ | ||
&& yum -y install netuitive-agent-0.6.3-159.el6 \ | ||
&& yum -y install netuitive-agent-0.6.6-167.el6 \ | ||
&& /sbin/chkconfig netuitive-agent off \ | ||
&& yum clean all \ | ||
&& find /opt/netuitive-agent/collectors/ -type f -name "*.py" -print0 | xargs -0 sed -i 's/\/proc/\/host_proc/g' \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters