Add basic Pushbullet transport.

This commit is contained in:
f0o
2015-08-19 19:03:26 +00:00
parent 7e2c88acb1
commit 515b01c2bd
2 changed files with 59 additions and 0 deletions
+12
View File
@@ -17,6 +17,7 @@ Table of Content:
- [PagerDuty](#transports-pagerduty)
- [Pushover](#transports-pushover)
- [Boxcar](#transports-boxcar)
- [Pushbullet](#transports-pushbullet)
- [Entities](#entities)
- [Devices](#entity-devices)
- [BGP Peers](#entity-bgppeers)
@@ -360,6 +361,17 @@ $config['alert']['transports']['boxcar'][] = array(
```
~~
## <a name="transports-pushbullet">Pushbullet</a>
Enabling Pushbullet is a piece of cake.
Get your Access Token from your Pushbullet's settings page and set it in your config like:
~~
```php
$config['alert']['transports']['pushbullet'] = 'MYFANCYACCESSTOKEN';
```
~~
# <a name="entities">Entities
Entities as described earlier are based on the table and column names within the database, if you are ensure of what the entity is you want then have a browse around inside MySQL using `show tables` and `desc <tablename>`.