Docker image for OMS (Operations Management Suite) Linux agent.
Перейти к файлу
bmcder 7ba6cf4976 Update README.md (#126)
adding  --mount type=bind,source=/var/lib/docker/containers,destination=/var/lib/docker/containers as per IcM 75500254
2018-07-06 16:10:17 -07:00
1.2.0-25
1.2.0-75
1.2.0-148
1.2.1-148
1.2.2-148 Keikofairfax (#22) 2017-03-31 15:15:50 -07:00
1.3.1-15 Samis (#20) 2017-03-15 12:50:21 -07:00
1.3.1-15a Samis (#20) 2017-03-15 12:50:21 -07:00
1.3.2-15 Keikofairfax (#26) 2017-04-07 16:03:06 -07:00
1.3.3-15 Keikofairfax (#32) 2017-05-11 17:55:01 -07:00
1.3.3-15a Keikofairfax (#32) 2017-05-11 17:55:01 -07:00
1.3.4-127 Keikofairfax (#32) 2017-05-11 17:55:01 -07:00
1.3.4-127a Updatin docker-provider version to 25 2017-06-14 17:41:12 -07:00
1.3.4-127b Keikofairfax (#32) 2017-05-11 17:55:01 -07:00
1.3.4-127n Keikofairfax (#32) 2017-05-11 17:55:01 -07:00
1.4.0-12 Add rc folder for testing release candidates 2017-07-05 19:44:17 -04:00
1.4.0-45 Docker image for agent v1.4.0-45 & docker-provider v1.0.0-27 2017-08-21 13:54:13 -07:00
1.4.1-45 Add release 1.4.1-45 and docker-provider 1.0.0-28 2017-09-24 10:14:27 -07:00
1.4.1-123 Adding 1.4.1-123 release 2017-10-26 13:32:59 -07:00
1.4.3-173 Adding release 1.4.3-173 (#85) 2018-01-23 15:24:42 -08:00
1.4.3-174 Kadubey 1.4.3 174 (#88) 2018-01-23 23:52:30 -08:00
1.4.4-210 1.4.4-210 agent updated (#94) 2018-02-22 16:27:44 -08:00
1.6.0-42 Fix break for openshift (#111) 2018-05-03 13:25:24 -07:00
Alpine Testing Alpine as a base fixes 2017-06-14 18:29:50 -07:00
Kubernetes updating yaml to reflect latest released versions (#112) 2018-05-07 11:22:06 -07:00
OpenShift ocp configuration update (#66) 2017-08-02 13:39:17 -07:00
Swarmmode Update README.md (#126) 2018-07-06 16:10:17 -07:00
img
rc Add rc folder for testing release candidates 2017-07-05 19:44:17 -04:00
.gitattributes
ACSDCOSHowTo.md
CONTRIBUTING.md Rename contribution file 2017-06-14 17:10:40 -07:00
LICENSE
OlderVersionREADME.md
README.md Add mount path to /var/lib/docker/containers (#114) 2018-05-09 14:50:35 -07:00
ReleaseNote.md rel note update for 1.0.0-30 (#87) 2018-01-23 16:31:55 -08:00
Upgrade.md

README.md

Trying the container solution for Microsoft Operations Management Suite

The Microsoft Operations Management Suite (OMS) is a software-as-a-service offering from Microsoft that allows Enterprise IT to manage any hybrid cloud. It offers log analytics, automation, backup and recovery, and security and compliance. Sign up for a free account at http://mms.microsoft.com or read more about here: https://www.microsoft.com/en-us/server-cloud/operations-management-suite/overview.aspx

This container solution will generate a container which will runs OMS agent within. This is for Linux OS which has restriction in installing the Operations Management Suite Agent directly. However, it can also be used with other support Linux OS as well.

Supported Linux Operating Systems, Docker, and ACS Mesosphere DC/OS:

  • Docker 1.11 thru 1.13

  • Docker CE and EE v17.06+

  • An x64 version of Linux OS

    • Ubuntu 14.04 LTS, 16.04 LTS
    • CoreOS(stable)
    • Amazon Linux 2016.09.0
    • openSUSE 13.2
    • openSUSE LEAP 42.2
    • CentOS 7.2, 7.3
    • SLES 12
    • RHEL 7.2, 7.3
  • ACS Mesosphere DC/OS 1.7.3, 1.8.8, 1.9

  • ACS Kubernetes 1.4.5, 1.6+

  • ACS Docker Swarm

  • Redhat OpenShift (OCP) 3.4, 3.5

Support for Windows Operation Systems

This site is only for Linux.

For any information about Windows Operating System, please go here.

Release Note

Update Information are here.

Setting up

As a pre-requisite, docker must be running prior to this installation. If you have installed before running docker, please re-install OMS Agent. For more information about docker, please go to https://www.docker.com/.

This set up is not for ACS Mesosphere DC/OS or ACS Kubernetes.

  • For more information on Mesosphere DC/OS, please see here.

  • For Kubernetes, please see here. yaml file for the daemon-set is here.

  • For Docker Swarm, please see here.

  • For Redhat OpenShift, please see here. This set up provides a containerized Container Solution Agent (OMS Agent for Linux). If you are interested in a full OMS Agent for linux with Container Solution, please go here.

To use OMS for all containers on a container host

  • Start the OMS container:
$>sudo docker run --privileged -d -v /var/run/docker.sock:/var/run/docker.sock -v /var/log:/var/log -v /var/lib/docker/containers:/var/lib/docker/containers -e WSID="your workspace id" -e KEY="your key" -p 127.0.0.1:25225:25225 -p 127.0.0.1:25224:25224/udp --name="omsagent" -h=`hostname` --restart=always microsoft/oms

To use OMS for all containers on a container host for FairFax OMS Workspace

  • Start the OMS container on FairFax OMS workspace:
$>sudo docker run --privileged -d -v /var/run/docker.sock:/var/run/docker.sock -v /var/log:/var/log -v /var/lib/docker/containers:/var/lib/docker/containers -e WSID="your workspace id" -e KEY="your key" -e DOMAIN="opinsights.azure.us" -p 127.0.0.1:25225:25225 -p 127.0.0.1:25224:25224/udp --name="omsagent" -h=`hostname` --restart=always microsoft/oms

If you are switching from the installed agent to the container

If you previously used the directly installed agent and want to switch to using the container, you must remove the omsagent. See Steps to install the OMS Agent for Linux

If you have an older version of Docker and would want to still use OMS Container Solution to monitor your data go here.

Upgrade

You can upgrade to a newer version of the agent. See here.

What now?

Once you're set up, we'd like you to try the following scenarios and play around with the system.

More Container Management Scenarios

Let us know!!!

What works? What is missing? What else do you need for this to be useful for you? Let us know at OMSContainers@microsoft.com.

Code of Conduct

This project has adopted the [Microsoft Open Source Code of Conduct] (https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ] (https://opensource.microsoft.com/codeofconduct/faq/) or contact opencode@microsoft.com with any additional questions or comments.