VeeamNotify icon indicating copy to clipboard operation
VeeamNotify copied to clipboard

Send Veeam B&R session summary notifications to Discord, Slack, and Teams.

Results 16 VeeamNotify issues
Sort by recently updated
recently updated
newest added

### Is your feature request related to a problem? Currently there is no support for file backup jobs. ### Describe your ideal solution ## Definition of done * Basic support...

enhancement

### What happened? ![image](https://user-images.githubusercontent.com/8057000/187655736-88dafd34-40dd-4b4e-a078-c856087ba34e.png) Receiving the follow error in veeam. Nothing in the logs file. ### Steps To Reproduce _No response_ ### VeeamNotify version v1.0 ### PowerShell version 5.1 ###...

bug

### What happened? Hi, We install the latest DEV version. But when the script is run simultaneously with another Backup JOB we always get the TIMEOUT Warning. Are there any...

bug

### Is your feature request related to a problem? Currently there is no support for backup copy jobs. ### Describe your ideal solution ## Definition of done * Basic support...

enhancement

Would be good to have an option to ping a URL for success. Currently I have this bodged into the script manually. Example usecase: ping endpoint for https://healthchecks.io on success,...

enhancement

https://github.com/tigattack/VeeamNotify/blob/44bafa6a09f91ee3bd82a4ecf22332d5fc2a0a74/AlertSender.ps1#L85 Suggest something such as the following for config: ```json { "ping_when": ["success", "warning", "failure"] } ``` Extension of #7.

enhancement