Notify on failed test #167
-
|
First of all, thanks for the work on this plugin. Is there any possibility to nofity via mail when a test fails? Or can I check compliance percentage via API? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi, you may be interested in webhooks feature. It's specifically designed by NetBox authors to notify external systems when some event occurs. In particular you may provision a webhook which will be called each time a report is generated. More info: https://validity.readthedocs.io/en/latest/features/webhooks/ Email notifications are not implemented because NetBox does not implement them. |
Beta Was this translation helpful? Give feedback.
Hi, you may be interested in webhooks feature. It's specifically designed by NetBox authors to notify external systems when some event occurs.
In particular you may provision a webhook which will be called each time a report is generated. More info: https://validity.readthedocs.io/en/latest/features/webhooks/
Email notifications are not implemented because NetBox does not implement them.