Werk #6733: veeam_backup_status: Plugin is bakeable
| Component | Agent bakery | ||||
| Title | veeam_backup_status: Plugin is bakeable | ||||
| Date | Sep 27, 2018 | ||||
| Level | Trivial Change | ||||
| Class | Bug Fix | ||||
| Compatibility | Compatible - no manual interaction needed | ||||
| Checkmk versions & editions |
|
If no 64-bit Windows agent is used you have to create a wrapper batch script,
eg. {{veeam_backup_status.bat}} which calls the {{veeam_backup_status.ps1}}.
In this case the powershell script needs to be put somewhere else (see example
here) and is called from this .bat script with the 64 bit powershell:
@ECHO OFF
%systemroot%\sysnative\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy Unrestricted " & ""C:\scripts\veeam_backup_status.ps1"""