Sten Turpin c206ebd9a1 renamed /etc/openshift to /etc/origin преди 9 години
..
defaults ea3c029d5d Created role to deploy ops host monitoring преди 9 години
handlers eda483f89b oso_host_monitoring role: removed the f22 and zagg client, replaced it with oso-rhel7-host-monitoring container преди 9 години
meta ea3c029d5d Created role to deploy ops host monitoring преди 9 години
tasks eda483f89b oso_host_monitoring role: removed the f22 and zagg client, replaced it with oso-rhel7-host-monitoring container преди 9 години
templates c206ebd9a1 renamed /etc/openshift to /etc/origin преди 9 години
vars ea3c029d5d Created role to deploy ops host monitoring преди 9 години
README.md ea3c029d5d Created role to deploy ops host monitoring преди 9 години

README.md

Role Name

Applies local host monitoring container(s).

Requirements

None.

Role Variables

osohm_zagg_web_url: where to contact monitoring service osohm_host_monitoring: name of host monitoring container osohm_zagg_client: name of container with zabbix client osohm_docker_registry_url: docker repository containing above containers osohm_default_zagg_server_user: login info to zabbix server osohm_default_zagg_password: password to zabbix server

Dependencies

None.

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  roles:
  - oso_host_monitoring
  vars:
    osohm_zagg_web_url: "https://..."
    osohm_host_monitoring: "oso-rhel7-host-monitoring"
    osohm_zagg_client: "oso-rhel7-zagg-client"
    osohm_docker_registry_url: "docker-registry.example.com/mon/"
    osohm_default_zagg_server_user: "zagg-client"
    osohm_default_zagg_password: "secret"

License

ASL 2.0

Author Information

OpenShift operations, Red Hat, Inc