Warning, your selection is not saved
Help / Markdown language

Info

This area is markup language. See https://github.com/coreyti/showdown

You can add graphs with this syntax :

rrdgraph(Collectd_source, host, plugin, plugin_instance, type, type_instance)

Collectd_source is mandatory. Fields plugin_instance and type_instance can be left empty. All fields except Collectd_source can be regular expressions to match more than one graph.

Example

# Title #
## memory for host1 ##
rrdgraph(localhost, host1, memory,, memory,)
## load for host1 and 2 ##
rrdgraph(localhost, host[12], load,, load,)
## all cpu for host1 ##
rrdgraph(localhost, host1, cpu, .*, cpu,)