Sensu influxDB Grafana cheat sheet: Difference between revisions

From misc notes
Jump to navigation Jump to search
Line 21: Line 21:
</pre>
</pre>
:オプションが必要
:オプションが必要
*config
:複数台の client で役割にあわせて checks かえるために subscriptions をうまく使う
<pre>
  "subscriptions": [
      "linux",
      "load_balance"
    ]
</pre>


== influxDB ==
== influxDB ==
== Grafana ==
== Grafana ==

Revision as of 17:06, 21 May 2015

Sensu influxDB Grafana 実験

Sensu

  • omnibus installer
ruby の環境を維持するのが良いので /etc/default/sensu は
EMBEDDED_RUBY=true
/opt/sensu/embedded/bin/ruby を維持


  • sensu plugin
gem でインストールするまえに ~/.gemrc におまじない
gem: --no-ri --no-rdoc
また現在は再編中とのことで、gem install には
--prerelease
オプションが必要
  • config
複数台の client で役割にあわせて checks かえるために subscriptions をうまく使う
   "subscriptions": [
      "linux",
      "load_balance"
    ]

influxDB

Grafana