Add module usage documentation

This commit is contained in:
Tom De Vylder 2015-05-07 10:35:04 +02:00
parent 7071b9fdab
commit 81a6daa46d

View file

@ -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
* Fork it