Commit 4cb25758 authored by Paul Asmuth's avatar Paul Asmuth
Browse files

doc: plugins

parent af067157
Loading
Loading
Loading
Loading
+19 −2
Original line number Diff line number Diff line
Plugins
-------

here be dragons

There are currently two plugins for FnordMetric Classic, they are included in
the gem and enabled by default.

### Gauge Explorer

The gauge explorer is a small toop to browse all existing gauges and preview their data.

<img src="/img/plugin_gauge_explorer_screen.png" width="630" class="shadow" />

The gauge explorer plugin is enabled by default, you can disable it by setting `enable_gauge_explorer` to `false` (more about Configuration in [Running FnordMetric](/documentation/classic_running_fm)):

    FnordMetric.config = {
      :enable_gauge_explorer => false
    }


### Active Users Plugin

The active users plugin shows all incoming events and a list of currently online users (read
more about how to submit usernames and picture in [Events and Gauges](/documentation/classic_event_handlers))

<img src="/img/plugin_active_users_screen.png" width="630" class="shadow" />

The active users plugin is enabled by default, you can disable it by setting `enable_active_users` to `false` (more about Configuration in [Running FnordMetric](/documentation/classic_running_fm)):

    FnordMetric.config = {
      :enable_active_users => false
    }
+1 −1
Original line number Diff line number Diff line
@@ -88,6 +88,6 @@ here be dragons

### Client Libraries

There are a number of client libraries for FnordMetric for Ruby, PHP, Pythin, C# and
There are a number of client libraries for FnordMetric for Ruby, PHP, Python, C# and
more. [List of available clients](/documentation/classic_examples)
+4 −3
Original line number Diff line number Diff line
@@ -6,12 +6,13 @@ Todo
  → doc: all gauge opts in events and gauges
  → doc: full api ref in events and gauges
  → doc: widgets
  → doc: plugins
  → doc: screenshots
  → doc: ui: screen
  → doc: examples on frontpage
  → doc: sending data: stomp + amqp

  → doc: backport to readme
  → doc: support, license, downloads
  → doc: screenshots
  → doc: hacking

  → implement, _decr, _max, _min for zero config gauges
  → gauge explorer: fix gauges multiple times in select dropdown
+4 −3
Original line number Diff line number Diff line
@@ -7,9 +7,10 @@ request for this page on github.

### Examples

+ link
+ custom date / time controls
+ link
_If you want to add examples, blogs or clients, please send a pull request for this page on github._


<!-- here be dragons: how to implement custom date / time controls -->


### Customizing the widgets