Difference between revisions of "Plugin:Ascent"

From collectd Wiki
Jump to: navigation, search
(UPuOaOsgHItJEt)
m (Reverted edits by 213.5.64.19 (Talk) to last revision by Octo)
Line 1: Line 1:
kleyg, :-]]], >:-DD,  xxddr,  dywg,  2522,  odm, >:]]],  lwi,  =-(((,
+
{{Infobox Plugin
 +
  | Name=Ascent
 +
  | Type=read
 +
  | Callbacks={{Callback|config}}, {{Callback|init}}, {{Callback|read}}
 +
  | Status={{supported}}
 +
  | FirstVersion={{Version|4.4}}
 +
  | Copyright=''2008'' Florian octo Forster
 +
  | License={{GPLv2}}
 +
  | Manpage={{Manpage|collectd.conf|5|plugin_ascent}}
 +
}}
 +
The '''Ascent plugin''' reads and parses the statistics page of ''Ascent'', a free and open-source server software for the game ''World of Warcraft'' by ''Blizzard Entertainment''.
 +
 
 +
== Synopsis ==
 +
 
 +
  <Plugin "ascent">
 +
  URL <nowiki>"http://localhost/ascent/status/"</nowiki>
 +
  </Plugin>
 +
 
 +
== Example graphs ==
 +
{{No Example Graph}}
 +
 
 +
== Dependencies ==
 +
 
 +
* ''libcurl''
 +
* ''libxml2''
 +
 
 +
[[Category:Plugins]]
 +
{{DEFAULTSORT:Ascent}}

Revision as of 08:23, 26 July 2010

Ascent plugin
Type: read
Callbacks: config, init, read
Status: supported
First version: 4.4
Copyright: 2008 Florian octo Forster
License: GPLv2
Manpage: collectd.conf(5)
List of Plugins

The Ascent plugin reads and parses the statistics page of Ascent, a free and open-source server software for the game World of Warcraft by Blizzard Entertainment.

Synopsis

<Plugin "ascent">
  URL "http://localhost/ascent/status/"
</Plugin>

Example graphs

None yet. Add one now!

Dependencies

  • libcurl
  • libxml2