diff --git a/doc/Extensions/Alerting.md b/doc/Extensions/Alerting.md index 15a38291f7..1183a5a37a 100644 --- a/doc/Extensions/Alerting.md +++ b/doc/Extensions/Alerting.md @@ -21,6 +21,7 @@ Table of Content: - [Clickatell](#transports-clickatell) - [PlaySMS](#transports-playsms) - [VictorOps](#transports-victorops) + - [Canopsis](#transports-canopsis) - [Entities](#entities) - [Devices](#entity-devices) - [BGP Peers](#entity-bgppeers) @@ -440,6 +441,28 @@ $config['alert']['transports']['victorops']['url'] = 'https://alert.victorops.co ``` ~~ +## Canopsis + +Canopsis is a hypervision tool. LibreNMS can send alerts to Canopsis which are then converted to canopsis events. To configure the transport, go to: + +Global Settings -> Alerting Settings -> Canopsis Transport. + +You will need to fill this paramaters : + +~~ +```php +$config['alert']['transports']['canopsis']['host'] = 'www.xxx.yyy.zzz'; +$config['alert']['transports']['canopsis']['port'] = '5672'; +$config['alert']['transports']['canopsis']['user'] = 'admin'; +$config['alert']['transports']['canopsis']['passwd'] = 'my_password'; +$config['alert']['transports']['canopsis']['vhost'] = 'canopsis'; +``` +~~ + +For more information about canopsis and its events, take a look here : + http://www.canopsis.org/ + http://www.canopsis.org/wp-content/themes/canopsis/doc/sakura/user-guide/event-spec.html + # Entities Entities as described earlier are based on the table and column names within the database, if you are unsure of what the entity is you want then have a browse around inside MySQL using `show tables` and `desc `.