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

Support Grafana 3.0 #94

Open
lswith opened this issue May 17, 2016 · 4 comments
Open

Support Grafana 3.0 #94

lswith opened this issue May 17, 2016 · 4 comments

Comments

@lswith
Copy link

lswith commented May 17, 2016

I'd like to use this module to install and run Grafana 3.0.

@martinseener
Copy link

martinseener commented May 24, 2016

I've tried to just change the package version from 2.5.0 to 3.0.1 in params.pp and rolled it out successfully. Try this so you know if your config works but it should.
Edit: Sorry, ist just a bit easier, at least for Debian: Just use the exposed $version parameter and set it to "3.0.3-1463994644" to install the very recent .deb (as of now).

@ltutar
Copy link

ltutar commented Jun 9, 2016

No problems on CentOS 6 for grafana-3.0.4-1464167696.x86_64.rpm including datasource.
The puppet run shows OK. I am using PE2016.1.1. I must use PR90.

Notice: /Stage[main]/Grafana_config::Config/Grafana_datasource[elasticsearch]/ensure: created

for the code

 grafana_datasource { 'elasticsearch':
    grafana_url       => "${grafana_url}",
    grafana_user      => "$grafana_user",
    grafana_password  => "$grafana_password",
    type              => 'elasticsearch',
    url               => 'http://localhost:9200',
    access_mode       => 'proxy',
    is_default        => true,
    database          => 'logstash-*',
    json_data         => {
        "timeField" => "@timestamp",
        "esVersion" => 1
    }
  }

grabberraster 0153

@torgrimt
Copy link

On rhel7, i used this in my hierafile:
grafana::install_method: 'repo'
grafana::repo_name: 'stable'

It installed the latest 3.0.4 version. Works like a charm

@Mortinke
Copy link

On centos7 it works for us, too:

install_method  => 'package',
version         => '3.1.1',
rpm_iteration   => '1470047149',

bastelfreak added a commit to bastelfreak/puppet-grafana that referenced this issue Mar 6, 2018
Expand organization property for dashboards
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants