This ressource will help you to manage grafana plugins.
:install
:update
:remove
Name | Type | Default | Description | Allowed Values |
---|---|---|---|---|
name |
String | Name of the plugin. | ||
action |
String | install |
Valid actions are install , update , remove . |
|
grafana_cli_bin |
String | /usr/sbin/grafana-cli |
The path to the grafana-cli binary | |
plugin_url |
String | The url to the custom plugin location |
grafana_plugin grafana-clock-panel do
action :install
grafana_cli_bin '/usr/sbin/grafana-cli'
end
grafana_plugin 'yesoreyeram-boomtable-panel' do
action :install
plugin_url 'https://github.com/axelrtgs/yesoreyeram-boomtable-panel/archive/feature/sorting.zip'
end