Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.x #1

Open
wants to merge 58 commits into
base: 1.x
Choose a base branch
from
Open

1.x #1

wants to merge 58 commits into from

Commits on Jun 16, 2013

  1. port cookbook to centos.

    Martha Greenberg committed Jun 16, 2013
    Configuration menu
    Copy the full SHA
    26cacb2 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2013

  1. straighten up formatting

    Martha Greenberg committed Jun 17, 2013
    Configuration menu
    Copy the full SHA
    095ec4e View commit details
    Browse the repository at this point in the history
  2. change daemon module list to use parameter.

    Martha Greenberg committed Jun 17, 2013
    Configuration menu
    Copy the full SHA
    9adde67 View commit details
    Browse the repository at this point in the history
  3. add missing attributes to host template

    Martha Greenberg committed Jun 17, 2013
    Configuration menu
    Copy the full SHA
    48f7d53 View commit details
    Browse the repository at this point in the history
  4. allow no content for timeperiods.

    Martha Greenberg committed Jun 17, 2013
    Configuration menu
    Copy the full SHA
    4a4203d View commit details
    Browse the repository at this point in the history
  5. add example roles and data bags.

    bump version.
    Martha Greenberg committed Jun 17, 2013
    Configuration menu
    Copy the full SHA
    a4276de View commit details
    Browse the repository at this point in the history
  6. add shinken mongodb recipe

    Martha Greenberg committed Jun 17, 2013
    Configuration menu
    Copy the full SHA
    4c3bba3 View commit details
    Browse the repository at this point in the history
  7. add a resource.cfg file

    Martha Greenberg committed Jun 17, 2013
    Configuration menu
    Copy the full SHA
    43a904c View commit details
    Browse the repository at this point in the history
  8. create htpasswd file from users and shinken_contacts

    Martha Greenberg committed Jun 17, 2013
    Configuration menu
    Copy the full SHA
    eeb8d5a View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2013

  1. populate the host template before the hosts.

    sort the hosts to prevent unncessary restarts.
    add hosts that are not in chef from the shinken_hosts cookbook.
    Martha Greenberg committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    e6ec5cc View commit details
    Browse the repository at this point in the history
  2. use the hostname for the shinken_host name, and set the fqdn as an al…

    …ias.
    
    use the ipaddress as the shinken_host address.
    add hostgroups for the os and for each role the node has.
    Martha Greenberg committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    0a8e21d View commit details
    Browse the repository at this point in the history
  3. specify the command line for the check from a service.

    Martha Greenberg committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    e21ef05 View commit details
    Browse the repository at this point in the history
  4. add contactgroup lwrp.

    add users to a contactgroup for each group they belong to, plus to the "all" contactgroup and create
    these contactgroups.
    Martha Greenberg committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    10af22d View commit details
    Browse the repository at this point in the history
  5. create a hostgroup for each role in chef.

    Martha Greenberg committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    cd821d9 View commit details
    Browse the repository at this point in the history
  6. set all files to be mode 00644

    Martha Greenberg committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    349f3b5 View commit details
    Browse the repository at this point in the history
  7. add missing host parameters.

    Martha Greenberg committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    1a69fb1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a0180a1 View commit details
    Browse the repository at this point in the history
  9. add the poller_tag parameter to hosts.

    if node["shinken"]["auto_poller_tags"] is set to true, add a poller_tag to the host with the value of the
    host's domain.
    Martha Greenberg committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    2ba2a98 View commit details
    Browse the repository at this point in the history
  10. search shinken_contacts databag for non-user contacts.

    Martha Greenberg committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    f98022d View commit details
    Browse the repository at this point in the history
  11. dd service_dependencies attribute to services.

    Martha Greenberg committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    6e01818 View commit details
    Browse the repository at this point in the history
  12. sort service_templates and services to prevent unneeded restarts.

    search the shinken_services data bag for services, instead of using node attribute.
    create service groups automatically from services.
    Martha Greenberg committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    c4c9d03 View commit details
    Browse the repository at this point in the history
  13. add attribute for log file directory

    Martha Greenberg committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    3726fc5 View commit details
    Browse the repository at this point in the history
  14. add escalation files

    Martha Greenberg committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    03d0892 View commit details
    Browse the repository at this point in the history
  15. continue chef run if arbiter doesn't start.

    Martha Greenberg committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    f0b658f View commit details
    Browse the repository at this point in the history
  16. modules are already a hash

    Martha Greenberg committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    2c4cef8 View commit details
    Browse the repository at this point in the history
  17. add missing parameters to templates

    Martha Greenberg committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    6c190db View commit details
    Browse the repository at this point in the history
  18. allow role to override ipaddress for daemons.

    This is needed for remote pollers, when the poller's ipaddress is an internal one, but shinken
    needs to contact it on the external ip.
    Martha Greenberg committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    b42d471 View commit details
    Browse the repository at this point in the history
  19. module config moved to data bag.

    Martha Greenberg committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    8745595 View commit details
    Browse the repository at this point in the history
  20. include base recipe for poller-only nodes.

    Martha Greenberg committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    8885303 View commit details
    Browse the repository at this point in the history
  21. setup default variables for broker and poller

    Martha Greenberg committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    2345e69 View commit details
    Browse the repository at this point in the history
  22. add shinken init script for centos

    Martha Greenberg committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    5dcd908 View commit details
    Browse the repository at this point in the history
  23. setup pnp4nagios

    Martha Greenberg committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    abd1513 View commit details
    Browse the repository at this point in the history
  24. remove extra white space.

    Martha Greenberg committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    7c906b7 View commit details
    Browse the repository at this point in the history
  25. setup thruk

    Martha Greenberg committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    8ed4a37 View commit details
    Browse the repository at this point in the history
  26. use host template, not service

    Martha Greenberg committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    c3bb158 View commit details
    Browse the repository at this point in the history
  27. include xmppsend script for sending jabber notifications

    Martha Greenberg committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    df0d466 View commit details
    Browse the repository at this point in the history
  28. just use the templates specficied by the service.

    Martha Greenberg committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    e5f8b46 View commit details
    Browse the repository at this point in the history
  29. by default, use a per-os template for hosts

    Martha Greenberg committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    8b2225f View commit details
    Browse the repository at this point in the history
  30. setup user using nagios attributes.

    use membership in sysadmin group to determine admin status.
    Martha Greenberg committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    ef92001 View commit details
    Browse the repository at this point in the history
  31. add example user.

    Martha Greenberg committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    2b6b2aa View commit details
    Browse the repository at this point in the history
  32. add recipe for server-side plugins

    Martha Greenberg committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    8ebce2c View commit details
    Browse the repository at this point in the history
  33. add more dependencies

    Martha Greenberg committed Jun 18, 2013
    Configuration menu
    Copy the full SHA
    49776c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2013

  1. move thruk to separate cookbook.

    Martha Greenberg committed Jun 19, 2013
    Configuration menu
    Copy the full SHA
    e8ce626 View commit details
    Browse the repository at this point in the history
  2. add python-ldap package

    Martha Greenberg committed Jun 19, 2013
    Configuration menu
    Copy the full SHA
    49df2c7 View commit details
    Browse the repository at this point in the history
  3. move thruk to separate cookbook

    Martha Greenberg committed Jun 19, 2013
    Configuration menu
    Copy the full SHA
    1060b68 View commit details
    Browse the repository at this point in the history
  4. fixes for debian

    Martha Greenberg committed Jun 19, 2013
    Configuration menu
    Copy the full SHA
    b0ddf19 View commit details
    Browse the repository at this point in the history
  5. add packs directory

    Martha Greenberg committed Jun 19, 2013
    Configuration menu
    Copy the full SHA
    b06fa48 View commit details
    Browse the repository at this point in the history
  6. check for nagios attribute

    Martha Greenberg committed Jun 19, 2013
    Configuration menu
    Copy the full SHA
    93946b2 View commit details
    Browse the repository at this point in the history
  7. move thruk to separate cookbook

    Martha Greenberg committed Jun 19, 2013
    Configuration menu
    Copy the full SHA
    98da0cc View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2013

  1. Configuration menu
    Copy the full SHA
    543f482 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2013

  1. Merge pull request #1 from cyberflow/1.x

    chenge service hostgroup definition to array
    marthag8 committed Oct 10, 2013
    Configuration menu
    Copy the full SHA
    7d2db0c View commit details
    Browse the repository at this point in the history
  2. fix logic for removing users

    Martha Greenberg committed Oct 10, 2013
    Configuration menu
    Copy the full SHA
    79d2b09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b542df0 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2013

  1. Configuration menu
    Copy the full SHA
    0ae1d57 View commit details
    Browse the repository at this point in the history
  2. fix syntax error

    cyberflow committed Oct 28, 2013
    Configuration menu
    Copy the full SHA
    25787fd View commit details
    Browse the repository at this point in the history
  3. fix syntax error

    cyberflow committed Oct 28, 2013
    Configuration menu
    Copy the full SHA
    7e82e0c View commit details
    Browse the repository at this point in the history
  4. fix type to integer

    cyberflow committed Oct 28, 2013
    Configuration menu
    Copy the full SHA
    d15ee9d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from cyberflow/1.x

    add business_impact to service definitions
    Martha Greenberg committed Oct 28, 2013
    Configuration menu
    Copy the full SHA
    e9886e2 View commit details
    Browse the repository at this point in the history