v1.13.0
Today, I am announcing a big release!
- Notification feature has been released!
- To use this feature, you need to create a
Channel
with notification methods and aNotification
with notification rules. - Currently, only
slack
is available for channel type. - Currently, you can only compare posted and updated quantities against thresholds. Four comparison methods are supported:.
>
: Notify when the quantity posted and updated exceeds the threshold.=
: Notify when the quantity posted and updated equals the threshold.<
: Notify when the quantity posted and updated less the threshold.multipleOf
: Notify when the quantity posted and updated becomes a multiple of the threshold.- If you want to specify
multipleOf
condition, you must be a Pixela supporter. see: https://github.com/a-know/Pixela/wiki/How-to-support-Pixela-by-Patreon-%EF%BC%8F-Use-Limited-Features
- If you want to specify
- If you want to create multiple notifications for a graph, you must be a Pixela supporter. see: https://github.com/a-know/Pixela/wiki/How-to-support-Pixela-by-Patreon-%EF%BC%8F-Use-Limited-Features
- You don't have to be a Pixela supporter to create a single notification for a graph. Anyone can create single notification.
- To use this feature, you need to create a