amonapp / amon

Amon is a modern server monitoring platform.
https://docs.amon.cx
GNU Affero General Public License v3.0
1.33k stars 108 forks source link

Install script broken #184

Open OmgImAlexis opened 6 years ago

OmgImAlexis commented 6 years ago

Because of https://github.com/amonapp/amon/pull/171/files#r146259565 the script served from /install currently fails to install on debian 64x systems as well as others caught in the if statement.

martinrusev commented 6 years ago

@OmgImAlexis You could try with the ansible playbook. https://github.com/amonapp/amonagent-ansible I am going to eventually remove the bash script and switch to ansible, salt, puppet and chef playbooks/states, etc

OmgImAlexis commented 6 years ago

Wouldn't that mean instead of copying a pasting a single bash script users will now need to install ansible and know how to use just to setup the monitoring app?

martinrusev commented 6 years ago

@OmgImAlexis The install script is fixed now. The bash script is a convenience if you want to install amon on 1-2 machines. But anything above that - any configuration management tool is a better choice.