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

A few fixes #1

Merged
merged 6 commits into from May 21, 2012
Merged

A few fixes #1

merged 6 commits into from May 21, 2012

Commits on May 19, 2012

  1. Use generic sourceforge download URLs

    Using http://downloads.sourceforge.net will enable mirror selection.
    StephenKing committed May 19, 2012
    Copy the full SHA
    707fa63 View commit details
    Browse the repository at this point in the history
  2. Fix warning string literal in condition

    zabbix/recipes/server.rb:12: warning: string literal in condition
    zabbix/recipes/server.rb:16: warning: string literal in condition
    StephenKing committed May 19, 2012
    Copy the full SHA
    fa85e5f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a899043 View commit details
    Browse the repository at this point in the history
  4. Add "status" option to zabbix_server init script

    service_zabbix is defined as follows in server_source recipe:
    > service "zabbix_server" do
    >   supports :status => true, :start => true,…
    >   ..
    > end
    however the init script has no "status" paramter".
    StephenKing committed May 19, 2012
    Copy the full SHA
    50e907b View commit details
    Browse the repository at this point in the history
  5. Make MySQL populate scripts compatible with zabbix 2.0

    Besides changes to the .sql files, the order of imports has changed
    StephenKing committed May 19, 2012
    Copy the full SHA
    04440d8 View commit details
    Browse the repository at this point in the history
  6. Add example for Chef Solo usage to Vagrantfile

    In case zabbix_server is deployed using Chef Solo, we must predefine the
    password of the zabbix mysql user.
    StephenKing committed May 19, 2012
    Copy the full SHA
    28dfc24 View commit details
    Browse the repository at this point in the history