Difference between revisions of "Grafana-cli"

From wikieduonline
Jump to navigation Jump to search
Line 12: Line 12:
 
</pre>
 
</pre>
  
 +
 +
<pre>
 +
grafana-cli
 +
NAME:
 +
  Grafana CLI - A new cli application
 +
 +
USAGE:
 +
  grafana-cli [global options] command [command options] [arguments...]
 +
 +
VERSION:
 +
  7.5.5
 +
 +
AUTHOR:
 +
  Grafana Project <[email protected]>
 +
 +
COMMANDS:
 +
  plugins  Manage plugins for grafana
 +
  admin    Grafana admin commands
 +
  help, h  Shows a list of commands or help for one command
 +
 +
GLOBAL OPTIONS:
 +
  --pluginsDir value      Path to the Grafana plugin directory (default: "/var/lib/grafana/plugins") [$GF_PLUGIN_DIR]
 +
  --repo value            URL to the plugin repository (default: "https://grafana.com/api/plugins") [$GF_PLUGIN_REPO]
 +
  --pluginUrl value        Full url to the plugin zip file instead of downloading the plugin from grafana.com/api [$GF_PLUGIN_URL]
 +
  --insecure              Skip TLS verification (insecure) (default: false)
 +
  --debug                  Enable debug logging (default: false)
 +
  --configOverrides value  Configuration options to override defaults as a string. e.g. cfg:default.paths.log=/dev/null
 +
  --homepath value        Path to Grafana install/home path, defaults to working directory
 +
  --config value          Path to config file
 +
  --help, -h              show help (default: false)
 +
  --version, -v            print the version (default: false)
 +
</pre>
  
 
== See also ==
 
== See also ==

Revision as of 07:12, 29 April 2021

grafana-cli plugins install alexanderzobnin-zabbix-app
 installing alexanderzobnin-zabbix-app @ 3.11.0
 from: https://grafana.com/api/plugins/alexanderzobnin-zabbix-app/versions/3.11.0/download
 into: /var/lib/grafana/plugins

 ✔ Installed alexanderzobnin-zabbix-app successfully

 Restart grafana after installing plugins . <service grafana-server restart>


grafana-cli
NAME:
   Grafana CLI - A new cli application

USAGE:
   grafana-cli [global options] command [command options] [arguments...]

VERSION:
   7.5.5

AUTHOR:
   Grafana Project <[email protected]>

COMMANDS:
   plugins  Manage plugins for grafana
   admin    Grafana admin commands
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --pluginsDir value       Path to the Grafana plugin directory (default: "/var/lib/grafana/plugins") [$GF_PLUGIN_DIR]
   --repo value             URL to the plugin repository (default: "https://grafana.com/api/plugins") [$GF_PLUGIN_REPO]
   --pluginUrl value        Full url to the plugin zip file instead of downloading the plugin from grafana.com/api [$GF_PLUGIN_URL]
   --insecure               Skip TLS verification (insecure) (default: false)
   --debug                  Enable debug logging (default: false)
   --configOverrides value  Configuration options to override defaults as a string. e.g. cfg:default.paths.log=/dev/null
   --homepath value         Path to Grafana install/home path, defaults to working directory
   --config value           Path to config file
   --help, -h               show help (default: false)
   --version, -v            print the version (default: false)

See also

Advertising: