Add module usage documentation
This commit is contained in:
parent
7071b9fdab
commit
81a6daa46d
1 changed files with 39 additions and 0 deletions
39
README.md
39
README.md
|
@ -43,6 +43,45 @@ Debian and derivatives only:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
### Business process module
|
||||||
|
|
||||||
|
node /box/ {
|
||||||
|
class {
|
||||||
|
'icingaweb2':;
|
||||||
|
'icingaweb2::mod::businessprocess':;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
### Deployment module
|
||||||
|
|
||||||
|
node /box/ {
|
||||||
|
class {
|
||||||
|
'icingaweb2':;
|
||||||
|
'icingaweb2::mod::deployment':
|
||||||
|
auth_token => 'secret_token';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
### Graphite module
|
||||||
|
|
||||||
|
node /box/ {
|
||||||
|
class {
|
||||||
|
'icingaweb2':;
|
||||||
|
'icingaweb2::mod::graphite':
|
||||||
|
graphite_base_url => 'http://graphite.com/render?';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
### NagVis module
|
||||||
|
|
||||||
|
node /box/ {
|
||||||
|
class {
|
||||||
|
'icingaweb2':;
|
||||||
|
'icingaweb2::mod::nagvis':
|
||||||
|
nagvis_url => 'http://example.org/nagvis/';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
* Fork it
|
* Fork it
|
||||||
|
|
Loading…
Reference in a new issue