File: 06-Development.md

package info (click to toggle)
icingaweb2-module-graphite 1.2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,000 kB
  • sloc: php: 3,546; javascript: 88; sh: 54; makefile: 15
file content (15 lines) | stat: -rw-r--r-- 491 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Development

There is a CLI command for demonstrating
graph templates (useful for developing them):

```bash
icingacli graphite icinga2 config
```

It generates Icinga 2 config based on the present graph templates.
With this config Icinga will (also) "monitor" dummy services yielding random
perfdata as expected by the graph templates.

I. e.: If that Icinga is also writing to the Graphite that is read by your
Icinga Web Graphite Integration, you'll get dummy graphs for all templates.