SysScope Configuration - Tag Index¶
Template¶
Type: Special
Context: GLOBAL
Allowed Tags:
- None
Allowed Directives:
- Option
- RawOption
Example:
<Template Basic> Option imgformat PNG Option base 1000 Option height 160 Option width 640 Option alt-autoscale-max Option slope-mode Option lower-limit 0 Option font TITLE:10:Monospace Option font AXIS:8:Monospace Option font LEGEND:8:Monospace Option font UNIT:8:Monospace </Template>
Section¶
Type: Special
Context: GLOBAL
Allowed Tags:
- Graph
Allowed Directives:
- RRDBase
Example:
<Section Memory And Swap> RRDBase /path/to/top/rrd/dir <Graph Cached & Buffered Memory> ... </Graph> <Graph Used Memory (%)> ... </Graph> <Graph Used Swap (%)> ... </Graph> </Section>
Graph¶
Type: Special
Context: Section
Allowed Tags:
- None
Allowed Directives:
- Comment
- Consolidate
- DataSource
- DrawGraph
- Gprint
- Hrule
- Include
- Legend
- LegendColumns
- LegendFormat
- Option
- RawOption
- TemplateName?
- VDataSource
- VerticalLabel
- Vrule
Example:
<Graph httpd - bytes per second> Template Basic LegendFormat %6.2lf %sb/s Option base 1024 DataSource bytes @RRDBase@/apache/apache_bytes.rrd::count::AVERAGE Consolidate bytes_ma30 bytes,1800,TREND DrawGraph bytes AREA::#dfe864::Bytes DrawGraph bytes_ma30 LINE1::#a36100::Bytes MA30 </Graph>